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
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
⚠️ If you find this version does not work for you, you can instead downgrade to v3 until you are ready to adopt moduleResolution: NodeNext in TypeScript and the similar in Node.js.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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:.js
;v3
until you are ready to adoptmoduleResolution: NodeNext
in TypeScript and the similar in Node.js.What's Changed
Full Changelog: v3.0.10...v4.0.0
This discussion was created from the release v4.0.0.
Beta Was this translation helpful? Give feedback.
All reactions