node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

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

**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...

c++
lib / src
node-api
embedding
needs-ci

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.

errors
needs-ci
coverage
source maps
commit-queue-rebase
test_runner

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...

wip
semver-major
lib / src
needs-ci

Replaces SplitString function with built-in implementation available for C++20

c++
lib / src
blocked
needs-ci
dont-land-on-v18.x
dont-land-on-v20.x

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...

assert
semver-minor
notable-change
needs-ci

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...

wip
test
needs-ci
test_runner
watch-mode

### 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...

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...

confirmed-bug
stream

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...

esm

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...

build
tools
needs-ci
commit-queue-squash