-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Node 24 Support #16058
Copy link
Copy link
Closed
Labels
Description
Description
Node 24 was released May 6.
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
- process: add
threadCpuUsageprocess: add threadCpuUsage nodejs/node#56467 - URL pattern API support: https://developer.mozilla.org/en-US/docs/Web/API/URL_Pattern_API / src: implement whatwg's URLPattern spec nodejs/node#56452
- Threads created by the Node.js process are now named to improve the debugging experience. Worker threads will use the name option that can be passed to the Worker constructor. src,lib: use uv_thread_setname to a better multi-thread debugging nodejs/node#56416
--experimental-strip-types support: https://nodejs.org/api/typescript.html#type-stripping / module: unflag --experimental-strip-types nodejs/node#56350- Enabling
require(esm)by default for Node.js applications
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Fields
Give feedbackNo fields configured for issues without a type.