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
Assigned to nobody Loading
Sort

Pull requests list

build, doc: use new api doc tooling build Issues and PRs related to build files or the CI. doc Issues and PRs related to the documentations. needs-ci PRs that need a full CI run. request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. tools Issues and PRs related to the tools directory. windows Issues and PRs related to the Windows platform.
#57343 opened Mar 6, 2025 by flakey5 Loading…
lib: add node:metrics module diagnostics_channel Issues and PRs related to diagnostics channel lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#58874 opened Jun 28, 2025 by Qard Loading…
src: add WDAC integration (Windows) dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.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. notable-change PRs with changes that should be highlighted in changelogs. security-wg-agenda semver-minor PRs that contain new features and should be released in the next minor version. windows Issues and PRs related to the Windows platform.
#54364 opened Aug 14, 2024 by rdw-msft Loading…
module: add import map support esm Issues and PRs related to the ECMAScript Modules implementation. lib / src Issues and PRs related to general changes in the lib or src directory. loaders Issues and PRs related to ES module loaders module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#50590 opened Nov 7, 2023 by wesleytodd Draft
7 of 15 tasks
ESM Loaders: Primetime
Foreign Function Interface (FFI) implementation build Issues and PRs related to build files or the CI. dependencies Pull requests that update a dependency file. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run. never-stale Mark issue so that it is never considered stale semver-minor PRs that contain new features and should be released in the next minor version.
#46905 opened Mar 1, 2023 by bengl Loading…
Add support to print help/usage of util.parseArgs needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.
#58875 opened Jun 28, 2025 by miguelmarcondesf Loading…
5 tasks done
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. test_runner Issues and PRs related to the test runner subsystem.
#56490 opened Jan 6, 2025 by pmarchini Loading…
permission: add permission for udp 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. permission Issues and PRs related to the Permission Model
#53398 opened Jun 9, 2024 by theanarkh Loading…
4 tasks done
deps: remove corepack build Issues and PRs related to build files or the CI. 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.
#51981 opened Mar 6, 2024 by darcyclarke Loading…
stream: pipeline error callback needs-ci PRs that need a full CI run. stream Issues and PRs related to the stream subsystem. test Issues and PRs related to the tests.
#39533 opened Jul 26, 2021 by ktfth Loading…
lib: add support for readable byte streams to .toWeb() needs-ci PRs that need a full CI run. stream Issues and PRs related to the stream subsystem. web streams
#58664 opened Jun 10, 2025 by seriousme Loading…
module: allow module.register from workers 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.
#53200 opened May 29, 2024 by dygabo Draft
Extend Node-API to libnode embedding Issues and PRs related to embedding Node.js in another project. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. node-api Issues and PRs related to the Node-API.
#43542 opened Jun 22, 2022 by mmomtchev Loading…
src,lib,test: unflag --experimental-webstorage by default c++ Issues and PRs that require attention from people who are familiar with C++. config Issues or PRs related to the config subsystem 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.
#57666 opened Mar 28, 2025 by danielmbrasil Loading…
sqlite: add tagged template needs-ci PRs that need a full CI run. sqlite Issues and PRs related to the SQLite subsystem.
#58748 opened Jun 18, 2025 by 0hmX Loading…
fs: extends recursive readdir to allow a function to limit traversal fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. notable-change PRs with changes that should be highlighted in changelogs. semver-minor PRs that contain new features and should be released in the next minor version.
#49255 opened Aug 20, 2023 by prettydiff Loading…
node-api: use c-based api for libnode embedding c++ Issues and PRs that require attention from people who are familiar with C++. embedding Issues and PRs related to embedding Node.js in another project. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. node-api Issues and PRs related to the Node-API.
#54660 opened Aug 30, 2024 by vmoroz Draft
22 tasks
http: add http.createStaticServer http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run. notable-change PRs with changes that should be highlighted in changelogs. review wanted PRs that need reviews. semver-minor PRs that contain new features and should be released in the next minor version.
#45096 opened Oct 20, 2022 by aduh95 Loading…
util: add %c to ANSI transform for console.log() 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. needs-ci PRs that need a full CI run. notable-change PRs with changes that should be highlighted in changelogs. semver-minor PRs that contain new features and should be released in the next minor version. util Issues and PRs related to the built-in util module.
#49205 opened Aug 16, 2023 by jcbhmr Loading…
src: add an option to make compile cache path relative 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.
#58797 opened Jun 23, 2025 by Aditi-1400 Loading…
module: implement synchronous module evaluate hooks errors Issues and PRs related to JavaScript errors originated in Node.js core. esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders 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.
#57139 opened Feb 19, 2025 by joyeecheung Loading…
feature-request - add [lazy] option parents to fs.writeFile[Sync], fs.appendFile[Sync], fs.open[Sync] fs Issues and PRs related to the fs subsystem / file system.
#35775 opened Oct 23, 2020 by kaizhu256 Loading…
4 tasks done
esm: implement the getFileSystem hook lib / src Issues and PRs related to general changes in the lib or src directory. loaders Issues and PRs related to ES module loaders needs-ci PRs that need a full CI run. wip Issues and PRs that are still a work in progress.
#41076 opened Dec 3, 2021 by arcanis Draft
esm: add deregister method esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#49159 opened Aug 14, 2023 by izaakschroeder Loading…
http2, tls: check content-length, fix RST and GOAWAY logic baking-for-lts PRs that need to wait before landing in a LTS release. 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.
#53160 opened May 26, 2024 by szmarczak Loading…
ProTip! What’s not been updated in a month: updated:<2025-08-07.