node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
### 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 //...
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...
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
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...
- 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...
`Module._stat` landed in https://github.com/nodejs/node/pull/44537 without a test, so this change adds one. Signed-off-by: Darshan Sen
Changes the promises to async/await in test/parallel/test-debugger-invalid-json.
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.
Adds an option to support writing call stack of sync api to file. The format is as follows. ``` a -> b -> c d -> e -> f ```...