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

doc: fix broken Android building link android Issues and PRs related to the android platform. build Issues and PRs related to build files or the CI. doc Issues and PRs related to the documentations. process Issues and PRs related to the process subsystem.
#54922 opened Sep 13, 2024 by nikwen Loading…
test: remove duplicate skip AIX needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#54917 opened Sep 13, 2024 by iwuliz Loading…
test: merge knownGlobals in common needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#54915 opened Sep 12, 2024 by RedYetiDev Loading…
src: parse dotenv with the rest of the options 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.
#54913 opened Sep 12, 2024 by RedYetiDev Loading…
src: move evp stuff to ncrypto crypto Issues and PRs related to the crypto subsystem. dependencies Pull requests that update a dependency file. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#54911 opened Sep 12, 2024 by jasnell Loading…
test: adjust tls test for OpenSSL32 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. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#54909 opened Sep 12, 2024 by mhdawson Loading…
build: describe the fix when using ndk to compile android node.js on x86_64 host android Issues and PRs related to the android platform. build Issues and PRs related to build files or the CI.
#54908 opened Sep 12, 2024 by haotaoyanzhuce Loading…
fs: translate error code properly in cpSync 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++. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#54906 opened Sep 12, 2024 by jazelly Loading…
benchmark: create benchmark for typescript benchmark Issues and PRs related to the benchmark subsystem. strip-types Issues or PRs related to strip-types support
#54904 opened Sep 12, 2024 by marco-ippolito Loading…
test: fix test test-tls-dhe for OpenSSL32 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.
#54903 opened Sep 12, 2024 by mhdawson Loading…
test: deflake test-dns dns Issues and PRs related to the dns subsystem. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#54902 opened Sep 12, 2024 by lpinca Loading…
test: fix test-http2-socket-close.js 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. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#54900 opened Sep 12, 2024 by huseyinacacak-janea Loading…
doc, build: fixup build docs build Issues and PRs related to build files or the CI. commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. doc Issues and PRs related to the documentations.
#54899 opened Sep 12, 2024 by RedYetiDev Loading…
doc: add documentation for process.features 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. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. doc Issues and PRs related to the documentations. process Issues and PRs related to the process subsystem.
#54897 opened Sep 12, 2024 by marco-ippolito Loading…
v8,tools: expose experimental wasm revectorize feature build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency.
#54896 opened Sep 12, 2024 by yolanda15 Loading…
[canary-base] Fix compile-time errors caused by ambiguous V8 Block types needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency.
#54895 opened Sep 12, 2024 by ShenHongFei Loading…
tools: remove redudant code from eslint require rule tools Issues and PRs related to the tools directory.
#54892 opened Sep 12, 2024 by RedYetiDev Loading…
esm: remove --no-import-harmony-assertions 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++. commit-queue Add this label to land a pull request using GitHub Actions. 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. dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.x. esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency.
#54890 opened Sep 11, 2024 by syg Loading…
events: set EventEmitterAsyncResource fields private 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.
#54889 opened Sep 11, 2024 by anonrig Loading…
test: add runner watch mode isolation tests needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#54888 opened Sep 11, 2024 by pmarchini Loading…
[v22.x] deps: V8: cherry-pick 217457d0a560 build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency. v22.x v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#54883 opened Sep 11, 2024 by targos Loading…
test_runner: detect only tests when --test is not used 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. semver-major PRs that contain breaking changes and should be released in the next major version. test_runner Issues and PRs related to the test runner subsystem.
#54881 opened Sep 10, 2024 by cjihrig Loading…
src: add async context frame to AsyncResource async_local_storage AsyncLocalStorage c++ Issues and PRs that require attention from people who are familiar with C++. 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.
#54879 opened Sep 10, 2024 by Flarna Loading…
test_runner: support typescript module mocking esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. strip-types Issues or PRs related to strip-types support test_runner Issues and PRs related to the test runner subsystem.
#54878 opened Sep 10, 2024 by marco-ippolito Loading…
node-api: add external buffer creation benchmark benchmark Issues and PRs related to the benchmark subsystem. buffer Issues and PRs related to the buffer subsystem. node-api Issues and PRs related to the Node-API.
#54877 opened Sep 10, 2024 by legendecas Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.