Hello World\`);
+const Foo = _tmpl$();
+var basic_default = Foo;
+
+//#endregion
+export { basic_default as default };"
+`;
+
+exports[`rolldown > test/fixtures/basic.tsx > dev = true 1`] = `
+"// basic.js
+import { template } from "solid-js/web";
+
+//#region test/fixtures/basic.tsx
+var _tmpl$ = /* @__PURE__ */ template(\`
Hello World\`);
+const Foo = _tmpl$();
+var basic_default = Foo;
+
+//#endregion
+export { basic_default as default };"
+`;
+
+exports[`rolldown > test/fixtures/syntax.tsx > dev = false 1`] = `
+"// syntax.js
+import { createComponent, delegateEvents, template } from "solid-js/web";
+import { Suspense, createEffect, createSignal, onCleanup, onMount } from "solid-js";
+
+//#region test/fixtures/syntax.tsx
+var _tmpl$ = /* @__PURE__ */ template(\`