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: support HTTP[S]_PROXY environment variables lib / src Issues and PRs related to general changes in the lib or src directory. 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.
#57165 opened Feb 21, 2025 by joyeecheung Draft
module: implement synchronous module evaluate hooks errors Issues and PRs related to JavaScript errors originated in Node.js core. esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#57139 opened Feb 19, 2025 by joyeecheung Loading…
test: test-buffer-write.js: test each write throw case individually needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#57132 opened Feb 18, 2025 by nektro Loading…
[v18.x backport] doc: fix link and history of SourceMap sections doc Issues and PRs related to the documentations. module Issues and PRs related to the module subsystem. v18.x Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
#57131 opened Feb 18, 2025 by aduh95 Loading…
[v22.x] backport module.registerHooks() lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. v22.x v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#57130 opened Feb 18, 2025 by joyeecheung Loading…
lib: unflag experimental Temporal blocked PRs that are blocked by other issues or PRs. 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.
#57128 opened Feb 18, 2025 by jasnell Draft
test: add quic datagrams test needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#57119 opened Feb 18, 2025 by achingbrain Draft
build: allow using alternate inspector_protocol path c++ Issues and PRs that require attention from people who are familiar with C++. embedding Issues and PRs related to embedding Node.js in another project. needs-ci PRs that need a full CI run.
#57116 opened Feb 18, 2025 by codebytere Loading…
[help wanted] deps: update V8 to 13.4 build Issues and PRs related to build files or the CI. dependencies Pull requests that update a dependency file. help wanted Issues that need assistance from volunteers or PRs that need help to proceed. meta Issues and PRs related to the general management of the project. 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. v8 engine Issues and PRs related to the V8 dependency.
#57114 opened Feb 18, 2025 by targos Loading…
7 tasks
timers: simplify the compareTimersLists function needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. timers Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
#57110 opened Feb 17, 2025 by gurgunday Loading…
url: improve performance of the format function needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. url Issues and PRs related to the legacy built-in url module.
#57099 opened Feb 16, 2025 by puskin94 Loading…
deps: update simdjson to 3.12.2 author ready PRs that have at least one approval, no pending requests for changes, and a CI started. dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.
#57084 opened Feb 16, 2025 by nodejs-github-bot Loading…
docs: module resolution pseudocode corrections doc Issues and PRs related to the documentations. esm Issues and PRs related to the ECMAScript Modules implementation.
#57080 opened Feb 15, 2025 by laverdet Loading…
timers: optimize timer functions with improved argument handling commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. timers Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
#57072 opened Feb 15, 2025 by gurgunday Loading…
crypto: check for nullptr before dereferencing identity_buf 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.
#57071 opened Feb 15, 2025 by gurgunday Loading…
Improve documentation for fs.statfs with detailed descriptions and examples doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.
#57062 opened Feb 15, 2025 by nileshsheth Loading…
os: (cpus) pre-allocate the size of the result array needs-ci PRs that need a full CI run. os Issues and PRs related to the os subsystem.
#57059 opened Feb 15, 2025 by gurgunday Loading…
path: add another early exit to dirname 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. path Issues and PRs related to the path subsystem.
#57058 opened Feb 15, 2025 by gurgunday Loading…
esm: unflag --experimental-wasm-modules c++ Issues and PRs that require attention from people who are familiar with C++. esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. 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.
#57038 opened Feb 13, 2025 by guybedford Loading…
tls: change TLSWrap::GetProtocol to fix #56935 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.
#57036 opened Feb 13, 2025 by nathanjjohnson7 Loading…
doc: correct definition of v8.getHeapStatistics().heap_size_limit doc Issues and PRs related to the documentations.
#57029 opened Feb 13, 2025 by inwenis Loading…
crypto: remove BoringSSL dh-primes addition dependencies Pull requests that update a dependency file.
#57023 opened Feb 13, 2025 by codebytere Loading…
esm: avoid import.meta setup costs for unused properties esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#57003 opened Feb 11, 2025 by JakobJingleheimer Loading…
Fix possible dereference of null pointer needs-ci PRs that need a full CI run. wasi Issues and PRs related to the WebAssembly System Interface.
#57002 opened Feb 11, 2025 by GoldFish2500 Loading…
test: lazily load modules on test runner author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-failed An error occurred while landing this pull request using GitHub Actions. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#56980 opened Feb 9, 2025 by anonrig Loading…
ProTip! Updated in the last three days: updated:>2025-03-04.