node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

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

This adds an API to dynamically enable built-in proxy support for all of fetch() and http.request()/https.request(), so that users do not have to be aware of them all and configure...

http
https
semver-minor
notable-change
needs-ci

### Summary Adds an error message for ERR_AMBIGUOUS_MODULE_SYNTAX, which is used when a file mixes CommonJS and ES Module syntax. ### Changes - Registered ERR_AMBIGUOUS_MODULE_SYNTAX in lib/internal/errors.js with a clear...

errors
needs-ci

### What is the problem this feature will solve? Sometimes we have internal-only methods/constants/classes unintentionally exposed to userland. After being exposed for a long enough time, they inevitably become used...

feature request
stale

### Version v24.11.1 ### Platform ```text Darwin MacBook-Pro 23.6.0 Darwin Kernel Version 23.6.0: Wed May 14 13:51:39 PDT 2025; root:xnu-10063.141.1.705.2~2/RELEASE_ARM64_T6020 arm64 ``` ### Subsystem test runner ### What steps will...

confirmed-bug
test_runner

Avoid checking up to 100 frames every time on functions like `require('node:url').parse`, when the user application never invokes them with `--disable-deprecation=DEP0169` is present (so `urlParseWarned` will never be true). Before...

c++
lib / src
author ready
needs-ci
commit-queue
lts-watch-v20.x
lts-watch-v22.x

### What is the problem this feature will solve? Following up on [nodejs/node#56322](https://github.com/nodejs/node/issues/56322) and [nodejs/node#56392](https://github.com/nodejs/node/pull/56392). JSX and its various flavors have undergone frequent configuration changes since their inception. While supporting...

feature request

This PR was generated by the [`find-inactive-collaborators.yml` workflow](https://github.com/nodejs/node/blob/main/.github/workflows/find-inactive-collaborators.yml). @nodejs/tsc Please follow up with the [offboarding tasks](https://github.com/nodejs/node/blob/main/doc/contributing/offboarding.md).

doc
meta
author ready

### Version All ### Platform ```text All ``` ### Subsystem console/util.inspect ### What steps will reproduce the bug? ```js const p = new Proxy({}, { ownKeys() { return ['a']; },...

util
feature request

Previously, createRequire() does not preserve the URL it gets passed in the mock parent module created, which can be observable if it's used together with module.registerHooks(). This patch adds preservation...

module
needs-ci
review wanted

Removes `Environment::GetCurrent(isolate)` calls cc @nodejs/cpp-reviewers

c++
semver-major
lib / src
needs-ci