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 _No response_ ### Platform Linux 02e1190386f1 5.15.49-linuxkit #1 SMP Tue Sep 13 07:51:46 UTC 2022 x86_64 Linux Darwin C02YR4FKLVDQ 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21...

Reduce calling getters of URL due to the lazy loading of URL. Ref: https://github.com/nodejs/performance/issues/92

author ready
needs-ci

``` not ok 106 parallel/test-child-process-pipe-dataflow --- duration_ms: 221.12800 severity: fail exitcode: 1 stack: |- node:assert:125 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual -...

windows
flaky-test

Hello everyone, I'm opening this PR hoping it could be an enhancement for Windows contributors. To give this a little context, when I was working on #48184 , I noticed...

windows
build
tools
needs-ci

a followup for https://github.com/nodejs/node/pull/47499 this includes a lean implementation of https://github.com/isaacs/node-glob on top of minimatch (added at https://github.com/nodejs/node/pull/47499) TODO: - [x] make one or more commits that are not semver-major,...

semver-major
lib / src
notable-change
author ready
needs-ci
commit-queue-failed
commit-queue-rebase
test_runner

Include node.h first to define NAPI_VERSION that node binary is built with. The node.h should also be included first in embedder's use case since it is the primary header file....

test
node-api
needs-ci

The `NAPI_VERSION` defined in `node_version.h` has a different meaning than the one defined in the `js_native_api.h`. The one from `node_version.h` is identical to `napi_get_version()`, indicating the highest Node-API version supported...

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

The `writable._write()` implementation does not need to return anything, only call the callback.

fs
needs-ci

This is a follow-up to https://github.com/nodejs/node/pull/46826 We see 2 potential approaches here when we detect a user is trying to register a loader and the worker etc have not be...

lib / src
needs-ci

This is an automated update of acorn to 8.9.0.

lib / src
author ready
needs-ci
dependencies