node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
### Version v22.13.1 ### Platform ```text Microsoft Windows NT 10.0.26100.0 x64 ``` ### Subsystem _No response_ ### What steps will reproduce the bug? Node is sometimes locking up completely. Unfortunately,...
### What is the problem this feature will solve? I was suggested a few times that a test namespace would be beneficial for the test runner. It could fix issues...
Enhance configuration files by adding necessary new lines and include a workspace settings file for better project management.
Support `outputLength` option in crypto.hash() for XOF hash functions to align with the behaviour of `crypto.createHash()` API Fixes: https://github.com/nodejs/node/issues/57312
**Is your feature request related to a problem? Please describe.** Our project [Rome](https://github.com/romefrontend/rome) has a test runner. We spawn `worker_threads` to execute tests. We attach a debugger to each of...
I am happy to nominate Giovanni Bucci (@puskin) as collaborator. He contributed multiple bigger features in assert (e.g., the initial partial deep strict equal implementation), to util (myers diff algorithm),...
### Affected URL(s) https://nodejs.org/docs/latest/api/http.html#agentcreateconnectionoptions-callback ### Description of the problem In http agents, the `createConnection` function is a direct passthrough to `net.connect`, which the function signature does not take, nor call...
### Affected URL(s) https://nodejs.org/docs/latest/api/http.html#httprequesturl-options-callback ### Description of the problem It appears that the implementation of `http.request` allows sending headers as an array of strings, similar to `response.writeHead`. However, this feature...
### Version 22.15.0 ### Platform ```text Darwin **** 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:23 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6020 arm64 ``` ### Subsystem _No response_ ### What steps will...
### What is the problem this feature will solve? Since `--experimental-typescript-support` landed there are more and more TypeScript file in the codebase (especially in the test folder). Currently those are...