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/customElements/code.js | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 integration/bunjs-only-snippets/solid-dom-fixtures/customElements/code.js (limited to 'integration/bunjs-only-snippets/solid-dom-fixtures/customElements/code.js') diff --git a/integration/bunjs-only-snippets/solid-dom-fixtures/customElements/code.js b/integration/bunjs-only-snippets/solid-dom-fixtures/customElements/code.js new file mode 100644 index 000000000..f2e2bd02d --- /dev/null +++ b/integration/bunjs-only-snippets/solid-dom-fixtures/customElements/code.js @@ -0,0 +1,29 @@ +const template = ( + +); + +const template2 = ( + +); + +const template3 = ( + +
Title
+
+); + +const template4 = ( + <> + + +); -- cgit v1.2.3