node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

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

### Version v23.3.0 ### Platform ```text Darwin Rochs-MBP-3710.localdomain 23.4.0 Darwin Kernel Version 23.4.0: Wed Feb 21 21:44:43 PST 2024; root:xnu-10063.101.15~2/RELEASE_ARM64_T6000 arm64 ``` ### Subsystem perf_hooks ### What steps will reproduce...

perf_hooks

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

child_process
needs-ci

Added test for #55913 that is expected to fail until issue is fixed. Please approve MacOS testing CI to verify test is failing as expected.

test
needs-ci

Implements https://github.com/whatwg/streams/pull/1326 Fixes #56044

needs-ci
web streams

No test was added since it was covered by existing WPT, and the spec change did not introduce WPT updates Fixes: https://github.com/nodejs/node/issues/56014 Refs: https://github.com/whatwg/streams/pull/1333

needs-ci
web streams
web-standards

### What is the problem this feature will solve? Following the implementation of #52706 in Node.js version 22.2, workers can no longer specify custom ESM loader hooks. In the Angular...

feature request
loaders
stale

We can leverage C++20 and use `std::views::keys()` which returns `std::ranges::elements_view` which avoids creating a vector for `GetBuiltinIds()`

c++
blocked
author ready
needs-ci
dont-land-on-v18.x
dont-land-on-v20.x
dont-land-on-v22.x

> Work in progress. The goal is to convert `std::vector` to `std::span`

c++
semver-major
lib / src
needs-ci

Added chunked reading support to readFileHandle to handle files larger than 2 GiB, resolving size limitations while preserving existing functionality. #55864

fs
errors
needs-ci
review wanted

PR-URL: https://github.com/nodejs/node/pull/55412 Reviewed-By: Matteo Collina Reviewed-By: Antoine du Hamel

lib / src
needs-ci
v22.x