diff options
author | 2022-12-09 16:41:38 -0800 | |
---|---|---|
committer | 2022-12-09 16:41:38 -0800 | |
commit | 88538b7c2c68fe506d0a20a8f5b78e47c6c60299 (patch) | |
tree | e27cae0caf7a42ff82177d38911693fcd3720ce8 /test/bun.js/solid-dom-fixtures/namespaceElements/code.js | |
parent | 79138c4c7cb72a5f84c9a81720a73d283d78b1be (diff) | |
download | bun-88538b7c2c68fe506d0a20a8f5b78e47c6c60299.tar.gz bun-88538b7c2c68fe506d0a20a8f5b78e47c6c60299.tar.zst bun-88538b7c2c68fe506d0a20a8f5b78e47c6c60299.zip |
Deprecate very incomplete Solid.js JSX transform
We don't have time to do a good job of this and Bun.plugin makes it possible to use Solid with Bun
Diffstat (limited to 'test/bun.js/solid-dom-fixtures/namespaceElements/code.js')
-rw-r--r-- | test/bun.js/solid-dom-fixtures/namespaceElements/code.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/bun.js/solid-dom-fixtures/namespaceElements/code.js b/test/bun.js/solid-dom-fixtures/namespaceElements/code.js deleted file mode 100644 index 7ad410329..000000000 --- a/test/bun.js/solid-dom-fixtures/namespaceElements/code.js +++ /dev/null @@ -1,6 +0,0 @@ -const template = <module.A />; -const template2 = <module.a.B />; -const template3 = <module.A.B />; -const template4 = <module.a-b />; -const template5 = <module.a-b.c-d />; -const template6 = <namespace:tag />; |