mirror of
https://github.com/anomalyco/opentui.git
synced 2026-09-19 01:26:03 +08:00
10dd994f08
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.
3 lines
96 B
TypeScript
3 lines
96 B
TypeScript
export { Fragment, jsxDEV } from "./jsx-runtime.js"
|
|
export type { JSX } from "./jsx-runtime.js"
|