node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
In https://github.com/nodejs/node/pull/55028, I've tried to come up with an `execNode` util, but I couldn't find an implementation that would work for all tests, so I ended up having similar-but-different implementations...
This is an automated patch update of V8 to 12.9.202.24.
We have been using Ada's ToASCII and ToUnicode implementations since Node 18. I think it's safe to assume we can remove this "unused" code.
This is an automated update of gyp-next to 0.18.2.
An attempt to modernize C++ code to use `[[likely]]` and `[[unlikely]]` available after C++20. Reference: https://en.cppreference.com/w/cpp/language/attributes/likely This pull-request also disables `readability/braces` rule from cpplint, since it doesn't support C++20. Main...
Updating the web platform tests for the encoding.
This is an automated update of lint-md-dependencies to @rollup/[email protected] @rollup/[email protected] [email protected] [email protected].
`filehandle.createReadStream({ signal })` is supported but it was not documented nor tested.