|
|
|
@ -10,7 +10,7 @@ export default function Each_string_template($$anchor, $$props) {
|
|
|
|
var fragment = $.comment($$anchor);
|
|
|
|
var fragment = $.comment($$anchor);
|
|
|
|
var node = $.first_child(fragment);
|
|
|
|
var node = $.first_child(fragment);
|
|
|
|
|
|
|
|
|
|
|
|
$.each_indexed(node, () => ['foo', 'bar', 'baz'], 1, ($$anchor, thing, $$index) => {
|
|
|
|
$.each_indexed(node, 1, () => ['foo', 'bar', 'baz'], ($$anchor, thing, $$index) => {
|
|
|
|
var text = $.space_frag($$anchor);
|
|
|
|
var text = $.space_frag($$anchor);
|
|
|
|
|
|
|
|
|
|
|
|
$.render_effect(() => $.set_text(text, `${$.stringify($.unwrap(thing))}, `));
|
|
|
|
$.render_effect(() => $.set_text(text, `${$.stringify($.unwrap(thing))}, `));
|
|
|
|
|