v2.3.0
Important
To enhance compatibility, jiti >=2.1
enabled interopdefault
using a new Proxy method. If you migrated to 2.0.0
earlier, this might have caused behavior changes. In case of any issues during the upgrade, please report so we can investigate to solve them. 🙏🏼
🚀 Enhancements
- Support
jiti.import(id, {default: true})
(#323)
🩹 Fixes
- interopDefault: Avoid
in
operator for primitive inputs (#321) - interopDefault: Simplify logic for default export checks (#322)