Files
Simon Klee 10dd994f08 solid: add JSX runtime and Node test lanes
Add jsx/jsxs/jsxDEV/Fragment runtime implementations, split the
build into Node and Bun entry points, and gate CI on Bun tests,
Node source tests, and a packed-consumer smoke test that verifies
the tarball installs and runs under Node.
2026-06-08 12:20:40 +02:00

3 lines
96 B
TypeScript

export { Fragment, jsxDEV } from "./jsx-runtime.js"
export type { JSX } from "./jsx-runtime.js"