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

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
chore(util): attempt of performance improve on MIMEType class needs-ci PRs that need a full CI run.
#46607 opened Feb 10, 2023 by metcoder95 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
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…
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…
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…
worker: implement Web Locks API semver-minor PRs that contain new features and should be released in the next minor version. worker Issues and PRs related to Worker support.
#36502 opened Dec 13, 2020 by addaleax Loading…
4 tasks done
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…
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…
src: quic dont-land-on-v18.x PRs that should not land on the v18.x-staging branch and should not be released in v18.x. experimental Issues and PRs related to experimental features. needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3. semver-minor PRs that contain new features and should be released in the next minor version.
#44325 opened Aug 21, 2022 by jasnell Draft
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…
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…
lib: modify NativeModule to use compileFunction blocked PRs that are blocked by other issues or PRs. vm Issues and PRs related to the vm subsystem.
#23837 opened Oct 23, 2018 by ryzokuken Loading…
4 tasks done
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
Adds zip support to the zlib module 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.
#45651 opened Nov 28, 2022 by arcanis Loading…
3 of 4 tasks
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…
module: warn of potential for deadlock with hooks worker doc Issues and PRs related to the documentations. esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem.
#51035 opened Dec 3, 2023 by JakobJingleheimer 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…
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
Error if message is bigger than Content-Length errors Issues and PRs related to JavaScript errors originated in Node.js core. http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run.
#39133 opened Jun 24, 2021 by betochf Loading…
test: migrated test/message to JS fixture tests dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. zlib Issues and PRs related to the zlib subsystem.
#47868 opened May 5, 2023 by projectnoa Loading…
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
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
ProTip! Filter pull requests by the default branch with base:main.