node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
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...
Avoid that one `AsyncLocalStore` instance changes the state of another `AsyncLocalStore` instance by restoring only the owned store instead the complete `AsyncContextFrame`.
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...
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...
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...
### 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...
This would fail so far due to accessing a undefined property.
## 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...
### 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...