Skip to content

Pull requests: nodejs/node

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

Pull requests list

src: make --env-file return warning when not found c++ Issues and PRs that require attention from people who are familiar with C++. dotenv Issues and PRs related to .env file parsing needs-ci PRs that need a full CI run.
#53177 opened May 27, 2024 by anonrig Loading…
http: replace destroySoon with socket.end http Issues or PRs related to the http subsystem. semver-major PRs that contain breaking changes and should be released in the next major version.
#36205 opened Nov 20, 2020 by mmomtchev Loading…
2 tasks done
module: add __esModule to require()'d ESM esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#52166 opened Mar 20, 2024 by joyeecheung Loading…
Add RunKit embeds to Node documentation [WIP] doc Issues and PRs related to the documentations. stalled Issues and PRs that are stalled. tools Issues and PRs related to the tools directory. wip Issues and PRs that are still a work in progress.
#22831 opened Sep 13, 2018 by tolmasky Draft
4 tasks done
build: enable yarn and pnpm Corepack binaries by default build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. python PRs and issues that require attention from people who are familiar with Python. semver-major PRs that contain breaking changes and should be released in the next major version.
#51886 opened Feb 26, 2024 by aduh95 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…
stream: Expose DuplexPair API stream Issues and PRs related to the stream subsystem.
#34111 opened Jun 29, 2020 by awwright 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…
esm: treat modules with no extension as .js esm Issues and PRs related to the ECMAScript Modules implementation.
#34177 opened Jul 2, 2020 by srolel Loading…
3 of 4 tasks
build: use biome as formatter tools Issues and PRs related to the tools directory.
#50672 opened Nov 11, 2023 by anonrig Loading…
3 tasks done
lib: rewrite AsyncLocalStorage without async_hooks async_hooks Issues and PRs related to the async hooks subsystem. 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. performance Issues and PRs related to the performance of Node.js. wip Issues and PRs that are still a work in progress.
#48528 opened Jun 22, 2023 by Qard 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
repl: limit line processing to one at a time repl Issues and PRs related to the REPL subsystem. semver-major PRs that contain breaking changes and should be released in the next major version.
#39392 opened Jul 14, 2021 by ejose19 Loading…
src: add process.cveRevert 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. security Issues and PRs related to security.
#52090 opened Mar 15, 2024 by mhdawson Draft
events,bootstrap: make globalThis extend EventTarget events Issues and PRs related to the events subsystem / EventEmitter. 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. tools Issues and PRs related to the tools directory.
#45993 opened Dec 28, 2022 by KhafraDev Loading…
events: speed up emit by create faster null prototype object events Issues and PRs related to the events subsystem / EventEmitter. 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.
#39939 opened Aug 30, 2021 by wwwzbwcom Loading…
lib: fix inspector links for stack traces notable-change PRs with changes that should be highlighted in changelogs. semver-major PRs that contain breaking changes and should be released in the next major version.
#35725 opened Oct 20, 2020 by Dragiyski Loading…
3 tasks done
lib: the REPL should survive deletion of Array.prototype methods domain Issues and PRs related to the domain subsystem. lib / src Issues and PRs related to general changes in the lib or src directory. repl Issues and PRs related to the REPL subsystem.
#31457 opened Jan 22, 2020 by ljharb Loading…
2 of 4 tasks
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. 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…
stream: unref needs-ci PRs that need a full CI run. wip Issues and PRs that are still a work in progress.
#48007 opened May 14, 2023 by rluvaton Loading…
Look for node_ceiling esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#43828 opened Jul 13, 2022 by arhart Loading…
deps: vendor semver build Issues and PRs related to build files or the CI. dependencies Pull requests that update a dependency file. dont-land-on-v18.x PRs that should not land on the v18.x-staging branch and should not be released in v18.x. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run.
#45127 opened Oct 22, 2022 by flakey5 Loading…
Introduce a way to interrupt diagnostics_channel flow diagnostics_channel Issues and PRs related to diagnostics channel needs-ci PRs that need a full CI run. stalled Issues and PRs that are stalled.
#38917 opened Jun 3, 2021 by simon-id Loading…
crypto: add extensions property to X509Certificate c++ Issues and PRs that require attention from people who are familiar with C++. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run.
#48780 opened Jul 15, 2023 by mertcanaltin Loading…
http: Add noDelay to http.request() options. http Issues or PRs related to the http subsystem. semver-minor PRs that contain new features and should be released in the next minor version.
#31539 opened Jan 27, 2020 by rustyconover Loading…
3 tasks done
ProTip! What’s not been updated in a month: updated:<2024-05-22.