You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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