node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

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

Similar to the `writeContinue` and `writeProcessing` functions, we could introduce a `writeEarlyHints` function where we could write the early hints response in a slightly friendlier way ```js response._writeRaw('HTTP/1.1 103 Early...

http
semver-minor
needs-ci

**Is your feature request related to a problem? Please describe.** Not particularly. It's related to a problem in that it is proposing the addition or inclusion of a tool that...

feature request

### What is the problem this feature will solve? ARM64v8.3 supports [Pointer Authentication](https://www.qualcomm.com/media/documents/files/whitepaper-pointer-authentication-on-armv8-3.pdf) with the PACIASP and AUTIASP instructions which are interpreted as NOP instructions on pre-8.3 architectures. These instructions...

build
needs-ci

Small clean up for the `process.config`. This part of the code already went through one major release cycle so it should be okay to remove. There were two suggested approaches...

semver-major
process
author ready
needs-ci

### What is the problem this feature will solve? dump test coverage to a file in any possible format e.g text-lcov, json or any other known format https://node-tap.org/docs/coverage/ https://github.com/istanbuljs/istanbuljs/tree/master/packages/istanbul-lib-coverage https://github.com/istanbuljs/nyc...

feature request
test_runner

Reference: https://github.com/nodejs/node/pull/43133#issuecomment-1208494843

assert
needs-ci
commit-queue-squash

this is a proposal to add to `node:assert` a new class assisting with snapshot assertion (e.g compare a values with a snapshot saved to a file (/any other WritableStream)) as...

assert
needs-ci
commit-queue-squash

`main`-based alternative to: https://github.com/nodejs/node/pull/44129 Skip the test if filesystem doesn't provide correct `atime` or `mtime` value from `fs.stat()`.

test
fast-track
needs-ci

### Version v14.20.0, v16.16.0, v18.7.0 ### Platform Darwin MacBook-Pro-5.localdomain 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:37 PDT 2022; root:xnu-8020.121.3~4/RELEASE_ARM64_T6000 arm64 ### Subsystem _No response_ ### What steps will...

loaders

Instead of iterating over the bindings, iterate over the base objects that are snapshottable. This allows us to snapshot base objects that are not bindings. In addition this refactors the...

c++
lib / src
needs-ci