node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

Results 564 node issues
Sort by recently updated
recently updated
newest added

The first commit comes from [44192](https://github.com/nodejs/node/pull/44192). The support for net isn't complete, for example there is still work to be done to make the DNS code snapshotable. But it's already...

lib / src
needs-ci

errors: refactor to use ES2020 syntax

errors
needs-ci

The tag is now renamed as "node-api".

doc
node-api
fast-track

### What is the problem this feature will solve? As per https://nodejs.org/dist/latest-v18.x/docs/api/test.html#test-runner-execution-model, the test runner can be started as `node --test dirname/` to recursively run all test files (ending in...

feature request
loaders
test_runner

To distinguish per-context values from the `node::Environment`, split those values to a new `node::Realm` structure and consolidate bootstrapping methods with it. This allows creating multiple realms in a `node::Environment`. There...

c++
lib / src
needs-ci

This PR updates the WPT runner in an attempt to fix the following issues: - if a test file has a single expected failure new regressions are not caught -...

test
needs-ci
review wanted

## The issue Currently `Reference` finalizers are run inside of `SetImmediate`. In case if user code creates a lot of native objects in the main script, it could cause a...

c++
lib / src
node-api
needs-ci

Generalize the finalizer's second pass callback to make it cancellable and simplify the code around the second pass callback. With this change, it is determined that `Reference::Finalize`/`RefBase::Finalize` are called once,...

c++
lib / src
node-api
needs-ci

### The issue In the Node-API the `napi_value` only exists on the call stack. When the value needs to be persisted after the call stack unwinded, we can use the...

c++
node-api
needs-ci

### Version 18.7.0 ### Platform Microsoft Windows NT 10.0.19044.0 x64 ### Subsystem stream ### What steps will reproduce the bug? ```js import { createServer } from 'node:http'; import { Writable...

http