node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
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
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...
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...
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
Backports https://github.com/nodejs/node/pull/46401
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,...