From 99d61877d6f411f33e0db578f04b333fb2110ddd Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 20 May 2022 00:45:51 -0700 Subject: [solid] more progress, no fragments, but still not right --- .../solid-dom-fixtures/insertChildren/code.js | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 integration/bunjs-only-snippets/solid-dom-fixtures/insertChildren/code.js (limited to 'integration/bunjs-only-snippets/solid-dom-fixtures/insertChildren/code.js') diff --git a/integration/bunjs-only-snippets/solid-dom-fixtures/insertChildren/code.js b/integration/bunjs-only-snippets/solid-dom-fixtures/insertChildren/code.js new file mode 100644 index 000000000..41d3d017e --- /dev/null +++ b/integration/bunjs-only-snippets/solid-dom-fixtures/insertChildren/code.js @@ -0,0 +1,36 @@ +const children =
; +const dynamic = { + children, +}; +const template = ; +const template2 = ; +const template3 = Hello; +const template4 = ( + + + +); +const template5 = ; +const template6 = ; +const template7 = ; +const template8 = Hello; +const template9 = {dynamic.children}; +const template10 = Hello; +const template11 = ; +const template12 = ; +const template13 = {...children}; +const template14 = {...children}; +const template15 = {...dynamic.children}; +const template16 = {...dynamic.children}; +const template18 = Hi {...children}; +const template19 = Hi {...children}; +const template20 = {children()}; +const template21 = {children()}; +const template22 = {state.children()}; +const template23 = {state.children()}; + +const tiles = []; +tiles.push(
Test 1
); +const template24 =
{tiles}
; + +const comma =
{(expression(), "static")}
; -- cgit v1.2.3