node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
Use a `forEach` loop for `assert.throws` statements, improving code readability.
Only keep the call count assertions under `common.isDebug`.
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...
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
This reverts commit dd8eeec3f036549f1d8ed3c8b648b80795a48099.
Notable changes: - [Intl.DurationFormat](https://chromestatus.com/feature/5193021205774336)
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...
Refs: https://github.com/nodejs/node/pull/54533
This is an automated update of nghttp2 to 1.63.0.
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...