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

node-api: remove RefBase and CallbackWrapper c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. node-api Issues and PRs related to the Node-API.
#53590 opened Jun 25, 2024 by vmoroz Loading…
vm: perform lazy-loading at top level needs-ci PRs that need a full CI run. vm Issues and PRs related to the vm subsystem.
#53587 opened Jun 25, 2024 by RedYetiDev Loading…
build: add version-specific library path for AIX aix Issues and PRs related to the AIX platform. 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. needs-ci PRs that need a full CI run.
#53585 opened Jun 25, 2024 by richardlau Loading…
v22.4.0 release proposal build Issues and PRs related to build files or the CI. cares Issues and PRs related to the c-ares dependency or the cares_wrap binding. dependencies Pull requests that update a dependency file. doc Issues and PRs related to the documentations. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run. release Issues and PRs related to Node.js releases. tools Issues and PRs related to the tools directory. v22.x v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#53583 opened Jun 25, 2024 by targos Loading…
Revert "build: only generate specified build type files" build Issues and PRs related to build files or the CI. dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.x. fast-track PRs that do not need to wait for 48 hours to land. needs-ci PRs that need a full CI run.
#53580 opened Jun 25, 2024 by legendecas Loading…
src: fix implementation of PropertySetterCallback c++ Issues and PRs that require attention from people who are familiar with C++. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. dont-land-on-v18.x PRs that should not land on the v18.x-staging branch and should not be released in v18.x. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. needs-ci PRs that need a full CI run. vm Issues and PRs related to the vm subsystem.
#53576 opened Jun 25, 2024 by targos Loading…
fix: rejects readline question promise on abortion needs-ci PRs that need a full CI run. readline Issues and PRs related to the built-in readline module.
#53574 opened Jun 24, 2024 by DanielVenable Loading…
src: refactor embedded entrypoint loading lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#53573 opened Jun 24, 2024 by joyeecheung Loading…
repl: support syntax highlighting needs-ci PRs that need a full CI run. repl Issues and PRs related to the REPL subsystem.
#53571 opened Jun 24, 2024 by RedYetiDev Loading…
doc: document testSkipPatterns testing option doc Issues and PRs related to the documentations. test_runner
#53569 opened Jun 24, 2024 by RedYetiDev Loading…
doc: add documentation for ReadStream and WriteStream in tty doc Issues and PRs related to the documentations. tools Issues and PRs related to the tools directory.
#53567 opened Jun 24, 2024 by jakecastelli Loading…
doc: clarify that fs.exists() may return false for existing symlink 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. fs Issues and PRs related to the fs subsystem / file system.
#53566 opened Jun 24, 2024 by tniessen Loading…
meta: prevent constant references to issues in versioning commit-queue Add this label to land a pull request using GitHub Actions. meta Issues and PRs related to the general management of the project.
#53564 opened Jun 24, 2024 by RedYetiDev Loading…
src: zero-initialize data that are copied into the snapshot 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.
#53563 opened Jun 23, 2024 by joyeecheung Loading…
tools: update lint-md-dependencies to [email protected] author ready 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.
#53555 opened Jun 23, 2024 by nodejs-github-bot Loading…
test: support glob matching coverage files needs-ci PRs that need a full CI run. test_runner
#53553 opened Jun 22, 2024 by RedYetiDev Loading…
src: avoid allocation in the Size method for BASE64URL and BASE64 author ready PRs that have at least one approval, no pending requests for changes, and a CI started. 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.
#53550 opened Jun 22, 2024 by lemire Loading…
deps: swap minimatch with micromatch dependencies Pull requests that update a dependency file. fs Issues and PRs related to the fs subsystem / file system. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run. path Issues and PRs related to the path subsystem. tools Issues and PRs related to the tools directory.
#53547 opened Jun 22, 2024 by danielbayley Draft
tools: Fix class of GetEmbeddedSnapshotData in snapshot README doc Issues and PRs related to the documentations. snapshot Issues and PRs related to the startup snapshot tools Issues and PRs related to the tools directory.
#53544 opened Jun 22, 2024 by codediverdev Loading…
doc, typings: events.once accepts symbol event type doc Issues and PRs related to the documentations. events Issues and PRs related to the events subsystem / EventEmitter.
#53542 opened Jun 22, 2024 by Renegade334 Loading…
fs: improve cpSync performance c++ Issues and PRs that require attention from people who are familiar with C++. fs Issues and PRs related to the fs subsystem / file system. 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. typings
#53541 opened Jun 22, 2024 by anonrig Loading…
src: move FromNamespacedPath to path.cc c++ Issues and PRs that require attention from people who are familiar with C++. dont-land-on-v18.x PRs that should not land on the v18.x-staging branch and should not be released in v18.x. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#53540 opened Jun 21, 2024 by anonrig Loading…
fs: improve ExistsSync performance on Windows c++ Issues and PRs that require attention from people who are familiar with C++. fs Issues and PRs related to the fs subsystem / file system. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. windows Issues and PRs related to the Windows platform.
#53537 opened Jun 21, 2024 by anonrig Loading…
fs: calling mkdir in fs.cp function can ignore EEXIST error fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#53534 opened Jun 21, 2024 by ShenHongFei Loading…
ProTip! Add no:assignee to see everything that’s not assigned.