chore: pretty print script code for snapshots

This commit is contained in:
dpiercey 2025-08-19 11:05:18 -07:00 committed by Dylan Piercey
parent 157fbf58a1
commit 0b3bc7275b
400 changed files with 15559 additions and 934 deletions

214
package-lock.json generated
View File

@ -25,6 +25,7 @@
"@types/babel__code-frame": "^7.0.6",
"@types/babel__generator": "^7.27.0",
"@types/babel__traverse": "^7.28.0",
"@types/js-beautify": "^1.14.3",
"@types/jsdom": "^21.1.7",
"@types/mocha": "^10.0.10",
"@types/node": "^24.2.1",
@ -43,6 +44,7 @@
"globals": "^16.3.0",
"husky": "^9.1.7",
"it-fails": "^1.0.9",
"js-beautify": "^1.15.4",
"jsdom": "^26.1.0",
"jsdom-context-require": "^5.2.5",
"kleur": "^4.1.5",
@ -3218,6 +3220,13 @@
"node": ">= 8"
}
},
"node_modules/@one-ini/wasm": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz",
"integrity": "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==",
"dev": true,
"license": "MIT"
},
"node_modules/@pkgjs/parseargs": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
@ -3611,6 +3620,13 @@
"dev": true,
"license": "MIT"
},
"node_modules/@types/js-beautify": {
"version": "1.14.3",
"resolved": "https://registry.npmjs.org/@types/js-beautify/-/js-beautify-1.14.3.tgz",
"integrity": "sha512-FMbQHz+qd9DoGvgLHxeqqVPaNRffpIu5ZjozwV8hf9JAGpIOzuAf4wGbRSo8LNITHqGjmmVjaMggTT5P4v4IHg==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/jsdom": {
"version": "21.1.7",
"resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-21.1.7.tgz",
@ -3929,6 +3945,16 @@
"resolved": "scripts/babel-register.js",
"link": true
},
"node_modules/abbrev": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz",
"integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
"dev": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/accepts": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
@ -4777,6 +4803,17 @@
"dev": true,
"license": "MIT"
},
"node_modules/config-chain": {
"version": "1.1.13",
"resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz",
"integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"ini": "^1.3.4",
"proto-list": "~1.2.1"
}
},
"node_modules/content-disposition": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.0.tgz",
@ -5170,6 +5207,74 @@
"dev": true,
"license": "MIT"
},
"node_modules/editorconfig": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.4.tgz",
"integrity": "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"@one-ini/wasm": "0.1.1",
"commander": "^10.0.0",
"minimatch": "9.0.1",
"semver": "^7.5.3"
},
"bin": {
"editorconfig": "bin/editorconfig"
},
"engines": {
"node": ">=14"
}
},
"node_modules/editorconfig/node_modules/brace-expansion": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"balanced-match": "^1.0.0"
}
},
"node_modules/editorconfig/node_modules/commander": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
"integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=14"
}
},
"node_modules/editorconfig/node_modules/minimatch": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
"integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
"dev": true,
"license": "ISC",
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/editorconfig/node_modules/semver": {
"version": "7.7.2",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
"dev": true,
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/ee-first": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
@ -6493,6 +6598,13 @@
"dev": true,
"license": "ISC"
},
"node_modules/ini": {
"version": "1.3.8",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
"dev": true,
"license": "ISC"
},
"node_modules/ipaddr.js": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
@ -6770,6 +6882,85 @@
"@pkgjs/parseargs": "^0.11.0"
}
},
"node_modules/js-beautify": {
"version": "1.15.4",
"resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.4.tgz",
"integrity": "sha512-9/KXeZUKKJwqCXUdBxFJ3vPh467OCckSBmYDwSK/EtV090K+iMJ7zx2S3HLVDIWFQdqMIsZWbnaGiba18aWhaA==",
"dev": true,
"license": "MIT",
"dependencies": {
"config-chain": "^1.1.13",
"editorconfig": "^1.0.4",
"glob": "^10.4.2",
"js-cookie": "^3.0.5",
"nopt": "^7.2.1"
},
"bin": {
"css-beautify": "js/bin/css-beautify.js",
"html-beautify": "js/bin/html-beautify.js",
"js-beautify": "js/bin/js-beautify.js"
},
"engines": {
"node": ">=14"
}
},
"node_modules/js-beautify/node_modules/brace-expansion": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"balanced-match": "^1.0.0"
}
},
"node_modules/js-beautify/node_modules/glob": {
"version": "10.4.5",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
"integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
"dev": true,
"license": "ISC",
"dependencies": {
"foreground-child": "^3.1.0",
"jackspeak": "^3.1.2",
"minimatch": "^9.0.4",
"minipass": "^7.1.2",
"package-json-from-dist": "^1.0.0",
"path-scurry": "^1.11.1"
},
"bin": {
"glob": "dist/esm/bin.mjs"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/js-beautify/node_modules/minimatch": {
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
"dev": true,
"license": "ISC",
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/js-cookie": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz",
"integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=14"
}
},
"node_modules/js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
@ -7730,6 +7921,22 @@
"integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
"license": "MIT"
},
"node_modules/nopt": {
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz",
"integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==",
"dev": true,
"license": "ISC",
"dependencies": {
"abbrev": "^2.0.0"
},
"bin": {
"nopt": "bin/nopt.js"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
@ -8242,6 +8449,13 @@
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/proto-list": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
"integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==",
"dev": true,
"license": "ISC"
},
"node_modules/proxy-addr": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",

View File

@ -40,6 +40,7 @@
"@types/babel__code-frame": "^7.0.6",
"@types/babel__generator": "^7.27.0",
"@types/babel__traverse": "^7.28.0",
"@types/js-beautify": "^1.14.3",
"@types/jsdom": "^21.1.7",
"@types/mocha": "^10.0.10",
"@types/node": "^24.2.1",
@ -58,6 +59,7 @@
"globals": "^16.3.0",
"husky": "^9.1.7",
"it-fails": "^1.0.9",
"js-beautify": "^1.15.4",
"jsdom": "^26.1.0",
"jsdom-context-require": "^5.2.5",
"kleur": "^4.1.5",

View File

@ -11,7 +11,16 @@
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={bar:0}],_.a.$fooChange=_._["__tests__/template.marko_0/foo"](_.a),_.b),"__tests__/template.marko_0_bar_$fooChange",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
bar: 0
}], _.a.$fooChange = _._[
"__tests__/template.marko_0/foo"
](_.a), _.b),
"__tests__/template.marko_0_bar_$fooChange",
1
];
M._.w()
</script>
</body>
</html>
@ -34,7 +43,16 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={bar:0}],_.a.$fooChange=_._["__tests__/template.marko_0/foo"](_.a),_.b),"__tests__/template.marko_0_bar_$fooChange",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
bar: 0
}], _.a.$fooChange = _._[
"__tests__/template.marko_0/foo"
](_.a), _.b),
"__tests__/template.marko_0_bar_$fooChange",
1
];
M._.w()
</script>
</body>
</html>
@ -61,7 +79,16 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={bar:0}],_.a.$fooChange=_._["__tests__/template.marko_0/foo"](_.a),_.b),"__tests__/template.marko_0_bar_$fooChange",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
bar: 0
}], _.a.$fooChange = _._[
"__tests__/template.marko_0/foo"
](_.a), _.b),
"__tests__/template.marko_0_bar_$fooChange",
1
];
M._.w()
</script>
</body>
</html>
@ -88,7 +115,16 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={bar:0}],_.a.$fooChange=_._["__tests__/template.marko_0/foo"](_.a),_.b),"__tests__/template.marko_0_bar_$fooChange",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
bar: 0
}], _.a.$fooChange = _._[
"__tests__/template.marko_0/foo"
](_.a), _.b),
"__tests__/template.marko_0_bar_$fooChange",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -16,7 +16,16 @@
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={bar:0}],_.a.$fooChange=_._["__tests__/template.marko_0/foo"](_.a),_.b),"__tests__/template.marko_0_bar_$fooChange",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
bar: 0
}], _.a.$fooChange = _._[
"__tests__/template.marko_0/foo"
](_.a), _.b),
"__tests__/template.marko_0_bar_$fooChange",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -7,7 +7,15 @@
<!--M_*2 #button/0-->
<!--M_|1 #text/0 2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/0":0,"ConditionalScope:#text/0":_.b={}},_.b],_.b._=_.a,_.c),"__tests__/template.marko_1",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/0": 0,
"ConditionalScope:#text/0": _.b = {}
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_1",
2
];
M._.w()
</script>
</body>
</html>
@ -25,7 +33,15 @@ container.querySelector("button").click();
<!--M_|1 #text/0 2-->
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/0":0,"ConditionalScope:#text/0":_.b={}},_.b],_.b._=_.a,_.c),"__tests__/template.marko_1",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/0": 0,
"ConditionalScope:#text/0": _.b = {}
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_1",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -12,7 +12,15 @@
<!--M_*2 #button/0-->
<!--M_|1 #text/0 2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/0":0,"ConditionalScope:#text/0":_.b={}},_.b],_.b._=_.a,_.c),"__tests__/template.marko_1",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/0": 0,
"ConditionalScope:#text/0": _.b = {}
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_1",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -16,7 +16,15 @@
<!--M_*1 #text/2-->
</span>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{clickCount:0}]),"__tests__/template.marko_0_clickCount",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
clickCount: 0
}]),
"__tests__/template.marko_0_clickCount",
1
];
M._.w()
</script>
</body>
</html>
@ -44,7 +52,15 @@ container.querySelector("button").click();
<!--M_*1 #text/2-->
</span>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{clickCount:0}]),"__tests__/template.marko_0_clickCount",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
clickCount: 0
}]),
"__tests__/template.marko_0_clickCount",
1
];
M._.w()
</script>
</body>
</html>
@ -77,7 +93,15 @@ container.querySelector("button").click();
<!--M_*1 #text/2-->
</span>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{clickCount:0}]),"__tests__/template.marko_0_clickCount",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
clickCount: 0
}]),
"__tests__/template.marko_0_clickCount",
1
];
M._.w()
</script>
</body>
</html>
@ -110,7 +134,15 @@ container.querySelector("button").click();
<!--M_*1 #text/2-->
</span>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{clickCount:0}]),"__tests__/template.marko_0_clickCount",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
clickCount: 0
}]),
"__tests__/template.marko_0_clickCount",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -21,7 +21,15 @@
<!--M_*1 #text/2-->
</span>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{clickCount:0}]),"__tests__/template.marko_0_clickCount",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
clickCount: 0
}]),
"__tests__/template.marko_0_clickCount",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -34,13 +34,57 @@
<!--M_]3 #text/1-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,1,{input_level:4},_.a={"ConditionalScope:#text/1":_.b={"#BranchAccessor":"#text/1"}},_.b],_.b["#PlaceholderContent"]=_._["__tests__/tags/recurse.marko_4_renderer"](_.a),_.c),_=&gt;(_.f=[1,{input_level:3},_.d={"ConditionalScope:#text/1":_.e={"#BranchAccessor":"#text/1"}},_.e],_.e["#PlaceholderContent"]=_._["__tests__/tags/recurse.marko_4_renderer"](_.d),_.f)];REORDER_RUNTIME(M._);M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, 1,
{
input_level: 4
}, _.a = {
"ConditionalScope:#text/1": _.b = {
"#BranchAccessor": "#text/1"
}
}, _.b], _.b["#PlaceholderContent"] = _._[
"__tests__/tags/recurse.marko_4_renderer"
](_.a), _.c), _ =&gt; (_.f = [1,
{
input_level: 3
}, _.d = {
"ConditionalScope:#text/1": _.e = {
"#BranchAccessor": "#text/1"
}
}, _.e], _.e["#PlaceholderContent"] = _._[
"__tests__/tags/recurse.marko_4_renderer"
](_.d), _.f)];
REORDER_RUNTIME(M._);
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.i=[2,{input_level:2},_.g={"ConditionalScope:#text/1":_.h={"#BranchAccessor":"#text/1"}},_.h],_.h["#PlaceholderContent"]=_._["__tests__/tags/recurse.marko_4_renderer"](_.g),_.i),_=&gt;(_.l=[1,{input_level:1},_.j={"ConditionalScope:#text/1":_.k={"#BranchAccessor":"#text/1"}},_.k],_.k["#PlaceholderContent"]=_._["__tests__/tags/recurse.marko_4_renderer"](_.j),_.l));M._.w()
M._.r.push(_ =&gt; (_.i = [2,
{
input_level: 2
}, _.g = {
"ConditionalScope:#text/1": _.h = {
"#BranchAccessor": "#text/1"
}
}, _.h], _.h["#PlaceholderContent"] = _._[
"__tests__/tags/recurse.marko_4_renderer"
](_.g), _.i), _ =&gt; (_.l = [1,
{
input_level: 1
}, _.j = {
"ConditionalScope:#text/1": _.k = {
"#BranchAccessor": "#text/1"
}
}, _.k], _.k["#PlaceholderContent"] = _._[
"__tests__/tags/recurse.marko_4_renderer"
](_.j), _.l));
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.m=[2,{input_level:0}]));M._.w()
M._.r.push(_ =&gt; (_.m = [2,
{
input_level: 0
}]));
M._.w()
</script>
</body>
</html>

View File

@ -49,13 +49,57 @@
<!--M_]3 #text/1-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,1,{input_level:4},_.a={"ConditionalScope:#text/1":_.b={"#BranchAccessor":"#text/1"}},_.b],_.b["#PlaceholderContent"]=_._["__tests__/tags/recurse.marko_4_renderer"](_.a),_.c),_=&gt;(_.f=[1,{input_level:3},_.d={"ConditionalScope:#text/1":_.e={"#BranchAccessor":"#text/1"}},_.e],_.e["#PlaceholderContent"]=_._["__tests__/tags/recurse.marko_4_renderer"](_.d),_.f)];REORDER_RUNTIME(M._);M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, 1,
{
input_level: 4
}, _.a = {
"ConditionalScope:#text/1": _.b = {
"#BranchAccessor": "#text/1"
}
}, _.b], _.b["#PlaceholderContent"] = _._[
"__tests__/tags/recurse.marko_4_renderer"
](_.a), _.c), _ =&gt; (_.f = [1,
{
input_level: 3
}, _.d = {
"ConditionalScope:#text/1": _.e = {
"#BranchAccessor": "#text/1"
}
}, _.e], _.e["#PlaceholderContent"] = _._[
"__tests__/tags/recurse.marko_4_renderer"
](_.d), _.f)];
REORDER_RUNTIME(M._);
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.i=[2,{input_level:2},_.g={"ConditionalScope:#text/1":_.h={"#BranchAccessor":"#text/1"}},_.h],_.h["#PlaceholderContent"]=_._["__tests__/tags/recurse.marko_4_renderer"](_.g),_.i),_=&gt;(_.l=[1,{input_level:1},_.j={"ConditionalScope:#text/1":_.k={"#BranchAccessor":"#text/1"}},_.k],_.k["#PlaceholderContent"]=_._["__tests__/tags/recurse.marko_4_renderer"](_.j),_.l));M._.w()
M._.r.push(_ =&gt; (_.i = [2,
{
input_level: 2
}, _.g = {
"ConditionalScope:#text/1": _.h = {
"#BranchAccessor": "#text/1"
}
}, _.h], _.h["#PlaceholderContent"] = _._[
"__tests__/tags/recurse.marko_4_renderer"
](_.g), _.i), _ =&gt; (_.l = [1,
{
input_level: 1
}, _.j = {
"ConditionalScope:#text/1": _.k = {
"#BranchAccessor": "#text/1"
}
}, _.k], _.k["#PlaceholderContent"] = _._[
"__tests__/tags/recurse.marko_4_renderer"
](_.j), _.l));
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.m=[2,{input_level:0}]));M._.w()
M._.r.push(_ =&gt; (_.m = [2,
{
input_level: 0
}]));
M._.w()
</script>
</body>
</html>

View File

@ -39,13 +39,50 @@
</div>
<!--M_]1 #text/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.d=[0,_.a={"ConditionalScope:#text/0":_.b={"#BranchAccessor":"#text/0"},promiseA:new Promise((f,r)=&gt;_.c={f,r})},_.b],_.b["#PlaceholderContent"]=_._["__tests__/template.marko_4_renderer"](_.a),_.d)];REORDER_RUNTIME(M._);M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.d = [0, _.a = {
"ConditionalScope:#text/0": _.b = {
"#BranchAccessor": "#text/0"
},
promiseA: new Promise((f, r) =&gt; _.c = {
f,
r
})
}, _.b], _.b["#PlaceholderContent"] = _._[
"__tests__/template.marko_4_renderer"
](_.a), _.d)];
REORDER_RUNTIME(M._);
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.g=[1,_.e={"ConditionalScope:#text/1":_.f={"#BranchAccessor":"#text/1"}},_.f],_.f["#PlaceholderContent"]=_._["__tests__/template.marko_5_renderer"](_.e),_.g),_=&gt;(_.c.f("a"),_.h=[]),_=&gt;(_.l=[_.i={"ConditionalScope:#text/1":_.j={"#BranchAccessor":"#text/1"},promiseB:new Promise((f,r)=&gt;_.k={f,r})},_.j],_.j["#PlaceholderContent"]=_._["__tests__/template.marko_10_renderer"](_.i),(_.f["ConditionalScope:#text/0"]=_.i),_.l));M._.w()
M._.r.push(_ =&gt; (_.g = [1, _.e = {
"ConditionalScope:#text/1": _.f = {
"#BranchAccessor": "#text/1"
}
}, _.f], _.f["#PlaceholderContent"] = _._[
"__tests__/template.marko_5_renderer"
](_.e), _.g), _ =&gt; (_.c.f("a"), _.h = []), _ =&gt; (_.l = [_.i = {
"ConditionalScope:#text/1": _.j = {
"#BranchAccessor": "#text/1"
},
promiseB: new Promise((f, r) =&gt; _.k = {
f,
r
})
}, _.j], _.j["#PlaceholderContent"] = _._[
"__tests__/template.marko_10_renderer"
](_.i), (_.f["ConditionalScope:#text/0"] = _.i), _.l));
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.o=[1,_.m={"ConditionalScope:#text/1":_.n={"#BranchAccessor":"#text/1"}},_.n],_.n["#PlaceholderContent"]=_._["__tests__/template.marko_11_renderer"](_.m),_.o),_=&gt;(_.k.f("b"),_.p=[]));M._.w()
M._.r.push(_ =&gt; (_.o = [1, _.m = {
"ConditionalScope:#text/1": _.n = {
"#BranchAccessor": "#text/1"
}
}, _.n], _.n["#PlaceholderContent"] = _._[
"__tests__/template.marko_11_renderer"
](_.m), _.o), _ =&gt; (_.k.f("b"), _.p = []));
M._.w()
</script>
</body>
</html>

View File

@ -54,13 +54,50 @@
</div>
<!--M_]1 #text/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.d=[0,_.a={"ConditionalScope:#text/0":_.b={"#BranchAccessor":"#text/0"},promiseA:new Promise((f,r)=&gt;_.c={f,r})},_.b],_.b["#PlaceholderContent"]=_._["__tests__/template.marko_4_renderer"](_.a),_.d)];REORDER_RUNTIME(M._);M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.d = [0, _.a = {
"ConditionalScope:#text/0": _.b = {
"#BranchAccessor": "#text/0"
},
promiseA: new Promise((f, r) =&gt; _.c = {
f,
r
})
}, _.b], _.b["#PlaceholderContent"] = _._[
"__tests__/template.marko_4_renderer"
](_.a), _.d)];
REORDER_RUNTIME(M._);
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.g=[1,_.e={"ConditionalScope:#text/1":_.f={"#BranchAccessor":"#text/1"}},_.f],_.f["#PlaceholderContent"]=_._["__tests__/template.marko_5_renderer"](_.e),_.g),_=&gt;(_.c.f("a"),_.h=[]),_=&gt;(_.l=[_.i={"ConditionalScope:#text/1":_.j={"#BranchAccessor":"#text/1"},promiseB:new Promise((f,r)=&gt;_.k={f,r})},_.j],_.j["#PlaceholderContent"]=_._["__tests__/template.marko_10_renderer"](_.i),(_.f["ConditionalScope:#text/0"]=_.i),_.l));M._.w()
M._.r.push(_ =&gt; (_.g = [1, _.e = {
"ConditionalScope:#text/1": _.f = {
"#BranchAccessor": "#text/1"
}
}, _.f], _.f["#PlaceholderContent"] = _._[
"__tests__/template.marko_5_renderer"
](_.e), _.g), _ =&gt; (_.c.f("a"), _.h = []), _ =&gt; (_.l = [_.i = {
"ConditionalScope:#text/1": _.j = {
"#BranchAccessor": "#text/1"
},
promiseB: new Promise((f, r) =&gt; _.k = {
f,
r
})
}, _.j], _.j["#PlaceholderContent"] = _._[
"__tests__/template.marko_10_renderer"
](_.i), (_.f["ConditionalScope:#text/0"] = _.i), _.l));
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.o=[1,_.m={"ConditionalScope:#text/1":_.n={"#BranchAccessor":"#text/1"}},_.n],_.n["#PlaceholderContent"]=_._["__tests__/template.marko_11_renderer"](_.m),_.o),_=&gt;(_.k.f("b"),_.p=[]));M._.w()
M._.r.push(_ =&gt; (_.o = [1, _.m = {
"ConditionalScope:#text/1": _.n = {
"#BranchAccessor": "#text/1"
}
}, _.n], _.n["#PlaceholderContent"] = _._[
"__tests__/template.marko_11_renderer"
](_.m), _.o), _ =&gt; (_.k.f("b"), _.p = []));
M._.w()
</script>
</body>
</html>

View File

@ -20,10 +20,27 @@
<!--M_]2 #text/0-->
<!--M_]1 #text/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalScope:#text/1":_.b={"ClosureSignalIndex:clickCount":0,"#BranchAccessor":"#text/1"},clickCount:0,"ClosureScopes:clickCount":_.d=new Set},_.b],_.b._=_.a,_.b["#PlaceholderContent"]=_._["__tests__/template.marko_2_renderer"](_.a),(_.d).add(_.b),_.c),"__tests__/template.marko_0_clickCount",1];REORDER_RUNTIME(M._);M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalScope:#text/1": _.b = {
"ClosureSignalIndex:clickCount": 0,
"#BranchAccessor": "#text/1"
},
clickCount: 0,
"ClosureScopes:clickCount": _.d = new Set
}, _.b], _.b._ = _.a, _.b["#PlaceholderContent"] = _._[
"__tests__/template.marko_2_renderer"
](_.a), (_.d).add(_.b), _.c),
"__tests__/template.marko_0_clickCount",
1
];
REORDER_RUNTIME(M._);
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.e=[1,_.f={}],(_.b["ConditionalScope:#text/0"]=_.f),_.e));M._.w()
M._.r.push(_ =&gt; (_.e = [1, _.f = {}], (_.b["ConditionalScope:#text/0"] = _
.f), _.e));
M._.w()
</script>
</body>
</html>
@ -59,10 +76,27 @@ container.querySelector("button").click();
<!--M_]2 #text/0-->
<!--M_]1 #text/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalScope:#text/1":_.b={"ClosureSignalIndex:clickCount":0,"#BranchAccessor":"#text/1"},clickCount:0,"ClosureScopes:clickCount":_.d=new Set},_.b],_.b._=_.a,_.b["#PlaceholderContent"]=_._["__tests__/template.marko_2_renderer"](_.a),(_.d).add(_.b),_.c),"__tests__/template.marko_0_clickCount",1];REORDER_RUNTIME(M._);M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalScope:#text/1": _.b = {
"ClosureSignalIndex:clickCount": 0,
"#BranchAccessor": "#text/1"
},
clickCount: 0,
"ClosureScopes:clickCount": _.d = new Set
}, _.b], _.b._ = _.a, _.b["#PlaceholderContent"] = _._[
"__tests__/template.marko_2_renderer"
](_.a), (_.d).add(_.b), _.c),
"__tests__/template.marko_0_clickCount",
1
];
REORDER_RUNTIME(M._);
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.e=[1,_.f={}],(_.b["ConditionalScope:#text/0"]=_.f),_.e));M._.w()
M._.r.push(_ =&gt; (_.e = [1, _.f = {}], (_.b["ConditionalScope:#text/0"] = _
.f), _.e));
M._.w()
</script>
</body>
</html>
@ -89,10 +123,27 @@ container.querySelector("button").click();
<!--M_]2 #text/0-->
<!--M_]1 #text/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalScope:#text/1":_.b={"ClosureSignalIndex:clickCount":0,"#BranchAccessor":"#text/1"},clickCount:0,"ClosureScopes:clickCount":_.d=new Set},_.b],_.b._=_.a,_.b["#PlaceholderContent"]=_._["__tests__/template.marko_2_renderer"](_.a),(_.d).add(_.b),_.c),"__tests__/template.marko_0_clickCount",1];REORDER_RUNTIME(M._);M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalScope:#text/1": _.b = {
"ClosureSignalIndex:clickCount": 0,
"#BranchAccessor": "#text/1"
},
clickCount: 0,
"ClosureScopes:clickCount": _.d = new Set
}, _.b], _.b._ = _.a, _.b["#PlaceholderContent"] = _._[
"__tests__/template.marko_2_renderer"
](_.a), (_.d).add(_.b), _.c),
"__tests__/template.marko_0_clickCount",
1
];
REORDER_RUNTIME(M._);
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.e=[1,_.f={}],(_.b["ConditionalScope:#text/0"]=_.f),_.e));M._.w()
M._.r.push(_ =&gt; (_.e = [1, _.f = {}], (_.b["ConditionalScope:#text/0"] = _
.f), _.e));
M._.w()
</script>
</body>
</html>
@ -128,10 +179,27 @@ REMOVE #document-fragment/#text after html/body/#text0
<!--M_]2 #text/0-->
<!--M_]1 #text/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalScope:#text/1":_.b={"ClosureSignalIndex:clickCount":0,"#BranchAccessor":"#text/1"},clickCount:0,"ClosureScopes:clickCount":_.d=new Set},_.b],_.b._=_.a,_.b["#PlaceholderContent"]=_._["__tests__/template.marko_2_renderer"](_.a),(_.d).add(_.b),_.c),"__tests__/template.marko_0_clickCount",1];REORDER_RUNTIME(M._);M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalScope:#text/1": _.b = {
"ClosureSignalIndex:clickCount": 0,
"#BranchAccessor": "#text/1"
},
clickCount: 0,
"ClosureScopes:clickCount": _.d = new Set
}, _.b], _.b._ = _.a, _.b["#PlaceholderContent"] = _._[
"__tests__/template.marko_2_renderer"
](_.a), (_.d).add(_.b), _.c),
"__tests__/template.marko_0_clickCount",
1
];
REORDER_RUNTIME(M._);
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.e=[1,_.f={}],(_.b["ConditionalScope:#text/0"]=_.f),_.e));M._.w()
M._.r.push(_ =&gt; (_.e = [1, _.f = {}], (_.b["ConditionalScope:#text/0"] = _
.f), _.e));
M._.w()
</script>
</body>
</html>
@ -168,10 +236,27 @@ container.querySelector("button").click();
<!--M_]2 #text/0-->
<!--M_]1 #text/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalScope:#text/1":_.b={"ClosureSignalIndex:clickCount":0,"#BranchAccessor":"#text/1"},clickCount:0,"ClosureScopes:clickCount":_.d=new Set},_.b],_.b._=_.a,_.b["#PlaceholderContent"]=_._["__tests__/template.marko_2_renderer"](_.a),(_.d).add(_.b),_.c),"__tests__/template.marko_0_clickCount",1];REORDER_RUNTIME(M._);M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalScope:#text/1": _.b = {
"ClosureSignalIndex:clickCount": 0,
"#BranchAccessor": "#text/1"
},
clickCount: 0,
"ClosureScopes:clickCount": _.d = new Set
}, _.b], _.b._ = _.a, _.b["#PlaceholderContent"] = _._[
"__tests__/template.marko_2_renderer"
](_.a), (_.d).add(_.b), _.c),
"__tests__/template.marko_0_clickCount",
1
];
REORDER_RUNTIME(M._);
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.e=[1,_.f={}],(_.b["ConditionalScope:#text/0"]=_.f),_.e));M._.w()
M._.r.push(_ =&gt; (_.e = [1, _.f = {}], (_.b["ConditionalScope:#text/0"] = _
.f), _.e));
M._.w()
</script>
</body>
</html>
@ -198,10 +283,27 @@ container.querySelector("button").click();
<!--M_]2 #text/0-->
<!--M_]1 #text/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalScope:#text/1":_.b={"ClosureSignalIndex:clickCount":0,"#BranchAccessor":"#text/1"},clickCount:0,"ClosureScopes:clickCount":_.d=new Set},_.b],_.b._=_.a,_.b["#PlaceholderContent"]=_._["__tests__/template.marko_2_renderer"](_.a),(_.d).add(_.b),_.c),"__tests__/template.marko_0_clickCount",1];REORDER_RUNTIME(M._);M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalScope:#text/1": _.b = {
"ClosureSignalIndex:clickCount": 0,
"#BranchAccessor": "#text/1"
},
clickCount: 0,
"ClosureScopes:clickCount": _.d = new Set
}, _.b], _.b._ = _.a, _.b["#PlaceholderContent"] = _._[
"__tests__/template.marko_2_renderer"
](_.a), (_.d).add(_.b), _.c),
"__tests__/template.marko_0_clickCount",
1
];
REORDER_RUNTIME(M._);
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.e=[1,_.f={}],(_.b["ConditionalScope:#text/0"]=_.f),_.e));M._.w()
M._.r.push(_ =&gt; (_.e = [1, _.f = {}], (_.b["ConditionalScope:#text/0"] = _
.f), _.e));
M._.w()
</script>
</body>
</html>
@ -237,10 +339,27 @@ REMOVE #document-fragment/#text after html/body/#text0
<!--M_]2 #text/0-->
<!--M_]1 #text/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalScope:#text/1":_.b={"ClosureSignalIndex:clickCount":0,"#BranchAccessor":"#text/1"},clickCount:0,"ClosureScopes:clickCount":_.d=new Set},_.b],_.b._=_.a,_.b["#PlaceholderContent"]=_._["__tests__/template.marko_2_renderer"](_.a),(_.d).add(_.b),_.c),"__tests__/template.marko_0_clickCount",1];REORDER_RUNTIME(M._);M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalScope:#text/1": _.b = {
"ClosureSignalIndex:clickCount": 0,
"#BranchAccessor": "#text/1"
},
clickCount: 0,
"ClosureScopes:clickCount": _.d = new Set
}, _.b], _.b._ = _.a, _.b["#PlaceholderContent"] = _._[
"__tests__/template.marko_2_renderer"
](_.a), (_.d).add(_.b), _.c),
"__tests__/template.marko_0_clickCount",
1
];
REORDER_RUNTIME(M._);
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.e=[1,_.f={}],(_.b["ConditionalScope:#text/0"]=_.f),_.e));M._.w()
M._.r.push(_ =&gt; (_.e = [1, _.f = {}], (_.b["ConditionalScope:#text/0"] = _
.f), _.e));
M._.w()
</script>
</body>
</html>

View File

@ -30,10 +30,27 @@
<!--M_]2 #text/0-->
<!--M_]1 #text/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalScope:#text/1":_.b={"ClosureSignalIndex:clickCount":0,"#BranchAccessor":"#text/1"},clickCount:0,"ClosureScopes:clickCount":_.d=new Set},_.b],_.b._=_.a,_.b["#PlaceholderContent"]=_._["__tests__/template.marko_2_renderer"](_.a),(_.d).add(_.b),_.c),"__tests__/template.marko_0_clickCount",1];REORDER_RUNTIME(M._);M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalScope:#text/1": _.b = {
"ClosureSignalIndex:clickCount": 0,
"#BranchAccessor": "#text/1"
},
clickCount: 0,
"ClosureScopes:clickCount": _.d = new Set
}, _.b], _.b._ = _.a, _.b["#PlaceholderContent"] = _._[
"__tests__/template.marko_2_renderer"
](_.a), (_.d).add(_.b), _.c),
"__tests__/template.marko_0_clickCount",
1
];
REORDER_RUNTIME(M._);
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.e=[1,_.f={}],(_.b["ConditionalScope:#text/0"]=_.f),_.e));M._.w()
M._.r.push(_ =&gt; (_.e = [1, _.f = {}], (_.b["ConditionalScope:#text/0"] = _
.f), _.e));
M._.w()
</script>
</body>
</html>

View File

@ -17,7 +17,16 @@
<!--M_*6 #text/1-->
other
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,3,{a:"a",v:1},1,{a:"b",v:2}])]
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0, 3,
{
a: "a",
v: 1
}, 1,
{
a: "b",
v: 2
}])]
</script>
</body>
</html>

View File

@ -22,7 +22,16 @@
<!--M_*6 #text/1-->
other
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,3,{a:"a",v:1},1,{a:"b",v:2}])]
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0, 3,
{
a: "a",
v: 1
}, 1,
{
a: "b",
v: 2
}])]
</script>
</body>
</html>

View File

@ -14,7 +14,19 @@
</button>
<!--M_*1 #button/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,{x:!0,"#childScope/0":_.a={"ConditionalScope:#text/0":_.b={},"ConditionalRenderer:#text/0":"__tests__/template.marko_1_renderer"}},_.a,_.b]),"__tests__/template.marko_0_x",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0,
{
x: !0,
"#childScope/0": _.a = {
"ConditionalScope:#text/0": _.b = {},
"ConditionalRenderer:#text/0": "__tests__/template.marko_1_renderer"
}
}, _.a, _.b]),
"__tests__/template.marko_0_x",
1
];
M._.w()
</script>
</body>
</html>
@ -41,7 +53,19 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,{x:!0,"#childScope/0":_.a={"ConditionalScope:#text/0":_.b={},"ConditionalRenderer:#text/0":"__tests__/template.marko_1_renderer"}},_.a,_.b]),"__tests__/template.marko_0_x",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0,
{
x: !0,
"#childScope/0": _.a = {
"ConditionalScope:#text/0": _.b = {},
"ConditionalRenderer:#text/0": "__tests__/template.marko_1_renderer"
}
}, _.a, _.b]),
"__tests__/template.marko_0_x",
1
];
M._.w()
</script>
</body>
</html>
@ -72,7 +96,19 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,{x:!0,"#childScope/0":_.a={"ConditionalScope:#text/0":_.b={},"ConditionalRenderer:#text/0":"__tests__/template.marko_1_renderer"}},_.a,_.b]),"__tests__/template.marko_0_x",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0,
{
x: !0,
"#childScope/0": _.a = {
"ConditionalScope:#text/0": _.b = {},
"ConditionalRenderer:#text/0": "__tests__/template.marko_1_renderer"
}
}, _.a, _.b]),
"__tests__/template.marko_0_x",
1
];
M._.w()
</script>
</body>
</html>
@ -100,7 +136,19 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,{x:!0,"#childScope/0":_.a={"ConditionalScope:#text/0":_.b={},"ConditionalRenderer:#text/0":"__tests__/template.marko_1_renderer"}},_.a,_.b]),"__tests__/template.marko_0_x",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0,
{
x: !0,
"#childScope/0": _.a = {
"ConditionalScope:#text/0": _.b = {},
"ConditionalRenderer:#text/0": "__tests__/template.marko_1_renderer"
}
}, _.a, _.b]),
"__tests__/template.marko_0_x",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -19,7 +19,19 @@
</button>
<!--M_*1 #button/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,{x:!0,"#childScope/0":_.a={"ConditionalScope:#text/0":_.b={},"ConditionalRenderer:#text/0":"__tests__/template.marko_1_renderer"}},_.a,_.b]),"__tests__/template.marko_0_x",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0,
{
x: !0,
"#childScope/0": _.a = {
"ConditionalScope:#text/0": _.b = {},
"ConditionalRenderer:#text/0": "__tests__/template.marko_1_renderer"
}
}, _.a, _.b]),
"__tests__/template.marko_0_x",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -82,7 +82,147 @@
</div>
<!--M_*23 #div/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.q=[0,2,{item:_.c={style:{color:"red"},content:_._["__tests__/template.marko_1_renderer"](_.a={}),*[(_.b=[,_.d={style:{color:"blue"},content:_._["__tests__/template.marko_2_renderer"](_.a)},_.e={style:{color:"green"},content:_._["__tests__/template.marko_2_renderer"](_.a)}],Symbol.iterator)](){yield*_.b}}},1,{item:_.d},1,{item:_.e},1,{col:_.i={x:0,row:_.g={row:"a",content:_._["__tests__/template.marko_3_renderer"](_.a),*[(_.f=[,_.l={row:"b",content:_._["__tests__/template.marko_3_renderer"](_.a)}],Symbol.iterator)](){yield*_.f}},*[(_.h=[,_.m={x:1,row:_.k={row:"c",content:_._["__tests__/template.marko_3_renderer"](_.a),*[(_.j=[,_.n={row:"d",content:_._["__tests__/template.marko_3_renderer"](_.a)}],Symbol.iterator)](){yield*_.j}}},_.o={outside:!0,row:_.p={row:-1,content:_._["__tests__/template.marko_4_renderer"](_.a),*[Symbol.iterator](){yield this}}}],Symbol.iterator)](){yield*_.h}}},1,{row:_.g},{row:"a"},{row:_.l},{row:"b"},{col:_.m},1,{row:_.k},{row:"c"},{row:_.n},{row:"d"},{col:_.o},1,{row:_.p}],_.b[0]=_.c,_.f[0]=_.g,_.h[0]=_.i,_.j[0]=_.k,_.q),"__tests__/tags/hello/index.marko_1_item",3,5,7,"__tests__/tags/hello/index.marko_3_row",11,13,"__tests__/tags/hello/index.marko_2_col",9,"__tests__/tags/hello/index.marko_3_row",17,19,"__tests__/tags/hello/index.marko_2_col",15,"__tests__/tags/hello/index.marko_3_row",23,"__tests__/tags/hello/index.marko_2_col",21];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.q = [0, 2,
{
item: _.c = {
style:
{
color: "red"
},
content: _._[
"__tests__/template.marko_1_renderer"
](_.a = {}),
*[(_.b = [, _.d = {
style:
{
color: "blue"
},
content: _._[
"__tests__/template.marko_2_renderer"
](_.a)
}, _.e = {
style:
{
color: "green"
},
content: _._[
"__tests__/template.marko_2_renderer"
](_.a)
}], Symbol.iterator)]()
{
yield* _.b
}
}
}, 1,
{
item: _.d
}, 1,
{
item: _.e
}, 1,
{
col: _.i = {
x: 0,
row: _.g = {
row: "a",
content: _._[
"__tests__/template.marko_3_renderer"
](_.a),
*[(_.f = [, _.l = {
row: "b",
content: _._[
"__tests__/template.marko_3_renderer"
](_.a)
}], Symbol.iterator)]()
{
yield* _.f
}
},
*[(_.h = [, _.m = {
x: 1,
row: _.k = {
row: "c",
content: _._[
"__tests__/template.marko_3_renderer"
](_.a),
*[(_.j = [, _.n = {
row: "d",
content: _._[
"__tests__/template.marko_3_renderer"
](_.a)
}], Symbol.iterator)]()
{
yield* _.j
}
}
}, _.o = {
outside: !0,
row: _.p = {
row: -1,
content: _._[
"__tests__/template.marko_4_renderer"
](_.a),
*[Symbol.iterator]()
{
yield this
}
}
}], Symbol.iterator)]()
{
yield* _.h
}
}
}, 1,
{
row: _.g
},
{
row: "a"
},
{
row: _.l
},
{
row: "b"
},
{
col: _.m
}, 1,
{
row: _.k
},
{
row: "c"
},
{
row: _.n
},
{
row: "d"
},
{
col: _.o
}, 1,
{
row: _.p
}], _.b[0] = _.c, _.f[0] = _.g, _.h[0] = _.i, _.j[0] = _.k, _.q),
"__tests__/tags/hello/index.marko_1_item",
3, 5, 7,
"__tests__/tags/hello/index.marko_3_row",
11, 13,
"__tests__/tags/hello/index.marko_2_col",
9,
"__tests__/tags/hello/index.marko_3_row",
17, 19,
"__tests__/tags/hello/index.marko_2_col",
15,
"__tests__/tags/hello/index.marko_3_row",
23,
"__tests__/tags/hello/index.marko_2_col",
21
];
M._.w()
</script>
</body>
</html>

View File

@ -87,7 +87,147 @@
</div>
<!--M_*23 #div/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.q=[0,2,{item:_.c={style:{color:"red"},content:_._["__tests__/template.marko_1_renderer"](_.a={}),*[(_.b=[,_.d={style:{color:"blue"},content:_._["__tests__/template.marko_2_renderer"](_.a)},_.e={style:{color:"green"},content:_._["__tests__/template.marko_2_renderer"](_.a)}],Symbol.iterator)](){yield*_.b}}},1,{item:_.d},1,{item:_.e},1,{col:_.i={x:0,row:_.g={row:"a",content:_._["__tests__/template.marko_3_renderer"](_.a),*[(_.f=[,_.l={row:"b",content:_._["__tests__/template.marko_3_renderer"](_.a)}],Symbol.iterator)](){yield*_.f}},*[(_.h=[,_.m={x:1,row:_.k={row:"c",content:_._["__tests__/template.marko_3_renderer"](_.a),*[(_.j=[,_.n={row:"d",content:_._["__tests__/template.marko_3_renderer"](_.a)}],Symbol.iterator)](){yield*_.j}}},_.o={outside:!0,row:_.p={row:-1,content:_._["__tests__/template.marko_4_renderer"](_.a),*[Symbol.iterator](){yield this}}}],Symbol.iterator)](){yield*_.h}}},1,{row:_.g},{row:"a"},{row:_.l},{row:"b"},{col:_.m},1,{row:_.k},{row:"c"},{row:_.n},{row:"d"},{col:_.o},1,{row:_.p}],_.b[0]=_.c,_.f[0]=_.g,_.h[0]=_.i,_.j[0]=_.k,_.q),"__tests__/tags/hello/index.marko_1_item",3,5,7,"__tests__/tags/hello/index.marko_3_row",11,13,"__tests__/tags/hello/index.marko_2_col",9,"__tests__/tags/hello/index.marko_3_row",17,19,"__tests__/tags/hello/index.marko_2_col",15,"__tests__/tags/hello/index.marko_3_row",23,"__tests__/tags/hello/index.marko_2_col",21];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.q = [0, 2,
{
item: _.c = {
style:
{
color: "red"
},
content: _._[
"__tests__/template.marko_1_renderer"
](_.a = {}),
*[(_.b = [, _.d = {
style:
{
color: "blue"
},
content: _._[
"__tests__/template.marko_2_renderer"
](_.a)
}, _.e = {
style:
{
color: "green"
},
content: _._[
"__tests__/template.marko_2_renderer"
](_.a)
}], Symbol.iterator)]()
{
yield* _.b
}
}
}, 1,
{
item: _.d
}, 1,
{
item: _.e
}, 1,
{
col: _.i = {
x: 0,
row: _.g = {
row: "a",
content: _._[
"__tests__/template.marko_3_renderer"
](_.a),
*[(_.f = [, _.l = {
row: "b",
content: _._[
"__tests__/template.marko_3_renderer"
](_.a)
}], Symbol.iterator)]()
{
yield* _.f
}
},
*[(_.h = [, _.m = {
x: 1,
row: _.k = {
row: "c",
content: _._[
"__tests__/template.marko_3_renderer"
](_.a),
*[(_.j = [, _.n = {
row: "d",
content: _._[
"__tests__/template.marko_3_renderer"
](_.a)
}], Symbol.iterator)]()
{
yield* _.j
}
}
}, _.o = {
outside: !0,
row: _.p = {
row: -1,
content: _._[
"__tests__/template.marko_4_renderer"
](_.a),
*[Symbol.iterator]()
{
yield this
}
}
}], Symbol.iterator)]()
{
yield* _.h
}
}
}, 1,
{
row: _.g
},
{
row: "a"
},
{
row: _.l
},
{
row: "b"
},
{
col: _.m
}, 1,
{
row: _.k
},
{
row: "c"
},
{
row: _.n
},
{
row: "d"
},
{
col: _.o
}, 1,
{
row: _.p
}], _.b[0] = _.c, _.f[0] = _.g, _.h[0] = _.i, _.j[0] = _.k, _.q),
"__tests__/tags/hello/index.marko_1_item",
3, 5, 7,
"__tests__/tags/hello/index.marko_3_row",
11, 13,
"__tests__/tags/hello/index.marko_2_col",
9,
"__tests__/tags/hello/index.marko_3_row",
17, 19,
"__tests__/tags/hello/index.marko_2_col",
15,
"__tests__/tags/hello/index.marko_3_row",
23,
"__tests__/tags/hello/index.marko_2_col",
21
];
M._.w()
</script>
</body>
</html>

View File

@ -10,7 +10,17 @@
3
<!--M_*8 #text/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,3,{item:1},1,{item:2},1,{item:3}])]
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0, 3,
{
item: 1
}, 1,
{
item: 2
}, 1,
{
item: 3
}])]
</script>
</body>
</html>

View File

@ -15,7 +15,17 @@
3
<!--M_*8 #text/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,3,{item:1},1,{item:2},1,{item:3}])]
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0, 3,
{
item: 1
}, 1,
{
item: 2
}, 1,
{
item: 3
}])]
</script>
</body>
</html>

View File

@ -17,7 +17,27 @@
</button>
<!--M_*1 #button/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={mult:2,"ClosureScopes:mult":_.c=new Set},2,_.d={item:1,_:_.a,"ClosureSignalIndex:mult":0},1,_.e={item:2,_:_.a,"ClosureSignalIndex:mult":0},1,_.f={item:3,_:_.a,"ClosureSignalIndex:mult":0}],(_.c).add(_.d),(_.c).add(_.e),(_.c).add(_.f),_.b),"__tests__/template.marko_0_mult",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
mult: 2,
"ClosureScopes:mult": _.c = new Set
}, 2, _.d = {
item: 1,
_: _.a,
"ClosureSignalIndex:mult": 0
}, 1, _.e = {
item: 2,
_: _.a,
"ClosureSignalIndex:mult": 0
}, 1, _.f = {
item: 3,
_: _.a,
"ClosureSignalIndex:mult": 0
}], (_.c).add(_.d), (_.c).add(_.e), (_.c).add(_.f), _.b),
"__tests__/template.marko_0_mult",
1
];
M._.w()
</script>
</body>
</html>
@ -46,7 +66,27 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={mult:2,"ClosureScopes:mult":_.c=new Set},2,_.d={item:1,_:_.a,"ClosureSignalIndex:mult":0},1,_.e={item:2,_:_.a,"ClosureSignalIndex:mult":0},1,_.f={item:3,_:_.a,"ClosureSignalIndex:mult":0}],(_.c).add(_.d),(_.c).add(_.e),(_.c).add(_.f),_.b),"__tests__/template.marko_0_mult",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
mult: 2,
"ClosureScopes:mult": _.c = new Set
}, 2, _.d = {
item: 1,
_: _.a,
"ClosureSignalIndex:mult": 0
}, 1, _.e = {
item: 2,
_: _.a,
"ClosureSignalIndex:mult": 0
}, 1, _.f = {
item: 3,
_: _.a,
"ClosureSignalIndex:mult": 0
}], (_.c).add(_.d), (_.c).add(_.e), (_.c).add(_.f), _.b),
"__tests__/template.marko_0_mult",
1
];
M._.w()
</script>
</body>
</html>
@ -82,7 +122,27 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={mult:2,"ClosureScopes:mult":_.c=new Set},2,_.d={item:1,_:_.a,"ClosureSignalIndex:mult":0},1,_.e={item:2,_:_.a,"ClosureSignalIndex:mult":0},1,_.f={item:3,_:_.a,"ClosureSignalIndex:mult":0}],(_.c).add(_.d),(_.c).add(_.e),(_.c).add(_.f),_.b),"__tests__/template.marko_0_mult",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
mult: 2,
"ClosureScopes:mult": _.c = new Set
}, 2, _.d = {
item: 1,
_: _.a,
"ClosureSignalIndex:mult": 0
}, 1, _.e = {
item: 2,
_: _.a,
"ClosureSignalIndex:mult": 0
}, 1, _.f = {
item: 3,
_: _.a,
"ClosureSignalIndex:mult": 0
}], (_.c).add(_.d), (_.c).add(_.e), (_.c).add(_.f), _.b),
"__tests__/template.marko_0_mult",
1
];
M._.w()
</script>
</body>
</html>
@ -118,7 +178,27 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={mult:2,"ClosureScopes:mult":_.c=new Set},2,_.d={item:1,_:_.a,"ClosureSignalIndex:mult":0},1,_.e={item:2,_:_.a,"ClosureSignalIndex:mult":0},1,_.f={item:3,_:_.a,"ClosureSignalIndex:mult":0}],(_.c).add(_.d),(_.c).add(_.e),(_.c).add(_.f),_.b),"__tests__/template.marko_0_mult",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
mult: 2,
"ClosureScopes:mult": _.c = new Set
}, 2, _.d = {
item: 1,
_: _.a,
"ClosureSignalIndex:mult": 0
}, 1, _.e = {
item: 2,
_: _.a,
"ClosureSignalIndex:mult": 0
}, 1, _.f = {
item: 3,
_: _.a,
"ClosureSignalIndex:mult": 0
}], (_.c).add(_.d), (_.c).add(_.e), (_.c).add(_.f), _.b),
"__tests__/template.marko_0_mult",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -22,7 +22,27 @@
</button>
<!--M_*1 #button/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={mult:2,"ClosureScopes:mult":_.c=new Set},2,_.d={item:1,_:_.a,"ClosureSignalIndex:mult":0},1,_.e={item:2,_:_.a,"ClosureSignalIndex:mult":0},1,_.f={item:3,_:_.a,"ClosureSignalIndex:mult":0}],(_.c).add(_.d),(_.c).add(_.e),(_.c).add(_.f),_.b),"__tests__/template.marko_0_mult",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
mult: 2,
"ClosureScopes:mult": _.c = new Set
}, 2, _.d = {
item: 1,
_: _.a,
"ClosureSignalIndex:mult": 0
}, 1, _.e = {
item: 2,
_: _.a,
"ClosureSignalIndex:mult": 0
}, 1, _.f = {
item: 3,
_: _.a,
"ClosureSignalIndex:mult": 0
}], (_.c).add(_.d), (_.c).add(_.e), (_.c).add(_.f), _.b),
"__tests__/template.marko_0_mult",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -13,7 +13,15 @@
</button>
<!--M_*1 #button/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{disabled:!0}]),"__tests__/template.marko_0_disabled",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
disabled: !0
}]),
"__tests__/template.marko_0_disabled",
1
];
M._.w()
</script>
</body>
</html>
@ -36,7 +44,15 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{disabled:!0}]),"__tests__/template.marko_0_disabled",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
disabled: !0
}]),
"__tests__/template.marko_0_disabled",
1
];
M._.w()
</script>
</body>
</html>
@ -66,7 +82,15 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{disabled:!0}]),"__tests__/template.marko_0_disabled",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
disabled: !0
}]),
"__tests__/template.marko_0_disabled",
1
];
M._.w()
</script>
</body>
</html>
@ -94,7 +118,15 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{disabled:!0}]),"__tests__/template.marko_0_disabled",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
disabled: !0
}]),
"__tests__/template.marko_0_disabled",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -18,7 +18,15 @@
</button>
<!--M_*1 #button/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{disabled:!0}]),"__tests__/template.marko_0_disabled",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
disabled: !0
}]),
"__tests__/template.marko_0_disabled",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -11,10 +11,24 @@
<!--M_*2 #text/1-->
<!--M_]1 #text/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{count:0,"ClosureScopes:count":new Set}]),_=&gt;(_.c=[_.e={_:_.b=_.a[1],"ClosureSignalIndex:count":0}],(_.d=_.b["ClosureScopes:count"]).add(_.e),(_.b["ConditionalScope:#text/0"]=_.e),_.c)];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
count: 0,
"ClosureScopes:count": new Set
}]), _ =&gt; (_.c = [_.e = {
_: _.b = _.a[1],
"ClosureSignalIndex:count": 0
}], (_.d = _.b["ClosureScopes:count"]).add(_.e), (_.b[
"ConditionalScope:#text/0"] = _.e), _.c)];
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.f=[_.g={_:_.b,"ClosureSignalIndex:count":2}],(_.d).add(_.g),(_.b["ConditionalScope:#text/2"]=_.g),_.f));M._.w()
M._.r.push(_ =&gt; (_.f = [_.g = {
_: _.b,
"ClosureSignalIndex:count": 2
}], (_.d).add(_.g), (_.b["ConditionalScope:#text/2"] = _.g), _.f));
M._.w()
</script>
<!--M_[4-->
Got: b
@ -34,7 +48,13 @@
<!--M_*1 #button/3-->
</div>
<script>
M._.r.push(_=&gt;(_.h=[_.i={_:_.b,"ClosureSignalIndex:count":1}],(_.d).add(_.i),(_.b["ConditionalScope:#text/1"]=_.i),_.h),"__tests__/template.marko_0_count",1);M._.w()
M._.r.push(_ =&gt; (_.h = [_.i = {
_: _.b,
"ClosureSignalIndex:count": 1
}], (_.d).add(_.i), (_.b["ConditionalScope:#text/1"] = _.i), _.h),
"__tests__/template.marko_0_count",
1);
M._.w()
</script>
</body>
</html>
@ -57,10 +77,24 @@ container.querySelector("button").click();
<!--M_*2 #text/1-->
<!--M_]1 #text/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{count:0,"ClosureScopes:count":new Set}]),_=&gt;(_.c=[_.e={_:_.b=_.a[1],"ClosureSignalIndex:count":0}],(_.d=_.b["ClosureScopes:count"]).add(_.e),(_.b["ConditionalScope:#text/0"]=_.e),_.c)];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
count: 0,
"ClosureScopes:count": new Set
}]), _ =&gt; (_.c = [_.e = {
_: _.b = _.a[1],
"ClosureSignalIndex:count": 0
}], (_.d = _.b["ClosureScopes:count"]).add(_.e), (_.b[
"ConditionalScope:#text/0"] = _.e), _.c)];
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.f=[_.g={_:_.b,"ClosureSignalIndex:count":2}],(_.d).add(_.g),(_.b["ConditionalScope:#text/2"]=_.g),_.f));M._.w()
M._.r.push(_ =&gt; (_.f = [_.g = {
_: _.b,
"ClosureSignalIndex:count": 2
}], (_.d).add(_.g), (_.b["ConditionalScope:#text/2"] = _.g), _.f));
M._.w()
</script>
<!--M_[4-->
Got: b
@ -80,7 +114,13 @@ container.querySelector("button").click();
<!--M_*1 #button/3-->
</div>
<script>
M._.r.push(_=&gt;(_.h=[_.i={_:_.b,"ClosureSignalIndex:count":1}],(_.d).add(_.i),(_.b["ConditionalScope:#text/1"]=_.i),_.h),"__tests__/template.marko_0_count",1);M._.w()
M._.r.push(_ =&gt; (_.h = [_.i = {
_: _.b,
"ClosureSignalIndex:count": 1
}], (_.d).add(_.i), (_.b["ConditionalScope:#text/1"] = _.i), _.h),
"__tests__/template.marko_0_count",
1);
M._.w()
</script>
</body>
</html>
@ -109,10 +149,24 @@ container.querySelector("button").click();
<!--M_*2 #text/1-->
<!--M_]1 #text/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{count:0,"ClosureScopes:count":new Set}]),_=&gt;(_.c=[_.e={_:_.b=_.a[1],"ClosureSignalIndex:count":0}],(_.d=_.b["ClosureScopes:count"]).add(_.e),(_.b["ConditionalScope:#text/0"]=_.e),_.c)];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
count: 0,
"ClosureScopes:count": new Set
}]), _ =&gt; (_.c = [_.e = {
_: _.b = _.a[1],
"ClosureSignalIndex:count": 0
}], (_.d = _.b["ClosureScopes:count"]).add(_.e), (_.b[
"ConditionalScope:#text/0"] = _.e), _.c)];
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.f=[_.g={_:_.b,"ClosureSignalIndex:count":2}],(_.d).add(_.g),(_.b["ConditionalScope:#text/2"]=_.g),_.f));M._.w()
M._.r.push(_ =&gt; (_.f = [_.g = {
_: _.b,
"ClosureSignalIndex:count": 2
}], (_.d).add(_.g), (_.b["ConditionalScope:#text/2"] = _.g), _.f));
M._.w()
</script>
<!--M_[4-->
Got: b
@ -132,7 +186,13 @@ container.querySelector("button").click();
<!--M_*1 #button/3-->
</div>
<script>
M._.r.push(_=&gt;(_.h=[_.i={_:_.b,"ClosureSignalIndex:count":1}],(_.d).add(_.i),(_.b["ConditionalScope:#text/1"]=_.i),_.h),"__tests__/template.marko_0_count",1);M._.w()
M._.r.push(_ =&gt; (_.h = [_.i = {
_: _.b,
"ClosureSignalIndex:count": 1
}], (_.d).add(_.i), (_.b["ConditionalScope:#text/1"] = _.i), _.h),
"__tests__/template.marko_0_count",
1);
M._.w()
</script>
</body>
</html>
@ -161,10 +221,24 @@ container.querySelector("button").click();
<!--M_*2 #text/1-->
<!--M_]1 #text/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{count:0,"ClosureScopes:count":new Set}]),_=&gt;(_.c=[_.e={_:_.b=_.a[1],"ClosureSignalIndex:count":0}],(_.d=_.b["ClosureScopes:count"]).add(_.e),(_.b["ConditionalScope:#text/0"]=_.e),_.c)];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
count: 0,
"ClosureScopes:count": new Set
}]), _ =&gt; (_.c = [_.e = {
_: _.b = _.a[1],
"ClosureSignalIndex:count": 0
}], (_.d = _.b["ClosureScopes:count"]).add(_.e), (_.b[
"ConditionalScope:#text/0"] = _.e), _.c)];
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.f=[_.g={_:_.b,"ClosureSignalIndex:count":2}],(_.d).add(_.g),(_.b["ConditionalScope:#text/2"]=_.g),_.f));M._.w()
M._.r.push(_ =&gt; (_.f = [_.g = {
_: _.b,
"ClosureSignalIndex:count": 2
}], (_.d).add(_.g), (_.b["ConditionalScope:#text/2"] = _.g), _.f));
M._.w()
</script>
<!--M_[4-->
Got: b
@ -184,7 +258,13 @@ container.querySelector("button").click();
<!--M_*1 #button/3-->
</div>
<script>
M._.r.push(_=&gt;(_.h=[_.i={_:_.b,"ClosureSignalIndex:count":1}],(_.d).add(_.i),(_.b["ConditionalScope:#text/1"]=_.i),_.h),"__tests__/template.marko_0_count",1);M._.w()
M._.r.push(_ =&gt; (_.h = [_.i = {
_: _.b,
"ClosureSignalIndex:count": 1
}], (_.d).add(_.i), (_.b["ConditionalScope:#text/1"] = _.i), _.h),
"__tests__/template.marko_0_count",
1);
M._.w()
</script>
</body>
</html>

View File

@ -26,10 +26,24 @@
<!--M_*2 #text/1-->
<!--M_]1 #text/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{count:0,"ClosureScopes:count":new Set}]),_=&gt;(_.c=[_.e={_:_.b=_.a[1],"ClosureSignalIndex:count":0}],(_.d=_.b["ClosureScopes:count"]).add(_.e),(_.b["ConditionalScope:#text/0"]=_.e),_.c)];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
count: 0,
"ClosureScopes:count": new Set
}]), _ =&gt; (_.c = [_.e = {
_: _.b = _.a[1],
"ClosureSignalIndex:count": 0
}], (_.d = _.b["ClosureScopes:count"]).add(_.e), (_.b[
"ConditionalScope:#text/0"] = _.e), _.c)];
M._.w()
</script>
<script>
M._.r.push(_=&gt;(_.f=[_.g={_:_.b,"ClosureSignalIndex:count":2}],(_.d).add(_.g),(_.b["ConditionalScope:#text/2"]=_.g),_.f));M._.w()
M._.r.push(_ =&gt; (_.f = [_.g = {
_: _.b,
"ClosureSignalIndex:count": 2
}], (_.d).add(_.g), (_.b["ConditionalScope:#text/2"] = _.g), _.f));
M._.w()
</script>
<!--M_[4-->
Got: b
@ -49,7 +63,13 @@
<!--M_*1 #button/3-->
</div>
<script>
M._.r.push(_=&gt;(_.h=[_.i={_:_.b,"ClosureSignalIndex:count":1}],(_.d).add(_.i),(_.b["ConditionalScope:#text/1"]=_.i),_.h),"__tests__/template.marko_0_count",1);M._.w()
M._.r.push(_ =&gt; (_.h = [_.i = {
_: _.b,
"ClosureSignalIndex:count": 1
}], (_.d).add(_.i), (_.b["ConditionalScope:#text/1"] = _.i), _.h),
"__tests__/template.marko_0_count",
1);
M._.w()
</script>
</body>
</html>

View File

@ -8,7 +8,9 @@
<!--M_*1 #text/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{}])]
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{}])]
</script>
</body>
</html>

View File

@ -13,7 +13,9 @@
<!--M_*1 #text/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{}])]
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{}])]
</script>
</body>
</html>

View File

@ -9,7 +9,17 @@
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"#childScope/0":_.b={}},_.b],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {}
}, _.b], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>
@ -30,7 +40,17 @@ container.querySelector("button").click();
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"#childScope/0":_.b={}},_.b],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {}
}, _.b], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -14,7 +14,17 @@
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"#childScope/0":_.b={}},_.b],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {}
}, _.b], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -9,7 +9,17 @@
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"#childScope/0":_.b={}},_.b],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {}
}, _.b], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>
@ -30,7 +40,17 @@ container.querySelector("button").click();
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"#childScope/0":_.b={}},_.b],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {}
}, _.b], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>
@ -55,7 +75,17 @@ container.querySelector("button").click();
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"#childScope/0":_.b={}},_.b],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {}
}, _.b], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -14,7 +14,17 @@
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"#childScope/0":_.b={}},_.b],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {}
}, _.b], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -22,7 +22,20 @@
</button>
<!--M_*3 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.d=[0,_.a={clickCount:0,"#childScope/0":_.b={},"#childScope/1":_.c={}},_.b,_.c],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c.onClick=_._["__tests__/template.marko_0/onClick2"](_.a),_.d),"__tests__/tags/my-button.marko_0_onClick",2,3];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.d = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {},
"#childScope/1": _.c = {}
}, _.b, _.c], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c.onClick = _._[
"__tests__/template.marko_0/onClick2"
](_.a), _.d),
"__tests__/tags/my-button.marko_0_onClick",
2, 3
];
M._.w()
</script>
</body>
</html>
@ -56,7 +69,20 @@ container.querySelector("button").click();
</button>
<!--M_*3 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.d=[0,_.a={clickCount:0,"#childScope/0":_.b={},"#childScope/1":_.c={}},_.b,_.c],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c.onClick=_._["__tests__/template.marko_0/onClick2"](_.a),_.d),"__tests__/tags/my-button.marko_0_onClick",2,3];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.d = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {},
"#childScope/1": _.c = {}
}, _.b, _.c], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c.onClick = _._[
"__tests__/template.marko_0/onClick2"
](_.a), _.d),
"__tests__/tags/my-button.marko_0_onClick",
2, 3
];
M._.w()
</script>
</body>
</html>
@ -97,7 +123,20 @@ container.querySelector("button").click();
</button>
<!--M_*3 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.d=[0,_.a={clickCount:0,"#childScope/0":_.b={},"#childScope/1":_.c={}},_.b,_.c],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c.onClick=_._["__tests__/template.marko_0/onClick2"](_.a),_.d),"__tests__/tags/my-button.marko_0_onClick",2,3];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.d = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {},
"#childScope/1": _.c = {}
}, _.b, _.c], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c.onClick = _._[
"__tests__/template.marko_0/onClick2"
](_.a), _.d),
"__tests__/tags/my-button.marko_0_onClick",
2, 3
];
M._.w()
</script>
</body>
</html>

View File

@ -27,7 +27,20 @@
</button>
<!--M_*3 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.d=[0,_.a={clickCount:0,"#childScope/0":_.b={},"#childScope/1":_.c={}},_.b,_.c],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c.onClick=_._["__tests__/template.marko_0/onClick2"](_.a),_.d),"__tests__/tags/my-button.marko_0_onClick",2,3];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.d = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {},
"#childScope/1": _.c = {}
}, _.b, _.c], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c.onClick = _._[
"__tests__/template.marko_0/onClick2"
](_.a), _.d),
"__tests__/tags/my-button.marko_0_onClick",
2, 3
];
M._.w()
</script>
</body>
</html>

View File

@ -13,7 +13,17 @@
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"#childScope/0":_.b={}},_.b],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {}
}, _.b], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>
@ -38,7 +48,17 @@ container.querySelector("button").click();
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"#childScope/0":_.b={}},_.b],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {}
}, _.b], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>
@ -68,7 +88,17 @@ container.querySelector("button").click();
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"#childScope/0":_.b={}},_.b],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {}
}, _.b], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -18,7 +18,17 @@
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"#childScope/0":_.b={}},_.b],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {}
}, _.b], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -9,7 +9,17 @@
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"#childScope/0":_.b={}},_.b],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {}
}, _.b], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>
@ -30,7 +40,17 @@ container.querySelector("button").click();
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"#childScope/0":_.b={}},_.b],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {}
}, _.b], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>
@ -55,7 +75,17 @@ container.querySelector("button").click();
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"#childScope/0":_.b={}},_.b],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {}
}, _.b], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -14,7 +14,17 @@
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"#childScope/0":_.b={}},_.b],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"#childScope/0": _.b = {}
}, _.b], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -9,7 +9,21 @@
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"ClosureScopes:clickCount":_.d=new Set,"#childScope/0":_.b={}},_.b,_.e={_:_.a,"ClosureSignalIndex:clickCount":0}],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),(_.d).add(_.e),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"ClosureScopes:clickCount": _.d = new Set,
"#childScope/0": _.b = {}
}, _.b, _.e = {
_: _.a,
"ClosureSignalIndex:clickCount": 0
}], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), (_.d).add(_.e), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>
@ -30,7 +44,21 @@ container.querySelector("button").click();
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"ClosureScopes:clickCount":_.d=new Set,"#childScope/0":_.b={}},_.b,_.e={_:_.a,"ClosureSignalIndex:clickCount":0}],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),(_.d).add(_.e),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"ClosureScopes:clickCount": _.d = new Set,
"#childScope/0": _.b = {}
}, _.b, _.e = {
_: _.a,
"ClosureSignalIndex:clickCount": 0
}], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), (_.d).add(_.e), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>
@ -55,7 +83,21 @@ container.querySelector("button").click();
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"ClosureScopes:clickCount":_.d=new Set,"#childScope/0":_.b={}},_.b,_.e={_:_.a,"ClosureSignalIndex:clickCount":0}],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),(_.d).add(_.e),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"ClosureScopes:clickCount": _.d = new Set,
"#childScope/0": _.b = {}
}, _.b, _.e = {
_: _.a,
"ClosureSignalIndex:clickCount": 0
}], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), (_.d).add(_.e), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>
@ -80,7 +122,21 @@ container.querySelector("button").click();
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"ClosureScopes:clickCount":_.d=new Set,"#childScope/0":_.b={}},_.b,_.e={_:_.a,"ClosureSignalIndex:clickCount":0}],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),(_.d).add(_.e),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"ClosureScopes:clickCount": _.d = new Set,
"#childScope/0": _.b = {}
}, _.b, _.e = {
_: _.a,
"ClosureSignalIndex:clickCount": 0
}], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), (_.d).add(_.e), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -14,7 +14,21 @@
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={clickCount:0,"ClosureScopes:clickCount":_.d=new Set,"#childScope/0":_.b={}},_.b,_.e={_:_.a,"ClosureSignalIndex:clickCount":0}],_.b.onClick=_._["__tests__/template.marko_0/onClick"](_.a),(_.d).add(_.e),_.c),"__tests__/tags/my-button.marko_0_onClick",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
clickCount: 0,
"ClosureScopes:clickCount": _.d = new Set,
"#childScope/0": _.b = {}
}, _.b, _.e = {
_: _.a,
"ClosureSignalIndex:clickCount": 0
}], _.b.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), (_.d).add(_.e), _.c),
"__tests__/tags/my-button.marko_0_onClick",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -11,7 +11,15 @@
<!--M_*2 #button/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,1,{clickCount:0}]),"__tests__/tags/counter.marko_0_clickCount",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0, 1,
{
clickCount: 0
}]),
"__tests__/tags/counter.marko_0_clickCount",
2
];
M._.w()
</script>
</body>
</html>
@ -34,7 +42,15 @@ container.querySelector("button").click();
<!--M_*2 #button/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,1,{clickCount:0}]),"__tests__/tags/counter.marko_0_clickCount",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0, 1,
{
clickCount: 0
}]),
"__tests__/tags/counter.marko_0_clickCount",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -16,7 +16,15 @@
<!--M_*2 #button/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,1,{clickCount:0}]),"__tests__/tags/counter.marko_0_clickCount",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0, 1,
{
clickCount: 0
}]),
"__tests__/tags/counter.marko_0_clickCount",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -18,7 +18,19 @@
<!--M_*2 #text/0-->
<!--M_]1 #text/2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/2":0,"ConditionalScope:#text/2":_.b={},show:!0,count:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0_show",1,"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/2": 0,
"ConditionalScope:#text/2": _.b = {},
show: !0,
count: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0_show",
1,
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>
@ -48,7 +60,19 @@ container.querySelector("button.inc").click();
<!--M_*2 #text/0-->
<!--M_]1 #text/2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/2":0,"ConditionalScope:#text/2":_.b={},show:!0,count:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0_show",1,"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/2": 0,
"ConditionalScope:#text/2": _.b = {},
show: !0,
count: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0_show",
1,
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>
@ -78,7 +102,19 @@ container.querySelector("button.toggle").click();
<!--M_]1 #text/2-->
<!--M_*2 #text/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/2":0,"ConditionalScope:#text/2":_.b={},show:!0,count:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0_show",1,"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/2": 0,
"ConditionalScope:#text/2": _.b = {},
show: !0,
count: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0_show",
1,
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>
@ -113,7 +149,19 @@ container.querySelector("button.inc").click();
<!--M_]1 #text/2-->
<!--M_*2 #text/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/2":0,"ConditionalScope:#text/2":_.b={},show:!0,count:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0_show",1,"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/2": 0,
"ConditionalScope:#text/2": _.b = {},
show: !0,
count: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0_show",
1,
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>
@ -139,7 +187,19 @@ container.querySelector("button.toggle").click();
The count is 2
<!--M_*2 #text/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/2":0,"ConditionalScope:#text/2":_.b={},show:!0,count:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0_show",1,"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/2": 0,
"ConditionalScope:#text/2": _.b = {},
show: !0,
count: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0_show",
1,
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>
@ -171,7 +231,19 @@ container.querySelector("button.inc").click();
The count is 3
<!--M_*2 #text/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/2":0,"ConditionalScope:#text/2":_.b={},show:!0,count:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0_show",1,"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/2": 0,
"ConditionalScope:#text/2": _.b = {},
show: !0,
count: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0_show",
1,
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -23,7 +23,19 @@
<!--M_*2 #text/0-->
<!--M_]1 #text/2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/2":0,"ConditionalScope:#text/2":_.b={},show:!0,count:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0_show",1,"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/2": 0,
"ConditionalScope:#text/2": _.b = {},
show: !0,
count: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0_show",
1,
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -17,7 +17,19 @@
</span>
<!--M_|1 #text/2 2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/2":0,"ConditionalScope:#text/2":_.b={},show:!0,count:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0_show",1,"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/2": 0,
"ConditionalScope:#text/2": _.b = {},
show: !0,
count: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0_show",
1,
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>
@ -46,7 +58,19 @@ container.querySelector("button.inc").click();
</span>
<!--M_|1 #text/2 2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/2":0,"ConditionalScope:#text/2":_.b={},show:!0,count:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0_show",1,"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/2": 0,
"ConditionalScope:#text/2": _.b = {},
show: !0,
count: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0_show",
1,
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>
@ -75,7 +99,19 @@ container.querySelector("button.toggle").click();
<!--M_*1 #button/1-->
<!--M_|1 #text/2 2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/2":0,"ConditionalScope:#text/2":_.b={},show:!0,count:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0_show",1,"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/2": 0,
"ConditionalScope:#text/2": _.b = {},
show: !0,
count: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0_show",
1,
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>
@ -106,7 +142,19 @@ container.querySelector("button.inc").click();
<!--M_*1 #button/1-->
<!--M_|1 #text/2 2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/2":0,"ConditionalScope:#text/2":_.b={},show:!0,count:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0_show",1,"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/2": 0,
"ConditionalScope:#text/2": _.b = {},
show: !0,
count: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0_show",
1,
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>
@ -133,7 +181,19 @@ container.querySelector("button.toggle").click();
2
</span>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/2":0,"ConditionalScope:#text/2":_.b={},show:!0,count:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0_show",1,"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/2": 0,
"ConditionalScope:#text/2": _.b = {},
show: !0,
count: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0_show",
1,
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>
@ -166,7 +226,19 @@ container.querySelector("button.inc").click();
3
</span>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/2":0,"ConditionalScope:#text/2":_.b={},show:!0,count:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0_show",1,"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/2": 0,
"ConditionalScope:#text/2": _.b = {},
show: !0,
count: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0_show",
1,
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -22,7 +22,19 @@
</span>
<!--M_|1 #text/2 2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/2":0,"ConditionalScope:#text/2":_.b={},show:!0,count:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0_show",1,"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/2": 0,
"ConditionalScope:#text/2": _.b = {},
show: !0,
count: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0_show",
1,
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -6,7 +6,12 @@
0
<!--M_*2 #text/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalScope:#text/0":_.b={},a:0,b:0},_.b],_.b._=_.a,_.c)]
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalScope:#text/0": _.b = {},
a: 0,
b: 0
}, _.b], _.b._ = _.a, _.c)]
</script>
</body>
</html>

View File

@ -11,7 +11,12 @@
0
<!--M_*2 #text/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalScope:#text/0":_.b={},a:0,b:0},_.b],_.b._=_.a,_.c)]
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalScope:#text/0": _.b = {},
a: 0,
b: 0
}, _.b], _.b._ = _.a, _.c)]
</script>
</body>
</html>

View File

@ -9,7 +9,16 @@
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={clickCount:0}],_.a.increment=_._["__tests__/template.marko_0/increment"](_.a),_.b),"__tests__/template.marko_0_increment",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
clickCount: 0
}], _.a.increment = _._[
"__tests__/template.marko_0/increment"
](_.a), _.b),
"__tests__/template.marko_0_increment",
1
];
M._.w()
</script>
</body>
</html>
@ -30,7 +39,16 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={clickCount:0}],_.a.increment=_._["__tests__/template.marko_0/increment"](_.a),_.b),"__tests__/template.marko_0_increment",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
clickCount: 0
}], _.a.increment = _._[
"__tests__/template.marko_0/increment"
](_.a), _.b),
"__tests__/template.marko_0_increment",
1
];
M._.w()
</script>
</body>
</html>
@ -55,7 +73,16 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={clickCount:0}],_.a.increment=_._["__tests__/template.marko_0/increment"](_.a),_.b),"__tests__/template.marko_0_increment",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
clickCount: 0
}], _.a.increment = _._[
"__tests__/template.marko_0/increment"
](_.a), _.b),
"__tests__/template.marko_0_increment",
1
];
M._.w()
</script>
</body>
</html>
@ -80,7 +107,16 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={clickCount:0}],_.a.increment=_._["__tests__/template.marko_0/increment"](_.a),_.b),"__tests__/template.marko_0_increment",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
clickCount: 0
}], _.a.increment = _._[
"__tests__/template.marko_0/increment"
](_.a), _.b),
"__tests__/template.marko_0_increment",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -14,7 +14,16 @@
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={clickCount:0}],_.a.increment=_._["__tests__/template.marko_0/increment"](_.a),_.b),"__tests__/template.marko_0_increment",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
clickCount: 0
}], _.a.increment = _._[
"__tests__/template.marko_0/increment"
](_.a), _.b),
"__tests__/template.marko_0_increment",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -24,7 +24,18 @@
<!--M_*1 #text/3-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{count:0,multiplier:1}]),"__tests__/template.marko_0_count",1,"__tests__/template.marko_0_multiplier",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
count: 0,
multiplier: 1
}]),
"__tests__/template.marko_0_count",
1,
"__tests__/template.marko_0_multiplier",
1
];
M._.w()
</script>
</body>
</html>
@ -60,7 +71,18 @@ container.querySelector("button#count").click();
<!--M_*1 #text/3-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{count:0,multiplier:1}]),"__tests__/template.marko_0_count",1,"__tests__/template.marko_0_multiplier",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
count: 0,
multiplier: 1
}]),
"__tests__/template.marko_0_count",
1,
"__tests__/template.marko_0_multiplier",
1
];
M._.w()
</script>
</body>
</html>
@ -100,7 +122,18 @@ container.querySelector("button#count").click();
<!--M_*1 #text/3-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{count:0,multiplier:1}]),"__tests__/template.marko_0_count",1,"__tests__/template.marko_0_multiplier",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
count: 0,
multiplier: 1
}]),
"__tests__/template.marko_0_count",
1,
"__tests__/template.marko_0_multiplier",
1
];
M._.w()
</script>
</body>
</html>
@ -140,7 +173,18 @@ container.querySelector("button#multiplier").click();
<!--M_*1 #text/3-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{count:0,multiplier:1}]),"__tests__/template.marko_0_count",1,"__tests__/template.marko_0_multiplier",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
count: 0,
multiplier: 1
}]),
"__tests__/template.marko_0_count",
1,
"__tests__/template.marko_0_multiplier",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -29,7 +29,18 @@
<!--M_*1 #text/3-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{count:0,multiplier:1}]),"__tests__/template.marko_0_count",1,"__tests__/template.marko_0_multiplier",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
count: 0,
multiplier: 1
}]),
"__tests__/template.marko_0_count",
1,
"__tests__/template.marko_0_multiplier",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -11,7 +11,15 @@
<!--M_*1 #button/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{clickCount:0}]),"__tests__/template.marko_0_clickCount",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
clickCount: 0
}]),
"__tests__/template.marko_0_clickCount",
1
];
M._.w()
</script>
</body>
</html>
@ -34,7 +42,15 @@ container.querySelector("button").click();
<!--M_*1 #button/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{clickCount:0}]),"__tests__/template.marko_0_clickCount",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
clickCount: 0
}]),
"__tests__/template.marko_0_clickCount",
1
];
M._.w()
</script>
</body>
</html>
@ -61,7 +77,15 @@ container.querySelector("button").click();
<!--M_*1 #button/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{clickCount:0}]),"__tests__/template.marko_0_clickCount",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
clickCount: 0
}]),
"__tests__/template.marko_0_clickCount",
1
];
M._.w()
</script>
</body>
</html>
@ -88,7 +112,15 @@ container.querySelector("button").click();
<!--M_*1 #button/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{clickCount:0}]),"__tests__/template.marko_0_clickCount",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
clickCount: 0
}]),
"__tests__/template.marko_0_clickCount",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -16,7 +16,15 @@
<!--M_*1 #button/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{clickCount:0}]),"__tests__/template.marko_0_clickCount",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
clickCount: 0
}]),
"__tests__/template.marko_0_clickCount",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -3,7 +3,12 @@
<html>
<head>
<script>
WALKER_RUNTIME("M")("_");M._.r=["__tests__/template.marko_0",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [
"__tests__/template.marko_0",
1
];
M._.w()
</script>
</head>
<body

View File

@ -8,7 +8,12 @@
<html>
<head>
<script>
WALKER_RUNTIME("M")("_");M._.r=["__tests__/template.marko_0",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [
"__tests__/template.marko_0",
1
];
M._.w()
</script>
</head>
<body />

View File

@ -11,7 +11,16 @@
<!--M_*2 #text/0-->
<!--M_|1 #text/1 2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/1":0,"ConditionalScope:#text/1":_.b={},message_text:"hi"},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/1": 0,
"ConditionalScope:#text/1": _.b = {},
message_text: "hi"
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0",
1
];
M._.w()
</script>
</body>
</html>
@ -33,7 +42,16 @@ container.querySelector("button").click();
<!--M_|1 #text/1 2-->
<!--M_*2 #text/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/1":0,"ConditionalScope:#text/1":_.b={},message_text:"hi"},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/1": 0,
"ConditionalScope:#text/1": _.b = {},
message_text: "hi"
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -16,7 +16,16 @@
<!--M_*2 #text/0-->
<!--M_|1 #text/1 2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/1":0,"ConditionalScope:#text/1":_.b={},message_text:"hi"},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/1": 0,
"ConditionalScope:#text/1": _.b = {},
message_text: "hi"
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -9,7 +9,15 @@
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{count:0}]),"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
count: 0
}]),
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>
@ -30,7 +38,15 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{count:0}]),"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
count: 0
}]),
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>
@ -55,7 +71,15 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{count:0}]),"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
count: 0
}]),
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>
@ -80,7 +104,15 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{count:0}]),"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
count: 0
}]),
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -14,7 +14,15 @@
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{count:0}]),"__tests__/template.marko_0_count",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
count: 0
}]),
"__tests__/template.marko_0_count",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -9,7 +9,16 @@
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{a:[0],b:1}]),"__tests__/template.marko_0_a_b",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
a: [0],
b: 1
}]),
"__tests__/template.marko_0_a_b",
1
];
M._.w()
</script>
</body>
</html>
@ -30,7 +39,16 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{a:[0],b:1}]),"__tests__/template.marko_0_a_b",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
a: [0],
b: 1
}]),
"__tests__/template.marko_0_a_b",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -14,7 +14,16 @@
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{a:[0],b:1}]),"__tests__/template.marko_0_a_b",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
a: [0],
b: 1
}]),
"__tests__/template.marko_0_a_b",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -9,7 +9,13 @@
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{}]),"__tests__/template.marko_0",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{}]),
"__tests__/template.marko_0",
1
];
M._.w()
</script>
</body>
</html>
@ -30,7 +36,13 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{}]),"__tests__/template.marko_0",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{}]),
"__tests__/template.marko_0",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -14,7 +14,13 @@
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{}]),"__tests__/template.marko_0",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{}]),
"__tests__/template.marko_0",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -48,7 +48,21 @@
<!--M_*7 #li/0-->
</ul>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,2,{open:!0},2,{open:!0},{open:!0}]),"__tests__/tags/comments.marko_1_open",6,3,7];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0, 2,
{
open: !0
}, 2,
{
open: !0
},
{
open: !0
}]),
"__tests__/tags/comments.marko_1_open",
6, 3, 7
];
M._.w()
</script>
</body>
</html>
@ -108,7 +122,21 @@ container.querySelector(`#c-${id} > button`).click();
<!--M_*7 #li/0-->
</ul>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,2,{open:!0},2,{open:!0},{open:!0}]),"__tests__/tags/comments.marko_1_open",6,3,7];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0, 2,
{
open: !0
}, 2,
{
open: !0
},
{
open: !0
}]),
"__tests__/tags/comments.marko_1_open",
6, 3, 7
];
M._.w()
</script>
</body>
</html>
@ -172,7 +200,21 @@ container.querySelector(`#c-${id} > button`).click();
<!--M_*7 #li/0-->
</ul>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,2,{open:!0},2,{open:!0},{open:!0}]),"__tests__/tags/comments.marko_1_open",6,3,7];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0, 2,
{
open: !0
}, 2,
{
open: !0
},
{
open: !0
}]),
"__tests__/tags/comments.marko_1_open",
6, 3, 7
];
M._.w()
</script>
</body>
</html>
@ -237,7 +279,21 @@ container.querySelector(`#c-${id} > button`).click();
<!--M_*7 #li/0-->
</ul>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,2,{open:!0},2,{open:!0},{open:!0}]),"__tests__/tags/comments.marko_1_open",6,3,7];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0, 2,
{
open: !0
}, 2,
{
open: !0
},
{
open: !0
}]),
"__tests__/tags/comments.marko_1_open",
6, 3, 7
];
M._.w()
</script>
</body>
</html>
@ -303,7 +359,21 @@ container.querySelector(`#c-${id} > button`).click();
<!--M_*7 #li/0-->
</ul>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,2,{open:!0},2,{open:!0},{open:!0}]),"__tests__/tags/comments.marko_1_open",6,3,7];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0, 2,
{
open: !0
}, 2,
{
open: !0
},
{
open: !0
}]),
"__tests__/tags/comments.marko_1_open",
6, 3, 7
];
M._.w()
</script>
</body>
</html>

View File

@ -52,7 +52,21 @@
<!--M_*7 #li/0-->
</ul>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,2,{open:!0},2,{open:!0},{open:!0}]),"__tests__/tags/comments.marko_1_open",6,3,7];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0, 2,
{
open: !0
}, 2,
{
open: !0
},
{
open: !0
}]),
"__tests__/tags/comments.marko_1_open",
6, 3, 7
];
M._.w()
</script>
</body>
</html>

View File

@ -16,7 +16,16 @@
</button>
<!--M_*1 #button/2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{items:["a","b","c"],index:0}]),"__tests__/template.marko_0_items_index",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
items: ["a", "b", "c"],
index: 0
}]),
"__tests__/template.marko_0_items_index",
1
];
M._.w()
</script>
</body>
</html>
@ -44,7 +53,16 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{items:["a","b","c"],index:0}]),"__tests__/template.marko_0_items_index",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
items: ["a", "b", "c"],
index: 0
}]),
"__tests__/template.marko_0_items_index",
1
];
M._.w()
</script>
</body>
</html>
@ -77,7 +95,16 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{items:["a","b","c"],index:0}]),"__tests__/template.marko_0_items_index",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
items: ["a", "b", "c"],
index: 0
}]),
"__tests__/template.marko_0_items_index",
1
];
M._.w()
</script>
</body>
</html>
@ -109,7 +136,16 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{items:["a","b","c"],index:0}]),"__tests__/template.marko_0_items_index",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
items: ["a", "b", "c"],
index: 0
}]),
"__tests__/template.marko_0_items_index",
1
];
M._.w()
</script>
</body>
</html>
@ -142,7 +178,16 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{items:["a","b","c"],index:0}]),"__tests__/template.marko_0_items_index",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
items: ["a", "b", "c"],
index: 0
}]),
"__tests__/template.marko_0_items_index",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -21,7 +21,16 @@
</button>
<!--M_*1 #button/2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{items:["a","b","c"],index:0}]),"__tests__/template.marko_0_items_index",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
items: ["a", "b", "c"],
index: 0
}]),
"__tests__/template.marko_0_items_index",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -12,7 +12,13 @@
</button>
<!--M_*1 #button/2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{}]),"__tests__/template.marko_0",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{}]),
"__tests__/template.marko_0",
1
];
M._.w()
</script>
</body>
</html>
@ -40,7 +46,13 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{}]),"__tests__/template.marko_0",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{}]),
"__tests__/template.marko_0",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -17,7 +17,13 @@
</button>
<!--M_*1 #button/2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{}]),"__tests__/template.marko_0",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{}]),
"__tests__/template.marko_0",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -29,7 +29,39 @@
<!--M_|7 #text/0 10 8-->
<!--M_]1 #text/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.o=[0,_.f={"LoopScopeMap:#text/1":new Map(_.a=[[0,_.c={"LoopScopeMap:#text/0":new Map(_.b=[[0,_.d={"#childScope/0":_.k={}}],[1,_.e={"#childScope/0":_.l={}}]]),outer:0}],[1,_.h={"LoopScopeMap:#text/0":new Map(_.g=[[0,_.i={"#childScope/0":_.m={}}],[1,_.j={"#childScope/0":_.n={}}]]),outer:1}]]),items:[0,1]},_.c,_.d,_.k,_.e,_.l,_.h,_.i,_.m,_.j,_.n],_.d._=_.e._=_.c,_.c._=_.h._=_.f,_.i._=_.j._=_.h,_.o),"__tests__/template.marko_0_items",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.o = [0, _.f = {
"LoopScopeMap:#text/1": new Map(_.a = [
[0, _.c = {
"LoopScopeMap:#text/0": new Map(_.b = [
[0, _.d = {
"#childScope/0": _.k = {}
}],
[1, _.e = {
"#childScope/0": _.l = {}
}]
]),
outer: 0
}],
[1, _.h = {
"LoopScopeMap:#text/0": new Map(_.g = [
[0, _.i = {
"#childScope/0": _.m = {}
}],
[1, _.j = {
"#childScope/0": _.n = {}
}]
]),
outer: 1
}]
]),
items: [0, 1]
}, _.c, _.d, _.k, _.e, _.l, _.h, _.i, _.m, _.j, _.n], _.d._ = _.e
._ = _.c, _.c._ = _.h._ = _.f, _.i._ = _.j._ = _.h, _.o),
"__tests__/template.marko_0_items",
1
];
M._.w()
</script>
</body>
</html>
@ -87,7 +119,39 @@ container.querySelector("button").click();
<!--M_|7 #text/0 10 8-->
<!--M_]1 #text/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.o=[0,_.f={"LoopScopeMap:#text/1":new Map(_.a=[[0,_.c={"LoopScopeMap:#text/0":new Map(_.b=[[0,_.d={"#childScope/0":_.k={}}],[1,_.e={"#childScope/0":_.l={}}]]),outer:0}],[1,_.h={"LoopScopeMap:#text/0":new Map(_.g=[[0,_.i={"#childScope/0":_.m={}}],[1,_.j={"#childScope/0":_.n={}}]]),outer:1}]]),items:[0,1]},_.c,_.d,_.k,_.e,_.l,_.h,_.i,_.m,_.j,_.n],_.d._=_.e._=_.c,_.c._=_.h._=_.f,_.i._=_.j._=_.h,_.o),"__tests__/template.marko_0_items",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.o = [0, _.f = {
"LoopScopeMap:#text/1": new Map(_.a = [
[0, _.c = {
"LoopScopeMap:#text/0": new Map(_.b = [
[0, _.d = {
"#childScope/0": _.k = {}
}],
[1, _.e = {
"#childScope/0": _.l = {}
}]
]),
outer: 0
}],
[1, _.h = {
"LoopScopeMap:#text/0": new Map(_.g = [
[0, _.i = {
"#childScope/0": _.m = {}
}],
[1, _.j = {
"#childScope/0": _.n = {}
}]
]),
outer: 1
}]
]),
items: [0, 1]
}, _.c, _.d, _.k, _.e, _.l, _.h, _.i, _.m, _.j, _.n], _.d._ = _.e
._ = _.c, _.c._ = _.h._ = _.f, _.i._ = _.j._ = _.h, _.o),
"__tests__/template.marko_0_items",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -34,7 +34,39 @@
<!--M_|7 #text/0 10 8-->
<!--M_]1 #text/1-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.o=[0,_.f={"LoopScopeMap:#text/1":new Map(_.a=[[0,_.c={"LoopScopeMap:#text/0":new Map(_.b=[[0,_.d={"#childScope/0":_.k={}}],[1,_.e={"#childScope/0":_.l={}}]]),outer:0}],[1,_.h={"LoopScopeMap:#text/0":new Map(_.g=[[0,_.i={"#childScope/0":_.m={}}],[1,_.j={"#childScope/0":_.n={}}]]),outer:1}]]),items:[0,1]},_.c,_.d,_.k,_.e,_.l,_.h,_.i,_.m,_.j,_.n],_.d._=_.e._=_.c,_.c._=_.h._=_.f,_.i._=_.j._=_.h,_.o),"__tests__/template.marko_0_items",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.o = [0, _.f = {
"LoopScopeMap:#text/1": new Map(_.a = [
[0, _.c = {
"LoopScopeMap:#text/0": new Map(_.b = [
[0, _.d = {
"#childScope/0": _.k = {}
}],
[1, _.e = {
"#childScope/0": _.l = {}
}]
]),
outer: 0
}],
[1, _.h = {
"LoopScopeMap:#text/0": new Map(_.g = [
[0, _.i = {
"#childScope/0": _.m = {}
}],
[1, _.j = {
"#childScope/0": _.n = {}
}]
]),
outer: 1
}]
]),
items: [0, 1]
}, _.c, _.d, _.k, _.e, _.l, _.h, _.i, _.m, _.j, _.n], _.d._ = _.e
._ = _.c, _.c._ = _.h._ = _.f, _.i._ = _.j._ = _.h, _.o),
"__tests__/template.marko_0_items",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -24,7 +24,34 @@
<!--M_]2 #text/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.f=[0,_.a={x:1,y:2,"ClosureScopes:y":_.h=new Set,"#childScope/1":_.e={"ConditionalScope:#text/0":_.b={outer:1,"ClosureScopes:outer":_.g=new Set,"#childScope/0":_.d={"ConditionalScope:#text/0":_.c={"ClosureSignalIndex:outer":0},"ConditionalRenderer:#text/0":"__tests__/template.marko_2_renderer"},"ClosureSignalIndex:y":0},"ConditionalRenderer:#text/0":"__tests__/template.marko_1_renderer"}},_.e,_.b,_.d,_.c],_.b._=_.a,_.c._=_.b,_.d.content=_._["__tests__/template.marko_2_renderer"](_.b),_.e.content=_._["__tests__/template.marko_1_renderer"](_.a),(_.g).add(_.c),(_.h).add(_.b),_.f),"__tests__/template.marko_0_x",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.f = [0, _.a = {
x: 1,
y: 2,
"ClosureScopes:y": _.h = new Set,
"#childScope/1": _.e = {
"ConditionalScope:#text/0": _.b = {
outer: 1,
"ClosureScopes:outer": _.g = new Set,
"#childScope/0": _.d = {
"ConditionalScope:#text/0": _.c = {
"ClosureSignalIndex:outer": 0
},
"ConditionalRenderer:#text/0": "__tests__/template.marko_2_renderer"
},
"ClosureSignalIndex:y": 0
},
"ConditionalRenderer:#text/0": "__tests__/template.marko_1_renderer"
}
}, _.e, _.b, _.d, _.c], _.b._ = _.a, _.c._ = _.b, _.d.content = _._[
"__tests__/template.marko_2_renderer"
](_.b), _.e.content = _._[
"__tests__/template.marko_1_renderer"
](_.a), (_.g).add(_.c), (_.h).add(_.b), _.f),
"__tests__/template.marko_0_x",
1
];
M._.w()
</script>
</body>
</html>
@ -60,7 +87,34 @@ container.querySelector("button").click();
<!--M_]2 #text/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.f=[0,_.a={x:1,y:2,"ClosureScopes:y":_.h=new Set,"#childScope/1":_.e={"ConditionalScope:#text/0":_.b={outer:1,"ClosureScopes:outer":_.g=new Set,"#childScope/0":_.d={"ConditionalScope:#text/0":_.c={"ClosureSignalIndex:outer":0},"ConditionalRenderer:#text/0":"__tests__/template.marko_2_renderer"},"ClosureSignalIndex:y":0},"ConditionalRenderer:#text/0":"__tests__/template.marko_1_renderer"}},_.e,_.b,_.d,_.c],_.b._=_.a,_.c._=_.b,_.d.content=_._["__tests__/template.marko_2_renderer"](_.b),_.e.content=_._["__tests__/template.marko_1_renderer"](_.a),(_.g).add(_.c),(_.h).add(_.b),_.f),"__tests__/template.marko_0_x",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.f = [0, _.a = {
x: 1,
y: 2,
"ClosureScopes:y": _.h = new Set,
"#childScope/1": _.e = {
"ConditionalScope:#text/0": _.b = {
outer: 1,
"ClosureScopes:outer": _.g = new Set,
"#childScope/0": _.d = {
"ConditionalScope:#text/0": _.c = {
"ClosureSignalIndex:outer": 0
},
"ConditionalRenderer:#text/0": "__tests__/template.marko_2_renderer"
},
"ClosureSignalIndex:y": 0
},
"ConditionalRenderer:#text/0": "__tests__/template.marko_1_renderer"
}
}, _.e, _.b, _.d, _.c], _.b._ = _.a, _.c._ = _.b, _.d.content = _._[
"__tests__/template.marko_2_renderer"
](_.b), _.e.content = _._[
"__tests__/template.marko_1_renderer"
](_.a), (_.g).add(_.c), (_.h).add(_.b), _.f),
"__tests__/template.marko_0_x",
1
];
M._.w()
</script>
</body>
</html>
@ -100,7 +154,34 @@ container.querySelector("button").click();
<!--M_]2 #text/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.f=[0,_.a={x:1,y:2,"ClosureScopes:y":_.h=new Set,"#childScope/1":_.e={"ConditionalScope:#text/0":_.b={outer:1,"ClosureScopes:outer":_.g=new Set,"#childScope/0":_.d={"ConditionalScope:#text/0":_.c={"ClosureSignalIndex:outer":0},"ConditionalRenderer:#text/0":"__tests__/template.marko_2_renderer"},"ClosureSignalIndex:y":0},"ConditionalRenderer:#text/0":"__tests__/template.marko_1_renderer"}},_.e,_.b,_.d,_.c],_.b._=_.a,_.c._=_.b,_.d.content=_._["__tests__/template.marko_2_renderer"](_.b),_.e.content=_._["__tests__/template.marko_1_renderer"](_.a),(_.g).add(_.c),(_.h).add(_.b),_.f),"__tests__/template.marko_0_x",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.f = [0, _.a = {
x: 1,
y: 2,
"ClosureScopes:y": _.h = new Set,
"#childScope/1": _.e = {
"ConditionalScope:#text/0": _.b = {
outer: 1,
"ClosureScopes:outer": _.g = new Set,
"#childScope/0": _.d = {
"ConditionalScope:#text/0": _.c = {
"ClosureSignalIndex:outer": 0
},
"ConditionalRenderer:#text/0": "__tests__/template.marko_2_renderer"
},
"ClosureSignalIndex:y": 0
},
"ConditionalRenderer:#text/0": "__tests__/template.marko_1_renderer"
}
}, _.e, _.b, _.d, _.c], _.b._ = _.a, _.c._ = _.b, _.d.content = _._[
"__tests__/template.marko_2_renderer"
](_.b), _.e.content = _._[
"__tests__/template.marko_1_renderer"
](_.a), (_.g).add(_.c), (_.h).add(_.b), _.f),
"__tests__/template.marko_0_x",
1
];
M._.w()
</script>
</body>
</html>
@ -140,7 +221,34 @@ container.querySelector("button").click();
<!--M_]2 #text/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.f=[0,_.a={x:1,y:2,"ClosureScopes:y":_.h=new Set,"#childScope/1":_.e={"ConditionalScope:#text/0":_.b={outer:1,"ClosureScopes:outer":_.g=new Set,"#childScope/0":_.d={"ConditionalScope:#text/0":_.c={"ClosureSignalIndex:outer":0},"ConditionalRenderer:#text/0":"__tests__/template.marko_2_renderer"},"ClosureSignalIndex:y":0},"ConditionalRenderer:#text/0":"__tests__/template.marko_1_renderer"}},_.e,_.b,_.d,_.c],_.b._=_.a,_.c._=_.b,_.d.content=_._["__tests__/template.marko_2_renderer"](_.b),_.e.content=_._["__tests__/template.marko_1_renderer"](_.a),(_.g).add(_.c),(_.h).add(_.b),_.f),"__tests__/template.marko_0_x",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.f = [0, _.a = {
x: 1,
y: 2,
"ClosureScopes:y": _.h = new Set,
"#childScope/1": _.e = {
"ConditionalScope:#text/0": _.b = {
outer: 1,
"ClosureScopes:outer": _.g = new Set,
"#childScope/0": _.d = {
"ConditionalScope:#text/0": _.c = {
"ClosureSignalIndex:outer": 0
},
"ConditionalRenderer:#text/0": "__tests__/template.marko_2_renderer"
},
"ClosureSignalIndex:y": 0
},
"ConditionalRenderer:#text/0": "__tests__/template.marko_1_renderer"
}
}, _.e, _.b, _.d, _.c], _.b._ = _.a, _.c._ = _.b, _.d.content = _._[
"__tests__/template.marko_2_renderer"
](_.b), _.e.content = _._[
"__tests__/template.marko_1_renderer"
](_.a), (_.g).add(_.c), (_.h).add(_.b), _.f),
"__tests__/template.marko_0_x",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -29,7 +29,34 @@
<!--M_]2 #text/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.f=[0,_.a={x:1,y:2,"ClosureScopes:y":_.h=new Set,"#childScope/1":_.e={"ConditionalScope:#text/0":_.b={outer:1,"ClosureScopes:outer":_.g=new Set,"#childScope/0":_.d={"ConditionalScope:#text/0":_.c={"ClosureSignalIndex:outer":0},"ConditionalRenderer:#text/0":"__tests__/template.marko_2_renderer"},"ClosureSignalIndex:y":0},"ConditionalRenderer:#text/0":"__tests__/template.marko_1_renderer"}},_.e,_.b,_.d,_.c],_.b._=_.a,_.c._=_.b,_.d.content=_._["__tests__/template.marko_2_renderer"](_.b),_.e.content=_._["__tests__/template.marko_1_renderer"](_.a),(_.g).add(_.c),(_.h).add(_.b),_.f),"__tests__/template.marko_0_x",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.f = [0, _.a = {
x: 1,
y: 2,
"ClosureScopes:y": _.h = new Set,
"#childScope/1": _.e = {
"ConditionalScope:#text/0": _.b = {
outer: 1,
"ClosureScopes:outer": _.g = new Set,
"#childScope/0": _.d = {
"ConditionalScope:#text/0": _.c = {
"ClosureSignalIndex:outer": 0
},
"ConditionalRenderer:#text/0": "__tests__/template.marko_2_renderer"
},
"ClosureSignalIndex:y": 0
},
"ConditionalRenderer:#text/0": "__tests__/template.marko_1_renderer"
}
}, _.e, _.b, _.d, _.c], _.b._ = _.a, _.c._ = _.b, _.d.content = _._[
"__tests__/template.marko_2_renderer"
](_.b), _.e.content = _._[
"__tests__/template.marko_1_renderer"
](_.a), (_.g).add(_.c), (_.h).add(_.b), _.f),
"__tests__/template.marko_0_x",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -9,7 +9,18 @@
</button>
<!--M_*3 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={count:0,"ClosureScopes:count":_.c=new Set},1,_.d={_:_.a,"ClosureSignalIndex:count":0}],(_.c).add(_.d),_.b),"__tests__/template.marko_1_count",3];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
count: 0,
"ClosureScopes:count": _.c = new Set
}, 1, _.d = {
_: _.a,
"ClosureSignalIndex:count": 0
}], (_.c).add(_.d), _.b),
"__tests__/template.marko_1_count",
3
];
M._.w()
</script>
</body>
</html>
@ -30,7 +41,18 @@ container.querySelector("button").click();
</button>
<!--M_*3 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={count:0,"ClosureScopes:count":_.c=new Set},1,_.d={_:_.a,"ClosureSignalIndex:count":0}],(_.c).add(_.d),_.b),"__tests__/template.marko_1_count",3];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
count: 0,
"ClosureScopes:count": _.c = new Set
}, 1, _.d = {
_: _.a,
"ClosureSignalIndex:count": 0
}], (_.c).add(_.d), _.b),
"__tests__/template.marko_1_count",
3
];
M._.w()
</script>
</body>
</html>
@ -55,7 +77,18 @@ container.querySelector("button").click();
</button>
<!--M_*3 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={count:0,"ClosureScopes:count":_.c=new Set},1,_.d={_:_.a,"ClosureSignalIndex:count":0}],(_.c).add(_.d),_.b),"__tests__/template.marko_1_count",3];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
count: 0,
"ClosureScopes:count": _.c = new Set
}, 1, _.d = {
_: _.a,
"ClosureSignalIndex:count": 0
}], (_.c).add(_.d), _.b),
"__tests__/template.marko_1_count",
3
];
M._.w()
</script>
</body>
</html>
@ -80,7 +113,18 @@ container.querySelector("button").click();
</button>
<!--M_*3 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={count:0,"ClosureScopes:count":_.c=new Set},1,_.d={_:_.a,"ClosureSignalIndex:count":0}],(_.c).add(_.d),_.b),"__tests__/template.marko_1_count",3];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
count: 0,
"ClosureScopes:count": _.c = new Set
}, 1, _.d = {
_: _.a,
"ClosureSignalIndex:count": 0
}], (_.c).add(_.d), _.b),
"__tests__/template.marko_1_count",
3
];
M._.w()
</script>
</body>
</html>

View File

@ -14,7 +14,18 @@
</button>
<!--M_*3 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={count:0,"ClosureScopes:count":_.c=new Set},1,_.d={_:_.a,"ClosureSignalIndex:count":0}],(_.c).add(_.d),_.b),"__tests__/template.marko_1_count",3];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
count: 0,
"ClosureScopes:count": _.c = new Set
}, 1, _.d = {
_: _.a,
"ClosureSignalIndex:count": 0
}], (_.c).add(_.d), _.b),
"__tests__/template.marko_1_count",
3
];
M._.w()
</script>
</body>
</html>

View File

@ -9,7 +9,18 @@
</button>
<!--M_*3 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={count:0,"ClosureScopes:count":_.c=new Set},1,_.d={_:_.a,"ClosureSignalIndex:count":0}],(_.c).add(_.d),_.b),"__tests__/template.marko_1_count",3];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
count: 0,
"ClosureScopes:count": _.c = new Set
}, 1, _.d = {
_: _.a,
"ClosureSignalIndex:count": 0
}], (_.c).add(_.d), _.b),
"__tests__/template.marko_1_count",
3
];
M._.w()
</script>
</body>
</html>
@ -30,7 +41,18 @@ container.querySelector("button").click();
</button>
<!--M_*3 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={count:0,"ClosureScopes:count":_.c=new Set},1,_.d={_:_.a,"ClosureSignalIndex:count":0}],(_.c).add(_.d),_.b),"__tests__/template.marko_1_count",3];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
count: 0,
"ClosureScopes:count": _.c = new Set
}, 1, _.d = {
_: _.a,
"ClosureSignalIndex:count": 0
}], (_.c).add(_.d), _.b),
"__tests__/template.marko_1_count",
3
];
M._.w()
</script>
</body>
</html>
@ -55,7 +77,18 @@ container.querySelector("button").click();
</button>
<!--M_*3 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={count:0,"ClosureScopes:count":_.c=new Set},1,_.d={_:_.a,"ClosureSignalIndex:count":0}],(_.c).add(_.d),_.b),"__tests__/template.marko_1_count",3];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
count: 0,
"ClosureScopes:count": _.c = new Set
}, 1, _.d = {
_: _.a,
"ClosureSignalIndex:count": 0
}], (_.c).add(_.d), _.b),
"__tests__/template.marko_1_count",
3
];
M._.w()
</script>
</body>
</html>
@ -80,7 +113,18 @@ container.querySelector("button").click();
</button>
<!--M_*3 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={count:0,"ClosureScopes:count":_.c=new Set},1,_.d={_:_.a,"ClosureSignalIndex:count":0}],(_.c).add(_.d),_.b),"__tests__/template.marko_1_count",3];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
count: 0,
"ClosureScopes:count": _.c = new Set
}, 1, _.d = {
_: _.a,
"ClosureSignalIndex:count": 0
}], (_.c).add(_.d), _.b),
"__tests__/template.marko_1_count",
3
];
M._.w()
</script>
</body>
</html>

View File

@ -14,7 +14,18 @@
</button>
<!--M_*3 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,_.a={count:0,"ClosureScopes:count":_.c=new Set},1,_.d={_:_.a,"ClosureSignalIndex:count":0}],(_.c).add(_.d),_.b),"__tests__/template.marko_1_count",3];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0, _.a = {
count: 0,
"ClosureScopes:count": _.c = new Set
}, 1, _.d = {
_: _.a,
"ClosureSignalIndex:count": 0
}], (_.c).add(_.d), _.b),
"__tests__/template.marko_1_count",
3
];
M._.w()
</script>
</body>
</html>

View File

@ -52,7 +52,53 @@
</button>
<!--M_*13 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.o=[0,_.b={"LoopScopeMap:#text/0":new Map(_.a=[[0,_.c={num:1}],[1,_.d={num:2}],[2,_.e={num:3}],[3,_.f={num:4}],[4,_.g={num:5}],[5,_.h={num:6}],[6,_.i={num:7}],[7,_.j={num:8}],[8,_.k={num:9}],[9,_.l={num:10}],[10,_.m={num:11}],[11,_.n={num:12}]])},_.c,_.d,_.e,_.f,_.g,_.h,_.i,_.j,_.k,_.l,_.m,_.n],_.c._=_.d._=_.e._=_.f._=_.g._=_.h._=_.i._=_.j._=_.k._=_.l._=_.m._=_.n._=_.b,_.o),"__tests__/template.marko_1_num",2,3,4,5,6,7,8,9,10,11,12,13];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.o = [0, _.b = {
"LoopScopeMap:#text/0": new Map(_.a = [
[0, _.c = {
num: 1
}],
[1, _.d = {
num: 2
}],
[2, _.e = {
num: 3
}],
[3, _.f = {
num: 4
}],
[4, _.g = {
num: 5
}],
[5, _.h = {
num: 6
}],
[6, _.i = {
num: 7
}],
[7, _.j = {
num: 8
}],
[8, _.k = {
num: 9
}],
[9, _.l = {
num: 10
}],
[10, _.m = {
num: 11
}],
[11, _.n = {
num: 12
}]
])
}, _.c, _.d, _.e, _.f, _.g, _.h, _.i, _.j, _.k, _.l, _.m, _.n], _.c
._ = _.d._ = _.e._ = _.f._ = _.g._ = _.h._ = _.i._ = _.j._ = _.k._ =
_.l._ = _.m._ = _.n._ = _.b, _.o),
"__tests__/template.marko_1_num",
2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
];
M._.w()
</script>
</body>
</html>
@ -129,7 +175,53 @@ click(c, 2);
</button>
<!--M_*13 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.o=[0,_.b={"LoopScopeMap:#text/0":new Map(_.a=[[0,_.c={num:1}],[1,_.d={num:2}],[2,_.e={num:3}],[3,_.f={num:4}],[4,_.g={num:5}],[5,_.h={num:6}],[6,_.i={num:7}],[7,_.j={num:8}],[8,_.k={num:9}],[9,_.l={num:10}],[10,_.m={num:11}],[11,_.n={num:12}]])},_.c,_.d,_.e,_.f,_.g,_.h,_.i,_.j,_.k,_.l,_.m,_.n],_.c._=_.d._=_.e._=_.f._=_.g._=_.h._=_.i._=_.j._=_.k._=_.l._=_.m._=_.n._=_.b,_.o),"__tests__/template.marko_1_num",2,3,4,5,6,7,8,9,10,11,12,13];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.o = [0, _.b = {
"LoopScopeMap:#text/0": new Map(_.a = [
[0, _.c = {
num: 1
}],
[1, _.d = {
num: 2
}],
[2, _.e = {
num: 3
}],
[3, _.f = {
num: 4
}],
[4, _.g = {
num: 5
}],
[5, _.h = {
num: 6
}],
[6, _.i = {
num: 7
}],
[7, _.j = {
num: 8
}],
[8, _.k = {
num: 9
}],
[9, _.l = {
num: 10
}],
[10, _.m = {
num: 11
}],
[11, _.n = {
num: 12
}]
])
}, _.c, _.d, _.e, _.f, _.g, _.h, _.i, _.j, _.k, _.l, _.m, _.n], _.c
._ = _.d._ = _.e._ = _.f._ = _.g._ = _.h._ = _.i._ = _.j._ = _.k._ =
_.l._ = _.m._ = _.n._ = _.b, _.o),
"__tests__/template.marko_1_num",
2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
];
M._.w()
</script>
</body>
</html>
@ -212,7 +304,53 @@ click(c, 3);
</button>
<!--M_*13 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.o=[0,_.b={"LoopScopeMap:#text/0":new Map(_.a=[[0,_.c={num:1}],[1,_.d={num:2}],[2,_.e={num:3}],[3,_.f={num:4}],[4,_.g={num:5}],[5,_.h={num:6}],[6,_.i={num:7}],[7,_.j={num:8}],[8,_.k={num:9}],[9,_.l={num:10}],[10,_.m={num:11}],[11,_.n={num:12}]])},_.c,_.d,_.e,_.f,_.g,_.h,_.i,_.j,_.k,_.l,_.m,_.n],_.c._=_.d._=_.e._=_.f._=_.g._=_.h._=_.i._=_.j._=_.k._=_.l._=_.m._=_.n._=_.b,_.o),"__tests__/template.marko_1_num",2,3,4,5,6,7,8,9,10,11,12,13];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.o = [0, _.b = {
"LoopScopeMap:#text/0": new Map(_.a = [
[0, _.c = {
num: 1
}],
[1, _.d = {
num: 2
}],
[2, _.e = {
num: 3
}],
[3, _.f = {
num: 4
}],
[4, _.g = {
num: 5
}],
[5, _.h = {
num: 6
}],
[6, _.i = {
num: 7
}],
[7, _.j = {
num: 8
}],
[8, _.k = {
num: 9
}],
[9, _.l = {
num: 10
}],
[10, _.m = {
num: 11
}],
[11, _.n = {
num: 12
}]
])
}, _.c, _.d, _.e, _.f, _.g, _.h, _.i, _.j, _.k, _.l, _.m, _.n], _.c
._ = _.d._ = _.e._ = _.f._ = _.g._ = _.h._ = _.i._ = _.j._ = _.k._ =
_.l._ = _.m._ = _.n._ = _.b, _.o),
"__tests__/template.marko_1_num",
2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
];
M._.w()
</script>
</body>
</html>
@ -292,7 +430,53 @@ click(c, 5);
</button>
<!--M_*13 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.o=[0,_.b={"LoopScopeMap:#text/0":new Map(_.a=[[0,_.c={num:1}],[1,_.d={num:2}],[2,_.e={num:3}],[3,_.f={num:4}],[4,_.g={num:5}],[5,_.h={num:6}],[6,_.i={num:7}],[7,_.j={num:8}],[8,_.k={num:9}],[9,_.l={num:10}],[10,_.m={num:11}],[11,_.n={num:12}]])},_.c,_.d,_.e,_.f,_.g,_.h,_.i,_.j,_.k,_.l,_.m,_.n],_.c._=_.d._=_.e._=_.f._=_.g._=_.h._=_.i._=_.j._=_.k._=_.l._=_.m._=_.n._=_.b,_.o),"__tests__/template.marko_1_num",2,3,4,5,6,7,8,9,10,11,12,13];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.o = [0, _.b = {
"LoopScopeMap:#text/0": new Map(_.a = [
[0, _.c = {
num: 1
}],
[1, _.d = {
num: 2
}],
[2, _.e = {
num: 3
}],
[3, _.f = {
num: 4
}],
[4, _.g = {
num: 5
}],
[5, _.h = {
num: 6
}],
[6, _.i = {
num: 7
}],
[7, _.j = {
num: 8
}],
[8, _.k = {
num: 9
}],
[9, _.l = {
num: 10
}],
[10, _.m = {
num: 11
}],
[11, _.n = {
num: 12
}]
])
}, _.c, _.d, _.e, _.f, _.g, _.h, _.i, _.j, _.k, _.l, _.m, _.n], _.c
._ = _.d._ = _.e._ = _.f._ = _.g._ = _.h._ = _.i._ = _.j._ = _.k._ =
_.l._ = _.m._ = _.n._ = _.b, _.o),
"__tests__/template.marko_1_num",
2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
];
M._.w()
</script>
</body>
</html>

View File

@ -57,7 +57,53 @@
</button>
<!--M_*13 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.o=[0,_.b={"LoopScopeMap:#text/0":new Map(_.a=[[0,_.c={num:1}],[1,_.d={num:2}],[2,_.e={num:3}],[3,_.f={num:4}],[4,_.g={num:5}],[5,_.h={num:6}],[6,_.i={num:7}],[7,_.j={num:8}],[8,_.k={num:9}],[9,_.l={num:10}],[10,_.m={num:11}],[11,_.n={num:12}]])},_.c,_.d,_.e,_.f,_.g,_.h,_.i,_.j,_.k,_.l,_.m,_.n],_.c._=_.d._=_.e._=_.f._=_.g._=_.h._=_.i._=_.j._=_.k._=_.l._=_.m._=_.n._=_.b,_.o),"__tests__/template.marko_1_num",2,3,4,5,6,7,8,9,10,11,12,13];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.o = [0, _.b = {
"LoopScopeMap:#text/0": new Map(_.a = [
[0, _.c = {
num: 1
}],
[1, _.d = {
num: 2
}],
[2, _.e = {
num: 3
}],
[3, _.f = {
num: 4
}],
[4, _.g = {
num: 5
}],
[5, _.h = {
num: 6
}],
[6, _.i = {
num: 7
}],
[7, _.j = {
num: 8
}],
[8, _.k = {
num: 9
}],
[9, _.l = {
num: 10
}],
[10, _.m = {
num: 11
}],
[11, _.n = {
num: 12
}]
])
}, _.c, _.d, _.e, _.f, _.g, _.h, _.i, _.j, _.k, _.l, _.m, _.n], _.c
._ = _.d._ = _.e._ = _.f._ = _.g._ = _.h._ = _.i._ = _.j._ = _.k._ =
_.l._ = _.m._ = _.n._ = _.b, _.o),
"__tests__/template.marko_1_num",
2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
];
M._.w()
</script>
</body>
</html>

View File

@ -12,7 +12,16 @@
<!--M_|1 #text/0 2-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/0":0,"ConditionalScope:#text/0":_.b={},clickCount:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_1_clickCount",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/0": 0,
"ConditionalScope:#text/0": _.b = {},
clickCount: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_1_clickCount",
2
];
M._.w()
</script>
</body>
</html>
@ -36,7 +45,16 @@ container.querySelector("button").click();
<!--M_|1 #text/0 2-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/0":0,"ConditionalScope:#text/0":_.b={},clickCount:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_1_clickCount",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/0": 0,
"ConditionalScope:#text/0": _.b = {},
clickCount: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_1_clickCount",
2
];
M._.w()
</script>
</body>
</html>
@ -64,7 +82,16 @@ container.querySelector("button").click();
<!--M_|1 #text/0 2-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/0":0,"ConditionalScope:#text/0":_.b={},clickCount:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_1_clickCount",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/0": 0,
"ConditionalScope:#text/0": _.b = {},
clickCount: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_1_clickCount",
2
];
M._.w()
</script>
</body>
</html>
@ -91,7 +118,16 @@ container.querySelector("button").click();
<!--M_|1 #text/0 2-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/0":0,"ConditionalScope:#text/0":_.b={},clickCount:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_1_clickCount",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/0": 0,
"ConditionalScope:#text/0": _.b = {},
clickCount: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_1_clickCount",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -17,7 +17,16 @@
<!--M_|1 #text/0 2-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/0":0,"ConditionalScope:#text/0":_.b={},clickCount:0},_.b],_.b._=_.a,_.c),"__tests__/template.marko_1_clickCount",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/0": 0,
"ConditionalScope:#text/0": _.b = {},
clickCount: 0
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_1_clickCount",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -19,7 +19,18 @@
<!--M_*1 #button/2-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{id:0,items:[]}]),"__tests__/template.marko_0_items",1,"__tests__/template.marko_0_id_items",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
id: 0,
items: []
}]),
"__tests__/template.marko_0_items",
1,
"__tests__/template.marko_0_id_items",
1
];
M._.w()
</script>
</body>
</html>
@ -50,7 +61,18 @@ container.querySelector("#add").click();
<!--M_*1 #button/2-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{id:0,items:[]}]),"__tests__/template.marko_0_items",1,"__tests__/template.marko_0_id_items",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
id: 0,
items: []
}]),
"__tests__/template.marko_0_items",
1,
"__tests__/template.marko_0_id_items",
1
];
M._.w()
</script>
</body>
</html>
@ -86,7 +108,18 @@ container.querySelector("#add").click();
<!--M_*1 #button/2-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{id:0,items:[]}]),"__tests__/template.marko_0_items",1,"__tests__/template.marko_0_id_items",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
id: 0,
items: []
}]),
"__tests__/template.marko_0_items",
1,
"__tests__/template.marko_0_id_items",
1
];
M._.w()
</script>
</body>
</html>
@ -121,7 +154,18 @@ container.querySelector("#remove").click();
<!--M_*1 #button/2-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{id:0,items:[]}]),"__tests__/template.marko_0_items",1,"__tests__/template.marko_0_id_items",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
id: 0,
items: []
}]),
"__tests__/template.marko_0_items",
1,
"__tests__/template.marko_0_id_items",
1
];
M._.w()
</script>
</body>
</html>
@ -156,7 +200,18 @@ container.querySelector("#add").click();
<!--M_*1 #button/2-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{id:0,items:[]}]),"__tests__/template.marko_0_items",1,"__tests__/template.marko_0_id_items",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
id: 0,
items: []
}]),
"__tests__/template.marko_0_items",
1,
"__tests__/template.marko_0_id_items",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -24,7 +24,18 @@
<!--M_*1 #button/2-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{id:0,items:[]}]),"__tests__/template.marko_0_items",1,"__tests__/template.marko_0_id_items",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
id: 0,
items: []
}]),
"__tests__/template.marko_0_items",
1,
"__tests__/template.marko_0_id_items",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -31,7 +31,23 @@
</button>
<!--M_*1 #button/2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.e=[0,{"LoopScopeMap:#ul/0":new Map(_.a=[[1,_.b={}],[2,_.c={}],[3,_.d={}]]),open:!0,list:[1,2,3]},_.b,_.c,_.d]),"__tests__/template.marko_0_list",1,"__tests__/template.marko_0_open",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.e = [0,
{
"LoopScopeMap:#ul/0": new Map(_.a = [
[1, _.b = {}],
[2, _.c = {}],
[3, _.d = {}]
]),
open: !0,
list: [1, 2, 3]
}, _.b, _.c, _.d]),
"__tests__/template.marko_0_list",
1,
"__tests__/template.marko_0_open",
1
];
M._.w()
</script>
</body>
</html>
@ -76,7 +92,23 @@ container.querySelector("#toggle").click();
</button>
<!--M_*1 #button/2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.e=[0,{"LoopScopeMap:#ul/0":new Map(_.a=[[1,_.b={}],[2,_.c={}],[3,_.d={}]]),open:!0,list:[1,2,3]},_.b,_.c,_.d]),"__tests__/template.marko_0_list",1,"__tests__/template.marko_0_open",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.e = [0,
{
"LoopScopeMap:#ul/0": new Map(_.a = [
[1, _.b = {}],
[2, _.c = {}],
[3, _.d = {}]
]),
open: !0,
list: [1, 2, 3]
}, _.b, _.c, _.d]),
"__tests__/template.marko_0_list",
1,
"__tests__/template.marko_0_open",
1
];
M._.w()
</script>
</body>
</html>
@ -123,7 +155,23 @@ container.querySelector("#toggle").click();
</button>
<!--M_*1 #button/2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.e=[0,{"LoopScopeMap:#ul/0":new Map(_.a=[[1,_.b={}],[2,_.c={}],[3,_.d={}]]),open:!0,list:[1,2,3]},_.b,_.c,_.d]),"__tests__/template.marko_0_list",1,"__tests__/template.marko_0_open",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.e = [0,
{
"LoopScopeMap:#ul/0": new Map(_.a = [
[1, _.b = {}],
[2, _.c = {}],
[3, _.d = {}]
]),
open: !0,
list: [1, 2, 3]
}, _.b, _.c, _.d]),
"__tests__/template.marko_0_list",
1,
"__tests__/template.marko_0_open",
1
];
M._.w()
</script>
</body>
</html>
@ -170,7 +218,23 @@ container.querySelector("#reverse").click();
</button>
<!--M_*1 #button/2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.e=[0,{"LoopScopeMap:#ul/0":new Map(_.a=[[1,_.b={}],[2,_.c={}],[3,_.d={}]]),open:!0,list:[1,2,3]},_.b,_.c,_.d]),"__tests__/template.marko_0_list",1,"__tests__/template.marko_0_open",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.e = [0,
{
"LoopScopeMap:#ul/0": new Map(_.a = [
[1, _.b = {}],
[2, _.c = {}],
[3, _.d = {}]
]),
open: !0,
list: [1, 2, 3]
}, _.b, _.c, _.d]),
"__tests__/template.marko_0_list",
1,
"__tests__/template.marko_0_open",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -36,7 +36,23 @@
</button>
<!--M_*1 #button/2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.e=[0,{"LoopScopeMap:#ul/0":new Map(_.a=[[1,_.b={}],[2,_.c={}],[3,_.d={}]]),open:!0,list:[1,2,3]},_.b,_.c,_.d]),"__tests__/template.marko_0_list",1,"__tests__/template.marko_0_open",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.e = [0,
{
"LoopScopeMap:#ul/0": new Map(_.a = [
[1, _.b = {}],
[2, _.c = {}],
[3, _.d = {}]
]),
open: !0,
list: [1, 2, 3]
}, _.b, _.c, _.d]),
"__tests__/template.marko_0_list",
1,
"__tests__/template.marko_0_open",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -13,7 +13,17 @@
<!--M_*1 #button/1-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,{"ConditionalRenderer:#text/0":0,"ConditionalScope:#text/0":_.a={},show:!0},_.a]),"__tests__/template.marko_0_show",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0,
{
"ConditionalRenderer:#text/0": 0,
"ConditionalScope:#text/0": _.a = {},
show: !0
}, _.a]),
"__tests__/template.marko_0_show",
1
];
M._.w()
</script>
</body>
</html>
@ -36,7 +46,17 @@ container.querySelector("button").click();
<!--M_*1 #button/1-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,{"ConditionalRenderer:#text/0":0,"ConditionalScope:#text/0":_.a={},show:!0},_.a]),"__tests__/template.marko_0_show",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0,
{
"ConditionalRenderer:#text/0": 0,
"ConditionalScope:#text/0": _.a = {},
show: !0
}, _.a]),
"__tests__/template.marko_0_show",
1
];
M._.w()
</script>
</body>
</html>
@ -66,7 +86,17 @@ container.querySelector("button").click();
<!--M_*1 #button/1-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,{"ConditionalRenderer:#text/0":0,"ConditionalScope:#text/0":_.a={},show:!0},_.a]),"__tests__/template.marko_0_show",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0,
{
"ConditionalRenderer:#text/0": 0,
"ConditionalScope:#text/0": _.a = {},
show: !0
}, _.a]),
"__tests__/template.marko_0_show",
1
];
M._.w()
</script>
</body>
</html>
@ -94,7 +124,17 @@ container.querySelector("button").click();
<!--M_*1 #button/1-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,{"ConditionalRenderer:#text/0":0,"ConditionalScope:#text/0":_.a={},show:!0},_.a]),"__tests__/template.marko_0_show",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0,
{
"ConditionalRenderer:#text/0": 0,
"ConditionalScope:#text/0": _.a = {},
show: !0
}, _.a]),
"__tests__/template.marko_0_show",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -18,7 +18,17 @@
<!--M_*1 #button/1-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.b=[0,{"ConditionalRenderer:#text/0":0,"ConditionalScope:#text/0":_.a={},show:!0},_.a]),"__tests__/template.marko_0_show",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.b = [0,
{
"ConditionalRenderer:#text/0": 0,
"ConditionalScope:#text/0": _.a = {},
show: !0
}, _.a]),
"__tests__/template.marko_0_show",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -11,7 +11,15 @@
<!--M_*1 #button/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{clickCount:0}]),"__tests__/template.marko_0_clickCount",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
clickCount: 0
}]),
"__tests__/template.marko_0_clickCount",
1
];
M._.w()
</script>
</body>
</html>
@ -34,7 +42,15 @@ container.querySelector("button").click();
<!--M_*1 #button/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{clickCount:0}]),"__tests__/template.marko_0_clickCount",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
clickCount: 0
}]),
"__tests__/template.marko_0_clickCount",
1
];
M._.w()
</script>
</body>
</html>
@ -61,7 +77,15 @@ container.querySelector("button").click();
<!--M_*1 #button/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{clickCount:0}]),"__tests__/template.marko_0_clickCount",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
clickCount: 0
}]),
"__tests__/template.marko_0_clickCount",
1
];
M._.w()
</script>
</body>
</html>
@ -88,7 +112,15 @@ container.querySelector("button").click();
<!--M_*1 #button/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{clickCount:0}]),"__tests__/template.marko_0_clickCount",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
clickCount: 0
}]),
"__tests__/template.marko_0_clickCount",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -16,7 +16,15 @@
<!--M_*1 #button/0-->
</div>
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{clickCount:0}]),"__tests__/template.marko_0_clickCount",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
clickCount: 0
}]),
"__tests__/template.marko_0_clickCount",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -11,7 +11,17 @@
</span>
<!--M_|1 #text/1 2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/1":0,"ConditionalScope:#text/1":_.b={},show:!0,message:"hi"},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0_show",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/1": 0,
"ConditionalScope:#text/1": _.b = {},
show: !0,
message: "hi"
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0_show",
1
];
M._.w()
</script>
</body>
</html>
@ -30,7 +40,17 @@ container.querySelector("button").click();
<!--M_*1 #button/0-->
<!--M_|1 #text/1 2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/1":0,"ConditionalScope:#text/1":_.b={},show:!0,message:"hi"},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0_show",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/1": 0,
"ConditionalScope:#text/1": _.b = {},
show: !0,
message: "hi"
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0_show",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -16,7 +16,17 @@
</span>
<!--M_|1 #text/1 2-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.c=[0,_.a={"ConditionalRenderer:#text/1":0,"ConditionalScope:#text/1":_.b={},show:!0,message:"hi"},_.b],_.b._=_.a,_.c),"__tests__/template.marko_0_show",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.c = [0, _.a = {
"ConditionalRenderer:#text/1": 0,
"ConditionalScope:#text/1": _.b = {},
show: !0,
message: "hi"
}, _.b], _.b._ = _.a, _.c),
"__tests__/template.marko_0_show",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -9,7 +9,16 @@
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{a:0,b:0}]),"__tests__/template.marko_0_a_b",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
a: 0,
b: 0
}]),
"__tests__/template.marko_0_a_b",
1
];
M._.w()
</script>
</body>
</html>
@ -30,7 +39,16 @@ container.querySelector("button").click();
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{a:0,b:0}]),"__tests__/template.marko_0_a_b",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
a: 0,
b: 0
}]),
"__tests__/template.marko_0_a_b",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -14,7 +14,16 @@
</button>
<!--M_*1 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.a=[0,{a:0,b:0}]),"__tests__/template.marko_0_a_b",1];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.a = [0,
{
a: 0,
b: 0
}]),
"__tests__/template.marko_0_a_b",
1
];
M._.w()
</script>
</body>
</html>

View File

@ -11,7 +11,25 @@
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.f=[0,_.a={clickCount:0,"ClosureScopes:clickCount":_.g=new Set,"#childScope/0":_.e={"EventAttributes:#button/0":_.b={},"ConditionalScope:#text/1":_.c={"ClosureSignalIndex:clickCount":0},"ConditionalRenderer:#text/1":"__tests__/template.marko_1_renderer",attrs:_.d={}}},_.e,_.c],_.c._=_.a,_.b.click=_.d.onClick=_._["__tests__/template.marko_0/onClick"](_.a),(_.g).add(_.c),_.f),"__tests__/tags/FancyButton.marko_0_attrs",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.f = [0, _.a = {
clickCount: 0,
"ClosureScopes:clickCount": _.g = new Set,
"#childScope/0": _.e = {
"EventAttributes:#button/0": _.b = {},
"ConditionalScope:#text/1": _.c = {
"ClosureSignalIndex:clickCount": 0
},
"ConditionalRenderer:#text/1": "__tests__/template.marko_1_renderer",
attrs: _.d = {}
}
}, _.e, _.c], _.c._ = _.a, _.b.click = _.d.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), (_.g).add(_.c), _.f),
"__tests__/tags/FancyButton.marko_0_attrs",
2
];
M._.w()
</script>
</body>
</html>
@ -34,7 +52,25 @@ container.querySelector("button").click();
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.f=[0,_.a={clickCount:0,"ClosureScopes:clickCount":_.g=new Set,"#childScope/0":_.e={"EventAttributes:#button/0":_.b={},"ConditionalScope:#text/1":_.c={"ClosureSignalIndex:clickCount":0},"ConditionalRenderer:#text/1":"__tests__/template.marko_1_renderer",attrs:_.d={}}},_.e,_.c],_.c._=_.a,_.b.click=_.d.onClick=_._["__tests__/template.marko_0/onClick"](_.a),(_.g).add(_.c),_.f),"__tests__/tags/FancyButton.marko_0_attrs",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.f = [0, _.a = {
clickCount: 0,
"ClosureScopes:clickCount": _.g = new Set,
"#childScope/0": _.e = {
"EventAttributes:#button/0": _.b = {},
"ConditionalScope:#text/1": _.c = {
"ClosureSignalIndex:clickCount": 0
},
"ConditionalRenderer:#text/1": "__tests__/template.marko_1_renderer",
attrs: _.d = {}
}
}, _.e, _.c], _.c._ = _.a, _.b.click = _.d.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), (_.g).add(_.c), _.f),
"__tests__/tags/FancyButton.marko_0_attrs",
2
];
M._.w()
</script>
</body>
</html>
@ -61,7 +97,25 @@ container.querySelector("button").click();
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.f=[0,_.a={clickCount:0,"ClosureScopes:clickCount":_.g=new Set,"#childScope/0":_.e={"EventAttributes:#button/0":_.b={},"ConditionalScope:#text/1":_.c={"ClosureSignalIndex:clickCount":0},"ConditionalRenderer:#text/1":"__tests__/template.marko_1_renderer",attrs:_.d={}}},_.e,_.c],_.c._=_.a,_.b.click=_.d.onClick=_._["__tests__/template.marko_0/onClick"](_.a),(_.g).add(_.c),_.f),"__tests__/tags/FancyButton.marko_0_attrs",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.f = [0, _.a = {
clickCount: 0,
"ClosureScopes:clickCount": _.g = new Set,
"#childScope/0": _.e = {
"EventAttributes:#button/0": _.b = {},
"ConditionalScope:#text/1": _.c = {
"ClosureSignalIndex:clickCount": 0
},
"ConditionalRenderer:#text/1": "__tests__/template.marko_1_renderer",
attrs: _.d = {}
}
}, _.e, _.c], _.c._ = _.a, _.b.click = _.d.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), (_.g).add(_.c), _.f),
"__tests__/tags/FancyButton.marko_0_attrs",
2
];
M._.w()
</script>
</body>
</html>
@ -88,7 +142,25 @@ container.querySelector("button").click();
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.f=[0,_.a={clickCount:0,"ClosureScopes:clickCount":_.g=new Set,"#childScope/0":_.e={"EventAttributes:#button/0":_.b={},"ConditionalScope:#text/1":_.c={"ClosureSignalIndex:clickCount":0},"ConditionalRenderer:#text/1":"__tests__/template.marko_1_renderer",attrs:_.d={}}},_.e,_.c],_.c._=_.a,_.b.click=_.d.onClick=_._["__tests__/template.marko_0/onClick"](_.a),(_.g).add(_.c),_.f),"__tests__/tags/FancyButton.marko_0_attrs",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.f = [0, _.a = {
clickCount: 0,
"ClosureScopes:clickCount": _.g = new Set,
"#childScope/0": _.e = {
"EventAttributes:#button/0": _.b = {},
"ConditionalScope:#text/1": _.c = {
"ClosureSignalIndex:clickCount": 0
},
"ConditionalRenderer:#text/1": "__tests__/template.marko_1_renderer",
attrs: _.d = {}
}
}, _.e, _.c], _.c._ = _.a, _.b.click = _.d.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), (_.g).add(_.c), _.f),
"__tests__/tags/FancyButton.marko_0_attrs",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -16,7 +16,25 @@
</button>
<!--M_*2 #button/0-->
<script>
WALKER_RUNTIME("M")("_");M._.r=[_=&gt;(_.f=[0,_.a={clickCount:0,"ClosureScopes:clickCount":_.g=new Set,"#childScope/0":_.e={"EventAttributes:#button/0":_.b={},"ConditionalScope:#text/1":_.c={"ClosureSignalIndex:clickCount":0},"ConditionalRenderer:#text/1":"__tests__/template.marko_1_renderer",attrs:_.d={}}},_.e,_.c],_.c._=_.a,_.b.click=_.d.onClick=_._["__tests__/template.marko_0/onClick"](_.a),(_.g).add(_.c),_.f),"__tests__/tags/FancyButton.marko_0_attrs",2];M._.w()
WALKER_RUNTIME("M")("_");
M._.r = [_ =&gt; (_.f = [0, _.a = {
clickCount: 0,
"ClosureScopes:clickCount": _.g = new Set,
"#childScope/0": _.e = {
"EventAttributes:#button/0": _.b = {},
"ConditionalScope:#text/1": _.c = {
"ClosureSignalIndex:clickCount": 0
},
"ConditionalRenderer:#text/1": "__tests__/template.marko_1_renderer",
attrs: _.d = {}
}
}, _.e, _.c], _.c._ = _.a, _.b.click = _.d.onClick = _._[
"__tests__/template.marko_0/onClick"
](_.a), (_.g).add(_.c), _.f),
"__tests__/tags/FancyButton.marko_0_attrs",
2
];
M._.w()
</script>
</body>
</html>

View File

@ -16,7 +16,10 @@
<!--M_]1 #text/0-->
def
<script>
M._.r.push(_=&gt;(_.d=[1,{}]));REORDER_RUNTIME(M._);M._.w()
M._.r.push(_ =&gt; (_.d = [1,
{}]));
REORDER_RUNTIME(M._);
M._.w()
</script>
</body>
</html>

View File

@ -26,7 +26,10 @@
<!--M_]1 #text/0-->
def
<script>
M._.r.push(_=&gt;(_.d=[1,{}]));REORDER_RUNTIME(M._);M._.w()
M._.r.push(_ =&gt; (_.d = [1,
{}]));
REORDER_RUNTIME(M._);
M._.w()
</script>
</body>
</html>

Some files were not shown because too many files have changed in this diff Show More