node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
Removes unnecessary error thrown when lstatSync is called without `throwIfNoEntry` option.
When running these examples, `node` fails to return as this `MessagePort` keeps the event loop active in the main thread unless it is `unref()`ed. Fixes: https://github.com/nodejs/node/issues/52846
> Work in progress. I need to write some benchmarks before making this pull-request ready. Benchmark on all `fs` commands: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1575/
Fixes #53508 Fixes #51222 This Pull Request introduces two new command-line interface flags to Node.js: - **`--test-coverage-include`**: Allows users to specify glob patterns to include specific files in the coverage...
In case the test is run from a different cwd, it should still pass.
Reduces unnecessary string copy on several URL operations cc @nodejs/url
Adds missing `fs_dir` typings for intellisense
Moves `toNamespacedPath` calls to C++ just like the rest of `node:fs`