node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
### What is the problem this feature will solve? It is common practice to set up npm scripts for testing. E.g. ```json { "test": "node --test tests/*.js more-tests/*.js" } ```...
### Version v18.13.0 ### Platform Linux notebook 5.15.79.1-microsoft-standard-WSL2 #1 SMP Wed Nov 23 01:01:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ### Subsystem http ### What steps will reproduce the bug?...
I'm not sure what the purpose of these `add_argument_group()` calls are that pass in an existing argument group but they are deprecated and may be removed, see the [Python documentation...
- this adds a test and documentation for work done in https://github.com/nodejs/node/pull/51915 - the public helper method was added as a convenience from patterns that emerged with Fastify and Undici
Refs: https://github.com/nodejs/node/issues/52017 Add API to enable CVE reverts for use in environments where the command line option cannot be used.
There was an inconsistency in the implementation of `win32.toNamespacedPath()`. It appears that the forward slash `/` wasn't consistently being converted to a backslash `\`. This PR fixes this issue by...
Fixes #51902 This PR adds a `--assert-full-diff` option to have AssertionErrors print the full diff, rather than a truncated version.
Hi, I am the primary maintainer of nodejs on Gentoo linux. nodejs 22.1.0 bundles an old version of simdjson which causes it to not build with gcc-14.x. see [this bug](https://bugs.gentoo.org/931504)...
Fixes: https://github.com/nodejs/node/issues/51227 Currently, I'm throwing kBootstrapError, but I'm almost sure this is not the appropriate error. In this case, should I create a new error? Technically, this is a fix...
This PR updates the hljs.css styling to use the latest styles (from the VSCode theme builtin to Highlight.js) Dark:  Light: 