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

If one explicitly deletes the array prototype in the repl instance then the method to check for `pop` seen in the context starts giving error. Reason being primordials is not...

util
needs-benchmark-ci

Keep the same output format with `find_python.cmd` ![image](https://user-images.githubusercontent.com/14026360/103354647-0f540f00-4ae7-11eb-90e7-71536b8706d3.png) ##### Checklist - [x] `make -j4 test` (UNIX), or `vcbuild test` (Windows) passes - [x] commit message follows [commit guidelines](https://github.com/nodejs/node/blob/master/doc/guides/contributing/pull-requests.md#commit-message-guidelines)

windows
install
tools
review wanted

This is a POC for compiled WebAssembly module cache proposal (#36671). ##### Checklist - [ ] `make -j4 test` (UNIX), or `vcbuild test` (Windows) passes - [ ] tests and/or...

c++
semver-major
lib / src
wasm

This is a WIP. It might take a while. This PR should enable `emitClose` in `net.Socket`, ideally without changing any tests. Fixes: #36636 ##### Checklist - [ ] `make -j4...

wip
net

This PR tries to support negative options like the format `--no-foo` for `parseArgs` by adding a flag `allowNegative` in the `config` of `parseArgs`. It works for general CLI flag and...

util
needs-ci

When I written module path with a typo: ```js import {readdir} from 'fs/promisesxxx'; ``` The error message tell me cannot find package 'fs'. ```sh $ node test.js node:internal/modules/esm/resolve:853 throw new...

esm
needs-ci

refs: https://github.com/nodejs/node/issues/53103#issuecomment-2125716659 see tests verifying this behavior: https://github.com/nodejs/node/blob/c7a63b074017b57e5c8a3341151696039ae49499/test/parallel/test-runner-v8-deserializer.mjs#L50

needs-ci
test_runner

### Version 22.2.0 ### Platform Linux Nitro 6.5.0-35-generic #35~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 7 09:00:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux ### Subsystem _No response_ ### What steps will reproduce...

test_runner
watch-mode

Fixes: #53113 Open the PR to first verify the idea and picking up how to do things properly. If the fix is on the right track, I will add tests...

needs-ci
test_runner

## 2024-05-28, Version 20.14.0 'Iron' (LTS), @marco-ippolito ### Notable Changes * \[[`28d2baa17c`](https://github.com/nodejs/node/commit/28d2baa17c)] - **src,permission**: throw async errors on async APIs (Rafael Gonzaga) [#52730](https://github.com/nodejs/node/pull/52730) * \[[`77e2bf029a`](https://github.com/nodejs/node/commit/77e2bf029a)] - **(SEMVER-MINOR)** **test\_runner**: support forced...

release
v20.x