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

lib: make getCallSites sourceMap option truly optional needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.
#57388 by jasnell was closed Mar 14, 2025 Loading…
util: enforce shouldColorize in styleText array arg author ready PRs that have at least one approval, no pending requests for changes, and a CI started. needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.
#56722 by marco-ippolito was merged Jan 29, 2025 Loading…
src: use starts_with in fs_permission.cc 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++. 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. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. permission Issues and PRs related to the Permission Model
#55811 by IlyasShabi was merged Dec 25, 2024 Loading…
doc: remove unused imports from worker_threads.md doc Issues and PRs related to the documentations. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. fast-track PRs that do not need to wait for 48 hours to land. worker Issues and PRs related to Worker support.
#54147 by debbs061 was merged Jul 31, 2024 Loading…
typings: fix typo on quic onSessionDatagram author ready PRs that have at least one approval, no pending requests for changes, and a CI started. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. typings
#54064 by 1ilsang was merged Jul 29, 2024 Loading…
src: fix typo in node.h 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++. fast-track PRs that do not need to wait for 48 hours to land.
#53759 by daeyeon was merged Jul 8, 2024 Loading…
path: use the correct name in validateString author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-failed An error occurred while landing this pull request using GitHub Actions. needs-ci PRs that need a full CI run. path Issues and PRs related to the path subsystem.
#53669 by bpasero was merged Jul 30, 2024 Loading…
lib: fix naming convention of Symbol author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. events Issues and PRs related to the events subsystem / EventEmitter. http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run.
#53387 by deokjinkim was merged Jun 10, 2024 Loading…
doc: fix esm markdown file author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations. esm Issues and PRs related to the ECMAScript Modules implementation. fast-track PRs that do not need to wait for 48 hours to land.
#53170 by popmoore was merged May 27, 2024 Loading…
build: fix typo in node.gyp 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.
#52719 by targos was merged Apr 29, 2024 Loading…
buffer: add missing ARG_TYPE(ArrayBuffer) for isUtf8 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. needs-ci PRs that need a full CI run.
#52477 by pluris was merged Apr 13, 2024 Loading…
lib: Rename readme.md to README.md author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations.
#52471 by avivkeller was merged Apr 14, 2024 Loading…
streams: fix util inspect returning undefined for CompressionStream & DecompressionStream author ready PRs that have at least one approval, no pending requests for changes, and a CI started. 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. web streams
#52283 by mertcanaltin was merged May 12, 2024 Loading…
fs: update jsdoc for filehandle.createWriteStream and appendFile 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.
#51494 by pluris was merged Jan 20, 2024 Loading…
util: pass invalidSubtypeIndex instead of trimmedSubtype to error author ready PRs that have at least one approval, no pending requests for changes, and a CI started. needs-ci PRs that need a full CI run.
#51264 by gaurishhs was merged Dec 25, 2023 Loading…
test: fix inconsistency write size in test-fs-readfile-tostring-fail author ready PRs that have at least one approval, no pending requests for changes, and a CI started. 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. test Issues and PRs related to the tests.
#51141 by pluris was merged Dec 25, 2023 Loading…
fs: update param in jsdoc for createReadStream and createWriteStream 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.
#51063 by pluris was merged Dec 7, 2023 Loading…
lib: refactor to use validateNumber in buffer buffer Issues and PRs related to the buffer subsystem. needs-ci PRs that need a full CI run.
#50966 by pluris was closed Nov 30, 2023 Loading…
doc: fix typos in --allow-fs-* author ready PRs that have at least one approval, no pending requests for changes, and a CI started. cli Issues and PRs related to the Node.js command line interface. doc Issues and PRs related to the documentations. fast-track PRs that do not need to wait for 48 hours to land. permission Issues and PRs related to the Permission Model
#50845 by tniessen was merged Nov 22, 2023 Loading…
doc: fix fs.writeFileSync return value documentation author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.
#50760 by RyanZim was merged Nov 18, 2023 Loading…
doc: update print results(detail) in PerformanceEntry author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations. perf_hooks Issues and PRs related to the implementation of the Performance Timing API.
#50723 by pluris was merged Nov 17, 2023 Loading…
doc: update to align console.table row to the left author ready PRs that have at least one approval, no pending requests for changes, and a CI started. console Issues and PRs related to the console subsystem. doc Issues and PRs related to the documentations.
#50553 by pluris was merged Nov 6, 2023 Loading…
fs: update param in jsdoc for readdir 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.
#50448 by pluris was merged Oct 30, 2023 Loading…
lib: revokeObjectURL throws error on empty args author ready PRs that have at least one approval, no pending requests for changes, and a CI started. needs-ci PRs that need a full CI run. whatwg-url Issues and PRs related to the WHATWG URL implementation.
#50433 by DylanTet was merged Nov 30, 2023 Loading…
events: setting event cancelBubble calls stopPropagation author ready PRs that have at least one approval, no pending requests for changes, and a CI started. events Issues and PRs related to the events subsystem / EventEmitter. eventtarget Issues and PRs related to the EventTarget implementation. needs-ci PRs that need a full CI run.
#50405 by mertcanaltin was closed Feb 26, 2024 Loading…
ProTip! What’s not been updated in a month: updated:<2025-02-15.