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

Use a `forEach` loop for `assert.throws` statements, improving code readability.

test
needs-ci

Only keep the call count assertions under `common.isDebug`.

needs-ci

This PR adds more information to the Makefile by adding more help details to more targets: make help output ``` For more targets and info see the comments in the...

build
needs-ci
commit-queue-squash

Explicitly document that adding an API to the global scope requires `semver-major` label. Waiving the `semver-major` requires a regular TSC consensus process. Refs: https://github.com/nodejs/node/pull/54329

doc

This reverts commit dd8eeec3f036549f1d8ed3c8b648b80795a48099.

buffer
semver-major
needs-ci

Notable changes: - [Intl.DurationFormat](https://chromestatus.com/feature/5193021205774336)

semver-major
build
v8 engine
tools
needs-ci
dependencies

Like https://github.com/nodejs/node/issues/53633 which was for gcc 12 and fixed in commit f4a7ac5e1842c0f4629a0bebfda38f2502a2ee41 but with clang 15.0.7 on x86_64 linux I get the exact same build error: ``` ../deps/v8/src/base/small-vector.h:25:3: error: static...

confirmed-bug
build
v8 engine

Refs: https://github.com/nodejs/node/pull/54533

buffer
semver-major

This is an automated update of nghttp2 to 1.63.0.

http2
needs-ci
dependencies

Currently when a PFX file with an unsupported format is used, it will throw an error because it's not supported (typically because you need the OpenSSL legacy provider). That fails...

crypto
c++
needs-ci