This is the changelog for node-tsx. It follows semantic versioning.
- Fix
loadModule()in built packages so it registers the emitted JavaScript hooks file instead of a missing TypeScript source file (see #11441).
-
Initial release of
@remix-run/node-tsx, a Node.js loader for running.ts,.tsx, and.jsxfiles with TypeScript and JSX syntax support.The loader transforms TypeScript syntax that requires JavaScript output, including enums, runtime namespaces, and parameter properties. It reads JSX compiler options from the nearest
tsconfig.jsonand supports scoped module loading through@remix-run/node-tsx/load-module.