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

Apart from the method, there are many fields that will be inherited, and I found myself unable to solve it, so I will turn it into an issue. _Originally posted...

improve readability of example code output

doc

This topic already been discussed before in the following issues/PRs: - https://github.com/nodejs/node/issues/39877 - https://github.com/nodejs/node/pull/41338 While this was considered a resolved topic as we can get the information from `process.report.getReport`, I...

### What is the problem this feature will solve? This is in the context of implementing [dawn.node](https://dawn.googlesource.com/dawn/+/refs/heads/main/src/dawn/node/) which is a Node module exposing the [WebGPU API](https://gpuweb.github.io/gpuweb/) by translating JS calls...

feature request
node-api

Fix an oversight in the pull request that introduced the 'overlapped' option to the asynchronous child process methods, and also add it to the synchronous methods, like child_process.spawnSync(). Fixes: https://github.com/nodejs/node/issues/48476...

child_process
c++

Fixes https://github.com/nodejs/node/issues/48343 Fixes https://github.com/nodejs/node/issues/48117 ## Backports - https://github.com/nodejs/node/pull/46884 - https://github.com/nodejs/node/pull/47001 - https://github.com/nodejs/node/pull/47035 - https://github.com/nodejs/node/pull/46904 - https://github.com/nodejs/node/pull/47339 - https://github.com/nodejs/node/pull/47598 - https://github.com/nodejs/node/pull/47678 - https://github.com/nodejs/node/pull/47737 - https://github.com/nodejs/node/pull/47886 - https://github.com/nodejs/node/pull/47893 - https://github.com/nodejs/node/pull/47922 - https://github.com/nodejs/node/pull/47547

c++
whatwg-url
needs-ci
v18.x

Backports https://github.com/nodejs/node/pull/46401

openssl
needs-ci
dependencies
v18.x

Fixes https://github.com/nodejs/node/issues/47649 When you combine `--experimental-specifier-resolution=node` and `--preserve-symlinks` imports that were valid in node 14 fail. While I recognise that this behaviour is experimental, and indeed removed in node 19,...

esm
needs-ci
v18.x