From 729d445b6885f69dd2c6355f38707bd42851c791 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Wed, 22 Jun 2022 23:21:48 -0700 Subject: change the directory structure --- .../solid-dom-fixtures/insertChildren/code.js | 36 ---------------------- 1 file changed, 36 deletions(-) delete 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 deleted file mode 100644 index 41d3d017e..000000000 --- a/integration/bunjs-only-snippets/solid-dom-fixtures/insertChildren/code.js +++ /dev/null @@ -1,36 +0,0 @@ -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