Skip to content

Pull requests: nodejs/node

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

doc: improve internal documentation on built-in snapshot c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#56505 opened Jan 7, 2025 by joyeecheung Loading…
test: mark test-http-server-request-timeouts-mixed as flaky needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#56503 opened Jan 7, 2025 by joyeecheung Loading…
src: fix undefined script name in error source c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#56502 opened Jan 7, 2025 by legendecas Loading…
module: fix jsdoc for format parameter in cjs/loader module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#56501 opened Jan 7, 2025 by pacexy Loading…
module: enable type checking loaders-agenda Issues and PRs to discuss during the meetings of the Loaders team module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#56500 opened Jan 7, 2025 by JakobJingleheimer Draft
esm: fix jsdoc type refs to ModuleJobBase in esm/loader esm Issues and PRs related to the ECMAScript Modules implementation. fast-track PRs that do not need to wait for 48 hours to land. needs-ci PRs that need a full CI run.
#56499 opened Jan 7, 2025 by JakobJingleheimer Loading…
process: add replace 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. process Issues and PRs related to the process subsystem.
#56496 opened Jan 7, 2025 by ShogunPanda Loading…
[v22.x backport] module: add findPackageJSON util lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. v22.x v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#56494 opened Jan 6, 2025 by JakobJingleheimer Loading…
doc: allow request for TSC reviews via the GitHub UI 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. doc Issues and PRs related to the documentations.
#56493 opened Jan 6, 2025 by aduh95 Loading…
module: clarify cjs global-like error on ModuleJobSync esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#56491 opened Jan 6, 2025 by Ceres6 Loading…
test_runner: add bail out lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#56490 opened Jan 6, 2025 by pmarchini Draft
fs: allow exclude option in globs to accept glob patterns 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. semver-minor PRs that contain new features and should be released in the next minor version.
#56489 opened Jan 6, 2025 by daeyeon Loading…
inspector: add undici http tracking support inspector Issues and PRs related to the V8 inspector protocol lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#56488 opened Jan 6, 2025 by legendecas Loading…
src: add args validation method c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. net Issues and PRs related to the net subsystem.
#56487 opened Jan 6, 2025 by ardinugrxha Loading…
doc: fix desc for NO_COLOR and NODE_DISABLE_COLORS env vars in cli.md cli Issues and PRs related to the Node.js command line interface. doc Issues and PRs related to the documentations.
#56486 opened Jan 5, 2025 by veganaize Loading…
src: fixup more ToLocalChecked uses in node_file 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++. commit-queue Add this label to land a pull request using GitHub Actions. fs Issues and PRs related to the fs subsystem / file system.
#56484 opened Jan 5, 2025 by jasnell Loading…
src: make some minor ToLocalChecked cleanups 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++. cares Issues and PRs related to the c-ares dependency or the cares_wrap binding. needs-ci PRs that need a full CI run.
#56483 opened Jan 5, 2025 by jasnell Loading…
src: minor cleanups on OneByteString usage 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.
#56482 opened Jan 5, 2025 by jasnell Loading…
tools: fix vcbuild test when path contain spaces build Issues and PRs related to build files or the CI. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. needs-ci PRs that need a full CI run. windows Issues and PRs related to the Windows platform.
#56481 opened Jan 5, 2025 by stduhpf Loading…
test_runner: run single test file benchmark benchmark Issues and PRs related to the benchmark subsystem. test_runner Issues and PRs related to the test runner subsystem.
#56479 opened Jan 5, 2025 by pmarchini Loading…
src,worker: add isInternalWorker 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. semver-minor PRs that contain new features and should be released in the next minor version.
#56469 opened Jan 4, 2025 by Ceres6 Loading…
tools: remove github reporter meta Issues and PRs related to the general management of the project. test Issues and PRs related to the tests. tools Issues and PRs related to the tools directory.
#56468 opened Jan 4, 2025 by Ceres6 Loading…
process: add threadCpuUsage 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. process Issues and PRs related to the process subsystem.
#56467 opened Jan 4, 2025 by ShogunPanda Draft
crypto: make generatePrime/checkPrime interruptible 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++. crypto Issues and PRs related to the crypto subsystem.
#56460 opened Jan 3, 2025 by jasnell Loading…
test_runner: add t.assert.fileSnapshot() 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. test_runner Issues and PRs related to the test runner subsystem.
#56459 opened Jan 3, 2025 by cjihrig Loading…
ProTip! Follow long discussions with comments:>50.