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

Removes unnecessary error thrown when lstatSync is called without `throwIfNoEntry` option.

fs
author ready
needs-ci
request-ci

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

doc
module
author ready
commit-queue

This is an automated update of eslint to 9.6.0.

tools

> 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/

c++
lib / src
author ready
needs-ci
request-ci

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...

author ready
needs-ci
request-ci
test_runner

In case the test is run from a different cwd, it should still pass.

test
author ready
needs-ci

c++
author ready
needs-ci
request-ci
commit-queue-squash

Reduces unnecessary string copy on several URL operations cc @nodejs/url

c++
whatwg-url
author ready
needs-ci
request-ci

Adds missing `fs_dir` typings for intellisense

fs
author ready
commit-queue
typings

Moves `toNamespacedPath` calls to C++ just like the rest of `node:fs`

c++
fs
author ready
needs-ci
review wanted
request-ci