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

#### lib: only build the ESM facade for builtins when they are needed We previously build the ESM facade (synthetic modules re-exporting builtin's exports) for builtins even when they are...

lib / src
needs-ci

### Version v20.11.0 ### Platform Linux Lenovo-X13 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ### Subsystem module ### What steps will reproduce the bug?...

esm
loaders

### Subsystem events ### Additional information Is it normal that `NodeEventTarget` is documented but not exported, nor global?

eventtarget

Update of the technical priorities from the last next-10 meeting during the Collaborator Summit (October 2022 in Dublin)

doc

### Affected URL(s) https://nodejs.org/api/fs.html ### Description of the problem Using Node.js `FileHandles` you can open a file, get a fs.Stats object from the handle and then close the file. ```...

doc

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

c++
needs-ci

### What is the problem this feature will solve? In jsdom, we have 4187 tests. Sometimes I would like to run only a few of them, so I experimented with...

feature request
test_runner

Fixes: https://github.com/nodejs/node/issues/51548 this PR is still missing tests & documentation

semver-minor
lib / src
notable-change
needs-ci
test_runner

### What is the problem this feature will solve? At the moment, transitioning to `node:test` from `mocha` isn't always possible because of perf regressions in the execution of the test...

feature request
test_runner