We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--module
#60589 #60534
import
nodenext
node16
require(ESM)
--module nodenext
--module node20
--module node18
--module node16
The text was updated successfully, but these errors were encountered:
No branches or pull requests
New
--module
Targets for Node.js#60589
#60534
import
s innodenext
.node16
as well, but we error saying that you can only use import attributes innodenext
.node16
as well - no checks for JSON modules.require(ESM)
support.--module nodenext
allowsrequire(ESM)
(for Node.js 23/24, possibly 22)--module node20
depending on if the above features get back-ported.--module node18
for import assertions and JSON import checks (whatnodenext
should be in TypeScript 5.7)--module node16
to be deprecated farther down.The text was updated successfully, but these errors were encountered: