node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
### Version v24.1.0 ### Platform ```text Darwin macbook-air.taile5a6b.ts.net 24.4.0 Darwin Kernel Version 24.4.0: Fri Apr 11 18:34:14 PDT 2025; root:xnu-11417.101.15~117/RELEASE_ARM64_T8122 arm64 ``` ### Subsystem test ### What steps will reproduce...
Fixes: https://github.com/nodejs/node/issues/40544
### Version 22.12 ### Platform ```text linux amd64, linux arm64. ``` ### Subsystem libuv ### What steps will reproduce the bug? We identified a recent problem with certain versions of...
fix type in getTypeScriptParsingMode's jsdoc: `@type {string}` should be `@type {() => TypeScriptMode}` @marco-ippolito
did not previously match spec https://dom.spec.whatwg.org/#dom-abortsignal-abort https://webidl.spec.whatwg.org/#aborterror
The offset in the allocated memory was calculated in alloc and free, this makes it a single constant so it only needs to be defined once. As requested by @Flarna...
This PR should address #60986! At the moment, this solution doesn't take into account `NODE_OPTIONS` nor the config file. In order to support both of them, at least for V8...
Using globstar in glob pattern prevents dot (hidden) files from being matched Fixes: https://github.com/nodejs/node/issues/56321
This particular exception is responsible for a lot of overhead when debugging with large esm codebases with VS Code and break on caught exceptions is enabled. VS Code silently suppresses...
## 2025-12-10, Version 24.12.0 'Krypton' (LTS), @targos ### Notable Changes * \[[`1a00b5f68a`](https://github.com/nodejs/node/commit/1a00b5f68a)] - **(SEMVER-MINOR)** **http**: add optimizeEmptyRequests server option (Rafael Gonzaga) [#59778](https://github.com/nodejs/node/pull/59778) * \[[`ff5754077d`](https://github.com/nodejs/node/commit/ff5754077d)] - **(SEMVER-MINOR)** **lib**: add options to...