node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
**Note**: this is an active work in progress and there are still a lot of code churning. You are welcome to comment on the code and share your thoughts, but...
This PR changes the code coverage test runner to throw `ERR_SOURCE_MAP_CANNOT_PARSE` when a sourcemap is not a valid JSON file, or does not exist.
Fixes: https://github.com/nodejs/node/issues/45824 Draft PR to check citgm. The REPL was leaning quite heavily on domains so REPL tests are expected to fail. I didn't want to spend time on that...
Replaces SplitString function with built-in implementation available for C++20
Fixes: https://github.com/nodejs/node/issues/50399 Took heavy inspiration from https://github.com/nodejs/node/pull/53415 , trying to push it to the finish line 🚀 On top of it, I took the liberty of: 1. refactor the code...
I'm opening this PR as a draft since I have not had the time to fix the issue yet. This test highlights what I believe to be an issue related...
### Version v20.17.0 ### Platform ```text MacOS Sonoma 14.5, 2,3 GHz Quad-Core Intel Core i7 ``` ### Subsystem _No response_ ### What steps will reproduce the bug? Define an http2...
### Version v22.9.0 ### Platform ```text Darwin MBPM.local 24.0.0 Darwin Kernel Version 24.0.0: Mon Aug 12 20:52:31 PDT 2024; root:xnu-11215.1.10~2/RELEASE_ARM64_T6030 arm64 ``` ### Subsystem stream ### What steps will reproduce...
Boolean value to check if a module is run as entry point of the current process. ES module authors need a way to determine if their code is run as...
Just thought I'd contribute some typo fixes that I stumbled on. Nothing controversial (hopefully). Use the following command to get a quick summary of the specific corrections made: ```shell git...