v16.2.0-canary.23
📦 next-jsView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release renames an internal Turbopack binding path and adds detection for @typescript/native-preview as a compiler alternative, while reverting a previous zlib memory fix.
Migration Steps
- If referencing internal Turbopack bindings, update paths from 'crates/napi' to 'crates/next-napi-bindings'.
✨ New Features
- Detect @typescript/native-preview as an alternative TypeScript compiler.
🐛 Bug Fixes
- Reverted fix related to zlib memory usage in Node.