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

module: do not set CJS variables for Worker eval c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. process Issues and PRs related to the process subsystem. vm Issues and PRs related to the vm subsystem.
#53050 opened May 18, 2024 by aduh95 Loading…
test_runner: fix t.assert methods needs-ci PRs that need a full CI run. test_runner
#53049 opened May 18, 2024 by cjihrig Loading…
tools: update error message for Type Error doc Issues and PRs related to the documentations. tools Issues and PRs related to the tools directory.
#53047 opened May 18, 2024 by RedYetiDev Loading…
build: support lint-md-fix and lint-js-fix in vcbuild.bat build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. windows Issues and PRs related to the Windows platform.
#53046 opened May 18, 2024 by RedYetiDev Loading…
build: use broader detection for 'help' build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. windows Issues and PRs related to the Windows platform.
#53045 opened May 18, 2024 by RedYetiDev Loading…
module: resolve format for all situations with auto module detection on c++ Issues and PRs that require attention from people who are familiar with C++. esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders needs-ci PRs that need a full CI run.
#53044 opened May 18, 2024 by dygabo Loading…
test,timers: add coverage to timer/promises scheduler yield, wait needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. timers Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
#53043 opened May 18, 2024 by jakecastelli Loading…
doc: clarify possible eventType values in fs.watch doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.
#53041 opened May 18, 2024 by benmccann Loading…
src: remove unused base64_table_url author ready PRs that have at least one approval, no pending requests for changes, and a CI started. buffer Issues and PRs related to the buffer subsystem. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#53040 opened May 17, 2024 by anonrig Loading…
src: attach CppHeap to an v8::Isolate with isolate params 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.
#53038 opened May 17, 2024 by legendecas Draft
deps: update undici to 6.17.0 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.
#53034 opened May 17, 2024 by nodejs-github-bot Loading…
cli: add NODE_RUN_SCRIPT_NAME env to node --run 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++. 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.
#53032 opened May 17, 2024 by anonrig Loading…
src: fix execArgv in worker c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. worker Issues and PRs related to Worker support.
#53029 opened May 16, 2024 by theanarkh Loading…
4 tasks done
v18.20.3 proposal build Issues and PRs related to build files or the CI. cares Issues and PRs related to the c-ares dependency or the cares_wrap binding. 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. v18.x Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
#53028 opened May 16, 2024 by richardlau Loading…
build: support lint-md-fix author ready PRs that have at least one approval, no pending requests for changes, and a CI started. build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run.
#53024 opened May 16, 2024 by RedYetiDev Loading…
tools: move webcrypto into no-restricted-properties needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory.
#53023 opened May 16, 2024 by ZihongQu Loading…
Revert "src: make sure pass the argv to worker threads" c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. revert PRs that revert previously landed PRs. worker Issues and PRs related to Worker support.
#53021 opened May 16, 2024 by nicolo-ribaudo Loading…
test: remove timers from test-tls-socket-close needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#53019 opened May 16, 2024 by lpinca Loading…
module: prevent format from being set to null internaly esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#53015 opened May 15, 2024 by RedYetiDev Loading…
doc: clarify options for single customization hooks thread doc Issues and PRs related to the documentations. loaders Issues and PRs related to ES module loaders module Issues and PRs related to the module subsystem. worker Issues and PRs related to Worker support.
#53006 opened May 15, 2024 by dygabo Loading…
doc: deprecate NaN or negative number as delay to setTimeout and setInterval author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. deprecations Issues and PRs related to deprecations. doc Issues and PRs related to the documentations. notable-change PRs with changes that should be highlighted in changelogs. timers Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
#53005 opened May 15, 2024 by jakecastelli Loading…
build: set "clang" in config.gypi in GN build tools Issues and PRs related to the tools directory.
#53004 opened May 15, 2024 by zcbenz Loading…
[WIP] Fix ClangCL ARM64 cross-compilation dependencies Pull requests that update a dependency file. i18n-api Issues and PRs related to the i18n implementation. icu Issues and PRs related to the ICU dependency. 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.
#53003 opened May 15, 2024 by StefanStojanovic Draft
cli: allow --test-[name/skip]-pattern in NODE_OPTIONS c++ Issues and PRs that require attention from people who are familiar with C++. cli Issues and PRs related to the Node.js command line interface. needs-ci PRs that need a full CI run. test_runner
#53001 opened May 15, 2024 by RedYetiDev Loading…
src: remove calls to recently deprecated V8 APIs 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-rebase Add this label to allow the Commit Queue to land a PR in several commits. 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. needs-ci PRs that need a full CI run. vm Issues and PRs related to the vm subsystem.
#52996 opened May 15, 2024 by targos Loading…
ProTip! Updated in the last three days: updated:>2024-05-15.