🚀 Enhancements
- Add explicit resource management (
using/await using) support (#422) - Support opt-in
tsconfigPaths(#427) - Support virtual modules (#428)
- Add
jiti/staticsubpath (#430)
🔥 Performance
- interopDefault: Add caching to reduce proxy overhead by ~2x (#421)
🩹 Fixes
- require: Passthrough resolve options (#412)
- require: Fallback to transpilation when
tryNativefails (#413) - Fallback for
ENAMETOOLONGwhen evaluating esm (#429)
📦 Build
✅ Tests
- Ignore jsx test for bun/cjs (3a744ca)