v4.0.0
Announcement
This marks the first release of supporting moduleResolution: NodeNext
in TypeScript and the similar in Node.js which bring native ES Modules outside of the web, notably changes includes:
- Strict specifier for all imports, e.g.
.js
; - Extensive export map for latest Node.js and TypeScript
v3
until you are ready to adopt moduleResolution: NodeNext
in TypeScript and the similar in Node.js.
What's Changed
Full Changelog: v3.0.10...v4.0.0