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 --- .../attributeExpressions/code.js | 115 +++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 integration/bunjs-only-snippets/solid-dom-fixtures/attributeExpressions/code.js (limited to 'integration/bunjs-only-snippets/solid-dom-fixtures/attributeExpressions/code.js') diff --git a/integration/bunjs-only-snippets/solid-dom-fixtures/attributeExpressions/code.js b/integration/bunjs-only-snippets/solid-dom-fixtures/attributeExpressions/code.js new file mode 100644 index 000000000..b64949434 --- /dev/null +++ b/integration/bunjs-only-snippets/solid-dom-fixtures/attributeExpressions/code.js @@ -0,0 +1,115 @@ +const selected = true; +let id = "my-h1"; +let link; +const template = ( +
+

+ + Welcome + +

+
+); + +const template2 = ( +
+
+
+
"} /> +
+); + +const template3 = ( +
+); + +const template4 = ( +
+); + +const template5 =
; + +const template6 =
; + +const template7 = ( +
+); + +let refTarget; +const template8 =
; + +const template9 =
console.log(e)} />; + +const template10 =
; + +const template11 =
; + +const template12 =
; + +const template13 = ; + +const template14 = ; + +const template15 =
`$`
; + +const template16 = ( + +); + +const template17 = ( + +); + +const template18 = ( +
+); -- cgit v1.2.3