node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

Results 1539 node issues
Sort by recently updated
recently updated
newest added

### 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...

confirmed-bug
test_runner

Fixes: https://github.com/nodejs/node/issues/40544

stalled
esm
needs-ci

### 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

module
needs-ci

did not previously match spec https://dom.spec.whatwg.org/#dom-abortsignal-abort https://webidl.spec.whatwg.org/#aborterror

semver-major
needs-ci

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...

c++
zlib
needs-ci

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...

needs-ci
commit-queue
test_runner
lts-watch-v22.x
lts-watch-v24.x

Using globstar in glob pattern prevents dot (hidden) files from being matched Fixes: https://github.com/nodejs/node/issues/56321

fs
needs-ci

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...

esm
needs-ci

## 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...

release
v24.x