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
Node 24 is released April 22.
We need to update our CI to test for it, and check what features we can support.
Changelog: https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V23.md
threadCpuUsage
--experimental-strip-types support
require(esm)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Node 24 is released April 22.
We need to update our CI to test for it, and check what features we can support.
Changelog: https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V23.md
threadCpuUsage
process: add threadCpuUsage nodejs/node#56467--experimental-strip-types support
: https://nodejs.org/api/typescript.html#type-stripping / module: unflag --experimental-strip-types nodejs/node#56350require(esm)
by default for Node.js applicationsThe text was updated successfully, but these errors were encountered: