The Wayback Machine - https://web.archive.org/web/20230822153155/https://github.com/nodejs/node/pulls
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

doc: modify param decription for end(),write() in StringDecoder doc Issues and PRs related to the documentations. string_decoder Issues and PRs related to the string_decoder subsystem.
#49285 opened Aug 22, 2023 by pluris Loading…
doc: add riscv64 to list of architectures doc Issues and PRs related to the documentations. riscv64 Issues and PRs related to the riscv64 architecture.
#49284 opened Aug 22, 2023 by sxa Loading…
src: allow embedders to override NODE_MODULE_VERSION needs-ci PRs that need a full CI run.
#49279 opened Aug 22, 2023 by zcbenz Loading…
Return an error when script is not found rather than crash with SIGSEGV c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#49276 opened Aug 21, 2023 by brianathere Loading…
test: verify dynamic import call with absolute path strings esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#49275 opened Aug 21, 2023 by legendecas Loading…
test: make test-worker-prof more robust needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#49274 opened Aug 21, 2023 by joyeecheung Loading…
doc: fix typo in stream.finished documentation 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. doc Issues and PRs related to the documentations. stream Issues and PRs related to the stream subsystem.
#49271 opened Aug 21, 2023 by aduh95 Loading…
worker: protect against user mutating well-known prototypes 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. worker Issues and PRs related to Worker support.
#49270 opened Aug 21, 2023 by aduh95 Loading…
doc: use NODE_API_SUPPORTED_VERSION_MAX in release doc doc Issues and PRs related to the documentations.
#49268 opened Aug 21, 2023 by zcbenz Loading…
doc: update module customization hooks docs doc Issues and PRs related to the documentations. esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders
#49265 opened Aug 21, 2023 by GeoffreyBooth Loading…
meta: move one or more collaborators to emeritus 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. doc Issues and PRs related to the documentations. meta Issues and PRs related to the general management of the project.
#49264 opened Aug 21, 2023 by nodejs-github-bot Loading…
doc: refine sample code on tokens of util/parseArgs doc Issues and PRs related to the documentations. util Issues and PRs related to the built-in util module.
#49263 opened Aug 20, 2023 by imcotton Loading…
doc: move and rename loaders section 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. 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. notable-change PRs with changes that should be highlighted in changelogs.
#49261 opened Aug 20, 2023 by GeoffreyBooth Loading…
build: add symlink to compile_commands.json file if needed build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run.
#49260 opened Aug 20, 2023 by juanarbol Loading…
doc: update description of percent_encode set in WHATWG API 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. doc Issues and PRs related to the documentations. url Issues and PRs related to the legacy built-in url module.
#49258 opened Aug 20, 2023 by pluris Loading…
fs: add new option depth to readdir which regulates depth of recursion fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#49255 opened Aug 20, 2023 by prettydiff Loading…
tools: update doc to rehype-stringify@9.0.4 unified@11.0.1 doc Issues and PRs related to the documentations. tools Issues and PRs related to the tools directory.
#49254 opened Aug 20, 2023 by nodejs-github-bot Loading…
tools: update lint-md-dependencies to @rollup/plugin-node-resolve@15.2.0 unified@11.0.1 vfile-reporter@8.1.0 tools Issues and PRs related to the tools directory.
#49253 opened Aug 20, 2023 by nodejs-github-bot Loading…
deps: update zlib to 1.2.13.1-motley-f5fd0ad dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. zlib Issues and PRs related to the zlib subsystem.
#49252 opened Aug 20, 2023 by nodejs-github-bot Loading…
stream: use Buffer.from when constructor is a Buffer 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. needs-ci PRs that need a full CI run. web streams
#49250 opened Aug 19, 2023 by KhafraDev Loading…
stream: add highWaterMark to the map operator 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. stream Issues and PRs related to the stream subsystem.
#49249 opened Aug 19, 2023 by rluvaton Loading…
1 of 7 tasks
doc: edit import.meta.resolve documentation 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. doc Issues and PRs related to the documentations. esm Issues and PRs related to the ECMAScript Modules implementation. fast-track PRs that do not need to wait for 48 hours to land.
#49247 opened Aug 19, 2023 by aduh95 Loading…
esm: add import.meta.node.resolveURL esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#49246 opened Aug 19, 2023 by aduh95 Loading…
src: fix fs_type_to_name default value 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.
#49239 opened Aug 19, 2023 by 0o001 Loading…
test: migrate message source map tests from Python to JS needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#49238 opened Aug 19, 2023 by yiyunlei Loading…
ProTip! Updated in the last three days: updated:>2023-08-19.