-
Notifications
You must be signed in to change notification settings - Fork 31.2k
Pull requests: nodejs/node
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
src: Fix bugs and refactor NativeSymbolDebuggingContext::GetLoadedLibraries
c++
Issues and PRs that require attention from people who are familiar with C++.
debugger
Issues and PRs related to the debugger subsystem.
needs-ci
PRs that need a full CI run.
#57738
opened Apr 3, 2025 by
Whitecx
Loading…
lib: fix default AbortController.abort() message
needs-ci
PRs that need a full CI run.
semver-major
PRs that contain breaking changes and should be released in the next major version.
#57735
opened Apr 2, 2025 by
nektro
Loading…
src: update std::vector<v8::Local<T>> to use v8::LocalVector<T>
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
#57733
opened Apr 2, 2025 by
Aditi-1400
Loading…
test: improve getCallSites
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
#57732
opened Apr 2, 2025 by
jakecastelli
Loading…
module: add module.detectSyntax
module
Issues and PRs related to the module subsystem.
needs-ci
PRs that need a full CI run.
semver-minor
PRs that contain new features and should be released in the next minor version.
strip-types
Issues or PRs related to strip-types support
#57731
opened Apr 2, 2025 by
marco-ippolito
•
Draft
doc: add back mention of visa fees to onboarding doc
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
commit-queue
Add this label to land a pull request using GitHub Actions.
commit-queue-squash
Add this label to instruct the Commit Queue to squash all the PR commits into the first one.
doc
Issues and PRs related to the documentations.
#57730
opened Apr 2, 2025 by
RaisinTen
Loading…
doc: remove link to PRs that have at least one approval, no pending requests for changes, and a CI started.
commit-queue
Add this label to land a pull request using GitHub Actions.
doc
Issues and PRs related to the documentations.
QUIC.md
author ready
#57729
opened Apr 2, 2025 by
aduh95
Loading…
fs: improve globSync performance
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
fs
Issues and PRs related to the fs subsystem / file system.
needs-ci
PRs that need a full CI run.
#57725
opened Apr 2, 2025 by
Trott
Loading…
tools: bump the eslint group in /tools/eslint with 4 updates
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
dependencies
Pull requests that update a dependency file.
javascript
Pull requests that update Javascript code
tools
Issues and PRs related to the tools directory.
#57721
opened Apr 1, 2025 by
dependabot
bot
Loading…
[DO NOT MERGE] Test
doc
Issues and PRs related to the documentations.
request-ci-failed
An error occurred while starting CI via request-ci label, and manual interventon is needed.
#57710
opened Apr 1, 2025 by
jstawinski
Loading…
src: improve error handling in process.env handling
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
worker
Issues and PRs related to Worker support.
#57707
opened Apr 1, 2025 by
jasnell
Loading…
src: improve StringBytes error handling
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
c++
Issues and PRs that require attention from people who are familiar with C++.
lib / src
Issues and PRs related to general changes in the lib or src directory.
needs-ci
PRs that need a full CI run.
#57706
opened Apr 1, 2025 by
jasnell
Loading…
tools: enable linter in PRs that have at least one approval, no pending requests for changes, and a CI started.
tools
Issues and PRs related to the tools directory.
test/fixtures/errors
author ready
#57701
opened Apr 1, 2025 by
aduh95
Loading…
tools: enable linter in PRs that need a full CI run.
tools
Issues and PRs related to the tools directory.
test/fixtures/source-map/output
needs-ci
#57700
opened Apr 1, 2025 by
aduh95
Loading…
test: add tests for REPL custom evals
needs-ci
PRs that need a full CI run.
repl
Issues and PRs related to the REPL subsystem.
request-ci-failed
An error occurred while starting CI via request-ci label, and manual interventon is needed.
#57691
opened Mar 30, 2025 by
dario-piotrowicz
Loading…
module: add module.customConditions
module
Issues and PRs related to the module subsystem.
needs-ci
PRs that need a full CI run.
semver-minor
PRs that contain new features and should be released in the next minor version.
#57688
opened Mar 30, 2025 by
sapphi-red
Loading…
http2: skip writeHead if stream is closed
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
http2
Issues or PRs related to the http2 subsystem.
needs-ci
PRs that need a full CI run.
#57686
opened Mar 30, 2025 by
islandryu
Loading…
deps: update googletest to 52204f7
dependencies
Pull requests that update a dependency file.
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
#57684
opened Mar 30, 2025 by
nodejs-github-bot
Loading…
tools: update gyp-next to 0.20.0
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
build
Issues and PRs related to build files or the CI.
gyp
Issues and PRs related to the GYP tool and .gyp build files
needs-ci
PRs that need a full CI run.
tools
Issues and PRs related to the tools directory.
#57683
opened Mar 30, 2025 by
nodejs-github-bot
Loading…
deps, config: update simdjson to 3.12.3
dependencies
Pull requests that update a dependency file.
needs-ci
PRs that need a full CI run.
#57682
opened Mar 30, 2025 by
nodejs-github-bot
Loading…
readline: add stricter validation for functions called after closed
needs-ci
PRs that need a full CI run.
needs-citgm
PRs that need a CITGM CI run.
readline
Issues and PRs related to the built-in readline module.
semver-major
PRs that contain breaking changes and should be released in the next major version.
#57680
opened Mar 29, 2025 by
dario-piotrowicz
Loading…
doc: fix pseudo code in modules.md
doc
Issues and PRs related to the documentations.
module
Issues and PRs related to the module subsystem.
#57677
opened Mar 29, 2025 by
chirsz-ever
Loading…
buffer: define global v8::CFunction objects as const
buffer
Issues and PRs related to the buffer subsystem.
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
#57676
opened Mar 29, 2025 by
mertcanaltin
Loading…
tools: use github cli to squash the pr
tools
Issues and PRs related to the tools directory.
#57675
opened Mar 29, 2025 by
bjohansebas
Loading…
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.