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

I'm opening this PR as a draft to discuss the implementation. The goal is to address issue #57728. This PR unifies the behaviour of `--require` and `--import` for the specific...

process
author ready
needs-ci
commit-queue-squash
test_runner

Avoid that one `AsyncLocalStore` instance changes the state of another `AsyncLocalStore` instance by restoring only the owned store instead the complete `AsyncContextFrame`.

needs-ci
commit-queue-squash
dont-land-on-v20.x
async_local_storage

I would like Node.js to support the following user experience ```bash $ node script.ts Typescript support is missing, install it with: npm i --location=global typescript-node-core $ npm i --location=global typescript-node-core...

discuss

We should add a `llm.txt` file to our docs set, so the Node.js docs is more fruible to llms. Here is an example of Anthropic's one: https://docs.anthropic.com/llms-full.txt. This is useful...

doc

These functions are both meant to be used with a null-terminated and thus non-empty sequence of `char`s. However, there is nothing stopping call sites from passing zero-length sequences, which would...

c++
needs-ci

### Test pummel/test-heapdump-zlib ### Platform Linux x64 ### Console output ```console .................................................. ................................................. === release test-heapdump-zlib === Path: pummel/test-heapdump-zlib Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v24.0.0-nightly2025-05-02e7f2933b9e/test/pummel/test-heapdump-zlib.js --- TIMEOUT --- === === 1...

flaky-test
linux

This would fail so far due to accessing a undefined property.

crypto
needs-ci

## Add SourceMap Benchmark This PR introduces a new benchmark suite for the `lib/internal/source_map` module to help evaluate and explore the performance characteristics of the `SourceMap`. I'm still learning how...

needs-ci

### Version 23.x ### Platform ```text Windows ``` ### Subsystem _No response_ ### What steps will reproduce the bug? Write the following file as `registryServer.mjs`: registryServer.mjs The original file is...

windows