Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 817 Bytes

File metadata and controls

17 lines (9 loc) · 817 Bytes

node-tsx CHANGELOG

This is the changelog for node-tsx. It follows semantic versioning.

v0.1.1

Patch Changes

  • Fix loadModule() in built packages so it registers the emitted JavaScript hooks file instead of a missing TypeScript source file (see #11441).

v0.1.0

Minor Changes

  • Initial release of @remix-run/node-tsx, a Node.js loader for running .ts, .tsx, and .jsx files 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.json and supports scoped module loading through @remix-run/node-tsx/load-module.