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

As titled

benchmark
commit-queue
permission

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...

test
async_hooks
needs-ci

This is an automated patch update of V8 to 12.9.202.24.

v8 engine
author ready
needs-ci
dependencies
dont-land-on-v18.x
dont-land-on-v20.x
dont-land-on-v22.x

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.

c++
i18n-api
needs-ci

This is an automated update of gyp-next to 0.18.2.

build
tools
needs-ci
gyp

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...

c++
lib / src
needs-ci
commit-queue
dont-land-on-v18.x
dont-land-on-v20.x

Updating the web platform tests for the encoding.

test
needs-ci
commit-queue

`filehandle.createReadStream({ signal })` is supported but it was not documented nor tested.

doc
fs
test
author ready
needs-ci