Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

wasm: support js string constant esm import esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#62198 opened Mar 11, 2026 by guybedford Loading...
doc: fix outdated debugger, worker_threads, and fs.stat docs doc Issues and PRs related to the documentations.
#62197 opened Mar 11, 2026 by kovan Loading...
3
1
doc: clarify readable._read() and pipe() error behavior doc Issues and PRs related to the documentations. stream Issues and PRs related to the stream subsystem.
#62196 opened Mar 11, 2026 by kovan Loading...
3
test: update WPT for hr-time to 6b16e87e48 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. test Issues and PRs related to the tests.
#62195 opened Mar 11, 2026 by Fitchers Loading...
doc: fix perf_hooks documentation gaps and inaccuracies doc Issues and PRs related to the documentations. perf_hooks Issues and PRs related to the implementation of the Performance Timing API.
#62194 opened Mar 11, 2026 by kovan Loading...
5
[v24.x backport] sea: add --build-sea and support ESM entry point lib / src Issues and PRs related to general changes in the lib or src directory. v24.x Issues that can be reproduced on v24.x or PRs targeting the v24.x-staging branch.
#62190 opened Mar 10, 2026 by himself65 Loading...
build: skip dockit on IBMi build Issues and PRs related to build files or the CI. ibm i Issues and PRs related to the IBM i platform. needs-ci PRs that need a full CI run.
#62189 opened Mar 10, 2026 by sravani1510 Loading...
repl: add customizable error handling needs-ci PRs that need a full CI run. repl Issues and PRs related to the REPL subsystem. semver-minor PRs that contain new features and should be released in the next minor version.
#62188 opened Mar 10, 2026 by addaleax Loading...
test: update WPT for WebCryptoAPI to e28c952dc7 blocked PRs that are blocked by other issues or PRs. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#62187 opened Mar 10, 2026 by nodejs-github-bot Loading...
crypto: add TurboSHAKE and KangarooTwelve Web Cryptography algorithms crypto Issues and PRs related to the crypto subsystem. experimental Issues and PRs related to experimental features. 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. webcrypto
#62183 opened Mar 10, 2026 by panva Loading...
doc: fix ES module code blocks rendering in modules.md doc Issues and PRs related to the documentations. module Issues and PRs related to the module subsystem.
#62181 opened Mar 10, 2026 by okuryu Loading...
util: allow color aliases in styleText author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. util Issues and PRs related to the built-in util module.
#62180 opened Mar 10, 2026 by Han5991 Loading...
lib: fix sequence argument handling in Blob constructor needs-ci PRs that need a full CI run.
#62179 opened Mar 10, 2026 by Ms2ger Loading...
crypto: default ML-KEM and ML-DSA pkcs8 export to seed-only format 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++. crypto Issues and PRs related to the crypto 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.
#62178 opened Mar 10, 2026 by panva Loading...
doc: remove extensionless CJS exception for type:module doc Issues and PRs related to the documentations. module Issues and PRs related to the module subsystem. semver-major PRs that contain breaking changes and should be released in the next major version.
#62176 opened Mar 10, 2026 by mcollina Loading...
typings: rationalise TypedArray types commit-queue Add this label to land a pull request using GitHub Actions. typings
#62174 opened Mar 10, 2026 by Renegade334 Loading...
stream: promote DEP0201 to runtime deprecation author ready PRs that have at least one approval, no pending requests for changes, and a CI started. deprecations Issues and PRs related to deprecations. 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. web streams
#62173 opened Mar 9, 2026 by Renegade334 Loading...
doc: clarify socket.setKeepAlive initialDelay arg doc Issues and PRs related to the documentations. net Issues and PRs related to the net subsystem.
#62171 opened Mar 9, 2026 by efekrskl Loading...
crypto: read algorithm name property only once in normalizeAlgorithm author ready PRs that have at least one approval, no pending requests for changes, and a CI started. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run. webcrypto
#62170 opened Mar 9, 2026 by panva Loading...
crypto: refactor WebCrypto AEAD algorithms auth tag handling 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++. crypto Issues and PRs related to the crypto subsystem. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. webcrypto
#62169 opened Mar 9, 2026 by panva Loading...
tools: keep GN files when updating Merve 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. tools Issues and PRs related to the tools directory.
#62167 opened Mar 9, 2026 by aduh95 Loading...
test_runner: add cleanup function support to before() hooks needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#62166 opened Mar 9, 2026 by mattskel Loading...
deps: update timezone to 2026a 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. dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.
#62164 opened Mar 9, 2026 by nodejs-github-bot Loading...
webstreams: allow shared array buffer sources in writable adapter needs-ci PRs that need a full CI run. web streams
#62163 opened Mar 9, 2026 by Renegade334 Loading...
inspector: return errors when CDP protocol event emission fails 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.
#62162 opened Mar 9, 2026 by islandryu Loading...
Previous 1 2 3 4 5 ... 30 31 Next
Previous Next
ProTip! Updated in the last three days: updated:>2026-03-08.