Skip to content

v9.0.0

Choose a tag to compare

@laat laat released this 13 Apr 15:10
· 30 commits to master since this release
f827d90

Breaking changes

  • Dropped Node.js 20 support — now requires Node.js >=22.6.0
  • Removed oxc-transform dependency — TypeScript type stripping is now handled natively by Node.js via --input-type=module-typescript / commonjs-typescript

New

  • Added node-strip-types example showing --main pointing at a .ts entry point with no external TypeScript tooling
  • Documented TypeScript source usage with --main in CLI and import renaming docs