node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
### Version v22.3.0 ### Platform ```text Darwin mac-studio.local 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000 arm64 ``` ### Subsystem _No response_ ### What steps will...
- Resolves #53634. The tests in `test-runner-module-mocking.js` fail when module detection is enabled; you can see by running the following on current `main`: ```shell ./node --experimental-test-module-mocks --experimental-require-module --experimental-detect-module \ ./test/parallel/test-runner-module-mocking.js...
This is partly based on https://github.com/nodejs/node/pull/53086 - opening a PR here to test if the CI is happy with it. Still looking into how to make the Isolate disposal happy....
Gyp generated build files should be able to be built in either Release/Debug mode. - make: single entry build file, two configurations by cli: `make -C out BUILDTYPE=Release` and `make...
@pimterry Docs update as discussed https://github.com/nodejs/node/pull/49236.
Just a minor chore, Richard's set.difference PR reminded me our V8 is new enough to support toSorted and we can avoid `.slice().sort(...)`.
This is an automated update of minimatch to 9.0.5.
This is an automated update of zlib to 1.3.0.1-motley-8b7eff8.
### Version v20.15.0 ### Platform ```text Darwin Aris-MacBook-Air.local 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:19:05 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T8112 arm64 ``` ### Subsystem _No response_ ### What steps will...