From 88538b7c2c68fe506d0a20a8f5b78e47c6c60299 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Fri, 9 Dec 2022 16:41:38 -0800 Subject: 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 --- test/bun.js/solid-dom-fixtures/namespaceElements/code.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 test/bun.js/solid-dom-fixtures/namespaceElements/code.js (limited to 'test/bun.js/solid-dom-fixtures/namespaceElements/code.js') 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 = ; -const template2 = ; -const template3 = ; -const template4 = ; -const template5 = ; -const template6 = ; -- cgit v1.2.3