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

### Version v17.0.1 ### Platform any ### Subsystem _No response_ ### What steps will reproduce the bug? ```js import { readFile } from 'fs/promises'; const ref = new DOMException('The operation...

errors

This PR is a follow-up to the [Ambient Loaders proposal](https://github.com/nodejs/loaders/blob/main/doc/design/proposal-ambient-loaders.md). Since in the last meetings we weren't too sure whether "ambient loaders" shouldn't just be the default loaders behaviour, I...

process
needs-ci

This is a draft pull request to improve the developer experience by fixing internal function's JSDoc declarations. I wanted to receive some feedback before investing time on this. Previously, all...

errors
needs-ci

Fixes https://github.com/nodejs/node/issues/44040 according to TAP specification available on http://testanything.org/tap-version-14-specification.html Example test: ```javascript const test = require('node:test'); const assert = require('node:assert'); test('top-level test 1', async (t) => { await t.test('level 1.1',...

needs-ci
test_runner

**Is your feature request related to a problem? Please describe.** We're currently using restify for some projects, and it relies on some deprecated functionality in Node (we don't use the...

feature request
deprecations

parallel/http-server-request-timeouts-mixed test was sometimes failing due to insufficient tolerance between the connection timeout checking interval, and the expected timeout specified in the test. The checking interval was 500ms, and the...

test
needs-ci

This issue is opened to track known bugs and limitations of the run-time user-land snapshot. Currently known limitations/bugs in Node.js builtins: - [ ] Support modules that generate system requests...

snapshot

`urlencoded-parser.any.js` is now passed thanks to https://github.com/nodejs/undici/pull/1563, which is released in [undici v5.8.1](https://github.com/nodejs/undici/releases/tag/v5.8.1)

test
author ready
needs-ci

### What is the problem this feature will solve? [ShadowRealm](https://github.com/tc39/proposal-shadowrealm) is a TC39 stage 3 proposal that introduces a new built-in to provide a distinct global environment, with its own...

discuss

Working on adding QUIC back. This is a bit of a rewrite of the original and is not yet complete (thus the draft status). There are several important bits here:...

c++
semver-minor
lib / src
needs-ci
quic