Skip to content

Commit 8f82e28

Browse files
committed
fix: function serialization circular issue
1 parent 4017919 commit 8f82e28

File tree

169 files changed

+2913
-2529
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+2913
-2529
lines changed

.changeset/all-bobcats-return.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@marko/runtime-tags": patch
3+
---
4+
5+
Fix circular issue when serializing functions.

packages/runtime-tags/src/__tests__/fixtures/async-deep-recursive/__snapshots__/resume.expected.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,36 +35,36 @@
3535
</div>
3636
<script>
3737
WALKER_RUNTIME("M")("_");
38-
M._.r = [_ =&gt; (_.c = [0, 2, _.a = {
39-
"ConditionalScope:#text/1": _.b = {
38+
M._.r = [_ =&gt; (_.b = [0, 2, _.c = {
39+
"ConditionalScope:#text/1": _.a = {
4040
"#BranchAccessor": "#text/1"
4141
}
42-
}, _.b], _.b["#PlaceholderContent"] = _._[
42+
}, _.a], _.a["#PlaceholderContent"] = _._[
4343
"__tests__/tags/recurse.marko_4_content"
44-
](_.a), _.c), _ =&gt; (_.f = [2, _.d = {
45-
"ConditionalScope:#text/1": _.e = {
44+
](_.c), _.b), _ =&gt; (_.e = [2, _.f = {
45+
"ConditionalScope:#text/1": _.d = {
4646
"#BranchAccessor": "#text/1"
4747
}
48-
}, _.e], _.e["#PlaceholderContent"] = _._[
48+
}, _.d], _.d["#PlaceholderContent"] = _._[
4949
"__tests__/tags/recurse.marko_4_content"
50-
](_.d), _.f)];
50+
](_.f), _.e)];
5151
REORDER_RUNTIME(M._);
5252
M._.w()
5353
</script>
5454
<script>
55-
M._.r.push(_ =&gt; (_.i = [3, _.g = {
56-
"ConditionalScope:#text/1": _.h = {
55+
M._.r.push(_ =&gt; (_.h = [3, _.i = {
56+
"ConditionalScope:#text/1": _.g = {
5757
"#BranchAccessor": "#text/1"
5858
}
59-
}, _.h], _.h["#PlaceholderContent"] = _._[
59+
}, _.g], _.g["#PlaceholderContent"] = _._[
6060
"__tests__/tags/recurse.marko_4_content"
61-
](_.g), _.i), _ =&gt; (_.l = [2, _.j = {
62-
"ConditionalScope:#text/1": _.k = {
61+
](_.i), _.h), _ =&gt; (_.k = [2, _.l = {
62+
"ConditionalScope:#text/1": _.j = {
6363
"#BranchAccessor": "#text/1"
6464
}
65-
}, _.k], _.k["#PlaceholderContent"] = _._[
65+
}, _.j], _.j["#PlaceholderContent"] = _._[
6666
"__tests__/tags/recurse.marko_4_content"
67-
](_.j), _.l));
67+
](_.l), _.k));
6868
M._.w()
6969
</script>
7070
<script>

packages/runtime-tags/src/__tests__/fixtures/async-deep-recursive/__snapshots__/ssr.expected.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Write
22
```html
3-
<div data-level=4><!--M_[--><div data-level=3><!--M_[--><!--M_!^b-->LOADING...<!--M_!b--><!--M_]7 #text/1 8--></div><!--M_]3 #text/1 4--></div><style M_>t{display:none}</style><t M_=b><!--M_#c--></t><script>WALKER_RUNTIME("M")("_");M._.r=[_=>(_.c=[0,2,_.a={"ConditionalScope:#text/1":_.b={"#BranchAccessor":"#text/1"}},_.b],_.b["#PlaceholderContent"]=_._["__tests__/tags/recurse.marko_4_content"](_.a),_.c),_=>(_.f=[2,_.d={"ConditionalScope:#text/1":_.e={"#BranchAccessor":"#text/1"}},_.e],_.e["#PlaceholderContent"]=_._["__tests__/tags/recurse.marko_4_content"](_.d),_.f)];REORDER_RUNTIME(M._);M._.w()</script>
3+
<div data-level=4><!--M_[--><div data-level=3><!--M_[--><!--M_!^b-->LOADING...<!--M_!b--><!--M_]7 #text/1 8--></div><!--M_]3 #text/1 4--></div><style M_>t{display:none}</style><t M_=b><!--M_#c--></t><script>WALKER_RUNTIME("M")("_");M._.r=[_=>(_.b=[0,2,_.c={"ConditionalScope:#text/1":_.a={"#BranchAccessor":"#text/1"}},_.a],_.a["#PlaceholderContent"]=_._["__tests__/tags/recurse.marko_4_content"](_.c),_.b),_=>(_.e=[2,_.f={"ConditionalScope:#text/1":_.d={"#BranchAccessor":"#text/1"}},_.d],_.d["#PlaceholderContent"]=_._["__tests__/tags/recurse.marko_4_content"](_.f),_.e)];REORDER_RUNTIME(M._);M._.w()</script>
44
```
55

66
# Write
77
```html
8-
<t M_=c><div data-level=2><!--M_[--><div data-level=1><!--M_[--><!--M_!^d-->LOADING...<!--M_!d--><!--M_]16 #text/1 17--></div><!--M_]12 #text/1 13--></div></t><t M_=d><!--M_#e--></t><script>M._.r.push(_=>(_.i=[3,_.g={"ConditionalScope:#text/1":_.h={"#BranchAccessor":"#text/1"}},_.h],_.h["#PlaceholderContent"]=_._["__tests__/tags/recurse.marko_4_content"](_.g),_.i),_=>(_.l=[2,_.j={"ConditionalScope:#text/1":_.k={"#BranchAccessor":"#text/1"}},_.k],_.k["#PlaceholderContent"]=_._["__tests__/tags/recurse.marko_4_content"](_.j),_.l));M._.w()</script>
8+
<t M_=c><div data-level=2><!--M_[--><div data-level=1><!--M_[--><!--M_!^d-->LOADING...<!--M_!d--><!--M_]16 #text/1 17--></div><!--M_]12 #text/1 13--></div></t><t M_=d><!--M_#e--></t><script>M._.r.push(_=>(_.h=[3,_.i={"ConditionalScope:#text/1":_.g={"#BranchAccessor":"#text/1"}},_.g],_.g["#PlaceholderContent"]=_._["__tests__/tags/recurse.marko_4_content"](_.i),_.h),_=>(_.k=[2,_.l={"ConditionalScope:#text/1":_.j={"#BranchAccessor":"#text/1"}},_.j],_.j["#PlaceholderContent"]=_._["__tests__/tags/recurse.marko_4_content"](_.l),_.k));M._.w()</script>
99
```
1010

1111
# Write
@@ -50,36 +50,36 @@
5050
</div>
5151
<script>
5252
WALKER_RUNTIME("M")("_");
53-
M._.r = [_ =&gt; (_.c = [0, 2, _.a = {
54-
"ConditionalScope:#text/1": _.b = {
53+
M._.r = [_ =&gt; (_.b = [0, 2, _.c = {
54+
"ConditionalScope:#text/1": _.a = {
5555
"#BranchAccessor": "#text/1"
5656
}
57-
}, _.b], _.b["#PlaceholderContent"] = _._[
57+
}, _.a], _.a["#PlaceholderContent"] = _._[
5858
"__tests__/tags/recurse.marko_4_content"
59-
](_.a), _.c), _ =&gt; (_.f = [2, _.d = {
60-
"ConditionalScope:#text/1": _.e = {
59+
](_.c), _.b), _ =&gt; (_.e = [2, _.f = {
60+
"ConditionalScope:#text/1": _.d = {
6161
"#BranchAccessor": "#text/1"
6262
}
63-
}, _.e], _.e["#PlaceholderContent"] = _._[
63+
}, _.d], _.d["#PlaceholderContent"] = _._[
6464
"__tests__/tags/recurse.marko_4_content"
65-
](_.d), _.f)];
65+
](_.f), _.e)];
6666
REORDER_RUNTIME(M._);
6767
M._.w()
6868
</script>
6969
<script>
70-
M._.r.push(_ =&gt; (_.i = [3, _.g = {
71-
"ConditionalScope:#text/1": _.h = {
70+
M._.r.push(_ =&gt; (_.h = [3, _.i = {
71+
"ConditionalScope:#text/1": _.g = {
7272
"#BranchAccessor": "#text/1"
7373
}
74-
}, _.h], _.h["#PlaceholderContent"] = _._[
74+
}, _.g], _.g["#PlaceholderContent"] = _._[
7575
"__tests__/tags/recurse.marko_4_content"
76-
](_.g), _.i), _ =&gt; (_.l = [2, _.j = {
77-
"ConditionalScope:#text/1": _.k = {
76+
](_.i), _.h), _ =&gt; (_.k = [2, _.l = {
77+
"ConditionalScope:#text/1": _.j = {
7878
"#BranchAccessor": "#text/1"
7979
}
80-
}, _.k], _.k["#PlaceholderContent"] = _._[
80+
}, _.j], _.j["#PlaceholderContent"] = _._[
8181
"__tests__/tags/recurse.marko_4_content"
82-
](_.j), _.l));
82+
](_.l), _.k));
8383
M._.w()
8484
</script>
8585
<script>

packages/runtime-tags/src/__tests__/fixtures/async-reject-then-resolve-before-and-after-isolated-boundaries/__snapshots__/resume.expected.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
<head>
66
<script>
77
WALKER_RUNTIME("M")("_");
8-
M._.r = [_ =&gt; (_.e = [0, _.a = {
9-
"ConditionalScope:#text/0": _.b = {
8+
M._.r = [_ =&gt; (_.d = [0, _.e = {
9+
"ConditionalScope:#text/0": _.a = {
1010
"#BranchAccessor": "#text/0"
1111
},
12-
"ConditionalScope:#text/1": _.c = {
12+
"ConditionalScope:#text/1": _.b = {
1313
"#BranchAccessor": "#text/1"
1414
},
15-
"ConditionalScope:#text/2": _.d = {
15+
"ConditionalScope:#text/2": _.c = {
1616
"#BranchAccessor": "#text/2"
1717
}
18-
}, _.b, _.c, _.d], _.b["#CatchContent"] = _._[
18+
}, _.a, _.b, _.c], _.a["#CatchContent"] = _._[
1919
"__tests__/template.marko_2_content"
20-
](_.a), _.c["#CatchContent"] = _._[
20+
](_.e), _.b["#CatchContent"] = _._[
2121
"__tests__/template.marko_5_content"
22-
](_.a), _.d["#CatchContent"] = _._[
22+
](_.e), _.c["#CatchContent"] = _._[
2323
"__tests__/template.marko_8_content"
24-
](_.a), _.e)]
24+
](_.e), _.d)]
2525
</script>
2626
<style
2727
m_=""
@@ -57,7 +57,7 @@
5757
<!--M_!d-->
5858
<!--M_]1 #text/2 4-->
5959
<script>
60-
M._.r.push(_ =&gt; (_.f = [2, _.g = {}], _.d["ConditionalScope:#text/0"] = _
60+
M._.r.push(_ =&gt; (_.f = [2, _.g = {}], _.c["ConditionalScope:#text/0"] = _
6161
.g, _.f),
6262
"__tests__/template.marko_9",
6363
7);
@@ -87,23 +87,23 @@ container.querySelector("button").click();
8787
<head>
8888
<script>
8989
WALKER_RUNTIME("M")("_");
90-
M._.r = [_ =&gt; (_.e = [0, _.a = {
91-
"ConditionalScope:#text/0": _.b = {
90+
M._.r = [_ =&gt; (_.d = [0, _.e = {
91+
"ConditionalScope:#text/0": _.a = {
9292
"#BranchAccessor": "#text/0"
9393
},
94-
"ConditionalScope:#text/1": _.c = {
94+
"ConditionalScope:#text/1": _.b = {
9595
"#BranchAccessor": "#text/1"
9696
},
97-
"ConditionalScope:#text/2": _.d = {
97+
"ConditionalScope:#text/2": _.c = {
9898
"#BranchAccessor": "#text/2"
9999
}
100-
}, _.b, _.c, _.d], _.b["#CatchContent"] = _._[
100+
}, _.a, _.b, _.c], _.a["#CatchContent"] = _._[
101101
"__tests__/template.marko_2_content"
102-
](_.a), _.c["#CatchContent"] = _._[
102+
](_.e), _.b["#CatchContent"] = _._[
103103
"__tests__/template.marko_5_content"
104-
](_.a), _.d["#CatchContent"] = _._[
104+
](_.e), _.c["#CatchContent"] = _._[
105105
"__tests__/template.marko_8_content"
106-
](_.a), _.e)]
106+
](_.e), _.d)]
107107
</script>
108108
<style
109109
m_=""
@@ -139,7 +139,7 @@ container.querySelector("button").click();
139139
<!--M_!d-->
140140
<!--M_]1 #text/2 4-->
141141
<script>
142-
M._.r.push(_ =&gt; (_.f = [2, _.g = {}], _.d["ConditionalScope:#text/0"] = _
142+
M._.r.push(_ =&gt; (_.f = [2, _.g = {}], _.c["ConditionalScope:#text/0"] = _
143143
.g, _.f),
144144
"__tests__/template.marko_9",
145145
7);

packages/runtime-tags/src/__tests__/fixtures/async-reject-then-resolve-before-and-after-isolated-boundaries/__snapshots__/ssr.expected.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Write
22
```html
3-
<!--M_[--><!--M_!^b--><script>WALKER_RUNTIME("M")("_");M._.r=[_=>(_.e=[0,_.a={"ConditionalScope:#text/0":_.b={"#BranchAccessor":"#text/0"},"ConditionalScope:#text/1":_.c={"#BranchAccessor":"#text/1"},"ConditionalScope:#text/2":_.d={"#BranchAccessor":"#text/2"}},_.b,_.c,_.d],_.b["#CatchContent"]=_._["__tests__/template.marko_2_content"](_.a),_.c["#CatchContent"]=_._["__tests__/template.marko_5_content"](_.a),_.d["#CatchContent"]=_._["__tests__/template.marko_8_content"](_.a),_.e)]</script>
3+
<!--M_[--><!--M_!^b--><script>WALKER_RUNTIME("M")("_");M._.r=[_=>(_.d=[0,_.e={"ConditionalScope:#text/0":_.a={"#BranchAccessor":"#text/0"},"ConditionalScope:#text/1":_.b={"#BranchAccessor":"#text/1"},"ConditionalScope:#text/2":_.c={"#BranchAccessor":"#text/2"}},_.a,_.b,_.c],_.a["#CatchContent"]=_._["__tests__/template.marko_2_content"](_.e),_.b["#CatchContent"]=_._["__tests__/template.marko_5_content"](_.e),_.c["#CatchContent"]=_._["__tests__/template.marko_8_content"](_.e),_.d)]</script>
44
```
55

66
# Write
@@ -10,7 +10,7 @@
1010

1111
# Write
1212
```html
13-
<div>Resolved A: A Value</div><!--M_!b--><!--M_]1 #text/0 2--><!--M_[--><!--M_!^c--><!--M_!c--><!--M_]1 #text/1 3--><!--M_[--><!--M_!^d--><!--M_[--><div>Resolved C: C Value</div><button>Before</button><!--M_*7 #button/1--><!--M_]4 #text/0 7--><!--M_!d--><!--M_]1 #text/2 4--><script>M._.r.push(_=>(_.f=[2,_.g={}],_.d["ConditionalScope:#text/0"]=_.g,_.f),"__tests__/template.marko_9",7);M._.w()</script>
13+
<div>Resolved A: A Value</div><!--M_!b--><!--M_]1 #text/0 2--><!--M_[--><!--M_!^c--><!--M_!c--><!--M_]1 #text/1 3--><!--M_[--><!--M_!^d--><!--M_[--><div>Resolved C: C Value</div><button>Before</button><!--M_*7 #button/1--><!--M_]4 #text/0 7--><!--M_!d--><!--M_]1 #text/2 4--><script>M._.r.push(_=>(_.f=[2,_.g={}],_.c["ConditionalScope:#text/0"]=_.g,_.f),"__tests__/template.marko_9",7);M._.w()</script>
1414
```
1515

1616
# Render End
@@ -21,23 +21,23 @@
2121
<head>
2222
<script>
2323
WALKER_RUNTIME("M")("_");
24-
M._.r = [_ =&gt; (_.e = [0, _.a = {
25-
"ConditionalScope:#text/0": _.b = {
24+
M._.r = [_ =&gt; (_.d = [0, _.e = {
25+
"ConditionalScope:#text/0": _.a = {
2626
"#BranchAccessor": "#text/0"
2727
},
28-
"ConditionalScope:#text/1": _.c = {
28+
"ConditionalScope:#text/1": _.b = {
2929
"#BranchAccessor": "#text/1"
3030
},
31-
"ConditionalScope:#text/2": _.d = {
31+
"ConditionalScope:#text/2": _.c = {
3232
"#BranchAccessor": "#text/2"
3333
}
34-
}, _.b, _.c, _.d], _.b["#CatchContent"] = _._[
34+
}, _.a, _.b, _.c], _.a["#CatchContent"] = _._[
3535
"__tests__/template.marko_2_content"
36-
](_.a), _.c["#CatchContent"] = _._[
36+
](_.e), _.b["#CatchContent"] = _._[
3737
"__tests__/template.marko_5_content"
38-
](_.a), _.d["#CatchContent"] = _._[
38+
](_.e), _.c["#CatchContent"] = _._[
3939
"__tests__/template.marko_8_content"
40-
](_.a), _.e)]
40+
](_.e), _.d)]
4141
</script>
4242
<style
4343
m_=""
@@ -72,7 +72,7 @@
7272
<!--M_!d-->
7373
<!--M_]1 #text/2 4-->
7474
<script>
75-
M._.r.push(_ =&gt; (_.f = [2, _.g = {}], _.d["ConditionalScope:#text/0"] = _
75+
M._.r.push(_ =&gt; (_.f = [2, _.g = {}], _.c["ConditionalScope:#text/0"] = _
7676
.g, _.f),
7777
"__tests__/template.marko_9",
7878
7);

packages/runtime-tags/src/__tests__/fixtures/async-reject-then-resolve-isolated-boundaries/__snapshots__/resume.expected.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
<head>
66
<script>
77
WALKER_RUNTIME("M")("_");
8-
M._.r = [_ =&gt; (_.d = [0, _.a = {
9-
"ConditionalScope:#text/0": _.b = {
8+
M._.r = [_ =&gt; (_.c = [0, _.d = {
9+
"ConditionalScope:#text/0": _.a = {
1010
"#BranchAccessor": "#text/0"
1111
},
12-
"ConditionalScope:#text/1": _.c = {
12+
"ConditionalScope:#text/1": _.b = {
1313
"#BranchAccessor": "#text/1"
1414
}
15-
}, _.b, _.c], _.b["#CatchContent"] = _._[
15+
}, _.a, _.b], _.a["#CatchContent"] = _._[
1616
"__tests__/template.marko_2_content"
17-
](_.a), _.c["#CatchContent"] = _._[
17+
](_.d), _.b["#CatchContent"] = _._[
1818
"__tests__/template.marko_5_content"
19-
](_.a), _.d)]
19+
](_.d), _.c)]
2020
</script>
2121
<style
2222
m_=""

packages/runtime-tags/src/__tests__/fixtures/async-reject-then-resolve-isolated-boundaries/__snapshots__/ssr.expected.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Write
22
```html
3-
<!--M_[--><!--M_!^b--><script>WALKER_RUNTIME("M")("_");M._.r=[_=>(_.d=[0,_.a={"ConditionalScope:#text/0":_.b={"#BranchAccessor":"#text/0"},"ConditionalScope:#text/1":_.c={"#BranchAccessor":"#text/1"}},_.b,_.c],_.b["#CatchContent"]=_._["__tests__/template.marko_2_content"](_.a),_.c["#CatchContent"]=_._["__tests__/template.marko_5_content"](_.a),_.d)]</script>
3+
<!--M_[--><!--M_!^b--><script>WALKER_RUNTIME("M")("_");M._.r=[_=>(_.c=[0,_.d={"ConditionalScope:#text/0":_.a={"#BranchAccessor":"#text/0"},"ConditionalScope:#text/1":_.b={"#BranchAccessor":"#text/1"}},_.a,_.b],_.a["#CatchContent"]=_._["__tests__/template.marko_2_content"](_.d),_.b["#CatchContent"]=_._["__tests__/template.marko_5_content"](_.d),_.c)]</script>
44
```
55

66
# Write
@@ -21,18 +21,18 @@
2121
<head>
2222
<script>
2323
WALKER_RUNTIME("M")("_");
24-
M._.r = [_ =&gt; (_.d = [0, _.a = {
25-
"ConditionalScope:#text/0": _.b = {
24+
M._.r = [_ =&gt; (_.c = [0, _.d = {
25+
"ConditionalScope:#text/0": _.a = {
2626
"#BranchAccessor": "#text/0"
2727
},
28-
"ConditionalScope:#text/1": _.c = {
28+
"ConditionalScope:#text/1": _.b = {
2929
"#BranchAccessor": "#text/1"
3030
}
31-
}, _.b, _.c], _.b["#CatchContent"] = _._[
31+
}, _.a, _.b], _.a["#CatchContent"] = _._[
3232
"__tests__/template.marko_2_content"
33-
](_.a), _.c["#CatchContent"] = _._[
33+
](_.d), _.b["#CatchContent"] = _._[
3434
"__tests__/template.marko_5_content"
35-
](_.a), _.d)]
35+
](_.d), _.c)]
3636
</script>
3737
<style
3838
m_=""

packages/runtime-tags/src/__tests__/fixtures/async-reorder-nested-batched-resolve/__snapshots__/resume.expected.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,40 +38,40 @@
3838
<!--M_]1 #text/0 2-->
3939
<script>
4040
WALKER_RUNTIME("M")("_");
41-
M._.r = [_ =&gt; (_.c = [0, _.a = {
42-
"ConditionalScope:#text/0": _.b = {
41+
M._.r = [_ =&gt; (_.b = [0, _.c = {
42+
"ConditionalScope:#text/0": _.a = {
4343
"#BranchAccessor": "#text/0"
4444
}
45-
}, _.b], _.b["#PlaceholderContent"] = _._[
45+
}, _.a], _.a["#PlaceholderContent"] = _._[
4646
"__tests__/template.marko_4_content"
47-
](_.a), _.c)];
47+
](_.c), _.b)];
4848
REORDER_RUNTIME(M._);
4949
M._.w()
5050
</script>
5151
<script>
52-
M._.r.push(_ =&gt; (_.f = [1, _.d = {
53-
"ConditionalScope:#text/1": _.e = {
52+
M._.r.push(_ =&gt; (_.e = [1, _.f = {
53+
"ConditionalScope:#text/1": _.d = {
5454
"#BranchAccessor": "#text/1"
5555
}
56-
}, _.e], _.e["#PlaceholderContent"] = _._[
56+
}, _.d], _.d["#PlaceholderContent"] = _._[
5757
"__tests__/template.marko_5_content"
58-
](_.d), _.f), _ =&gt; (_.i = [_.g = {
59-
"ConditionalScope:#text/1": _.h = {
58+
](_.f), _.e), _ =&gt; (_.h = [_.i = {
59+
"ConditionalScope:#text/1": _.g = {
6060
"#BranchAccessor": "#text/1"
6161
}
62-
}, _.h], _.h["#PlaceholderContent"] = _._[
62+
}, _.g], _.g["#PlaceholderContent"] = _._[
6363
"__tests__/template.marko_10_content"
64-
](_.g), _.i));
64+
](_.i), _.h));
6565
M._.w()
6666
</script>
6767
<script>
68-
M._.r.push(_ =&gt; (_.l = [1, _.j = {
69-
"ConditionalScope:#text/1": _.k = {
68+
M._.r.push(_ =&gt; (_.k = [1, _.l = {
69+
"ConditionalScope:#text/1": _.j = {
7070
"#BranchAccessor": "#text/1"
7171
}
72-
}, _.k], _.k["#PlaceholderContent"] = _._[
72+
}, _.j], _.j["#PlaceholderContent"] = _._[
7373
"__tests__/template.marko_11_content"
74-
](_.j), _.l));
74+
](_.l), _.k));
7575
M._.w()
7676
</script>
7777
</body>

0 commit comments

Comments
 (0)