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

### Version v18.9.0 ### Platform Microsoft Windows NT 10.0.19044.0 x64 ### Subsystem Also tested in a Linux devcontainer (Linux docker-desktop 5.10.16.3-microsoft-standard-WSL2) ### What steps will reproduce the bug? ```ts //...

loaders

BaseObjects are wrappers around JS objects. These objects should be created in a node::Realm and destroyed when their associated realm is cleaning up. BaseObjects created in a realm should also...

c++
lib / src
needs-ci

PR-URL: https://github.com/nodejs/node/pull/44056 Refs: https://github.com/nodejs/node/issues/42528 Reviewed-By: Ben Noordhuis Reviewed-By: Matteo Collina Reviewed-By: Joyee Cheung Reviewed-By: Feng Yu

c++
lib / src
needs-ci
v16.x

glob.glob on Linux returns files in the order returned by the filesystem driver, and the output from this function is stuffed by the Electron build process straight into the config.gypi...

build
python
needs-ci

- updated based on decision to use node: prefix in https://github.com/nodejs/TSC/pull/1206 - updated based on agreement in TSC meeting on adding /promises to existing modules as per minutes - https://github.com/nodejs/TSC/pull/1281...

doc
blocked
tsc-agenda
author ready
commit-queue-squash

`Module._stat` landed in https://github.com/nodejs/node/pull/44537 without a test, so this change adds one. Signed-off-by: Darshan Sen

test
needs-ci

Changes the promises to async/await in test/parallel/test-debugger-invalid-json.

test
code-and-learn
author ready
needs-ci

Changes: 1. Updated the test-debugger-help.*js* to test-debugger-help.*mjs* 2. Updated the test-debugger-help to use async/await instead of a promise.

test
code-and-learn
author ready
needs-ci

Adds an option to support writing call stack of sync api to file. The format is as follows. ``` a -> b -> c d -> e -> f ```...

c++
needs-ci
review wanted