Content-Length: 367514 | pFad | https://github.com/nodejs/node/pull/#issuecomment-169370432

67B4CE14 Pull requests · nodejs/node · GitHub
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

module: improve error message from asynchronicity in require(esm) 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.
#57126 opened Feb 18, 2025 by joyeecheung Loading…
2025-02-20, Version 18.20.7 'Hydrogen' (LTS) release Issues and PRs related to Node.js releases. v18.x Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
#57122 opened Feb 18, 2025 by github-actions bot Loading…
deps: update amaro to 0.4.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. strip-types Issues or PRs related to strip-types support
#57121 opened Feb 18, 2025 by nodejs-github-bot Loading…
src: move instead of copy shared pointer in node_blob c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#57120 opened Feb 18, 2025 by targos Loading…
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…
build: bump supported macOS version to 13.5 build Issues and PRs related to build files or the CI. doc Issues and PRs related to the documentations. 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.
#57115 opened Feb 18, 2025 by targos Loading…
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…
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…
doc,test: fix docs/api copy tools Issues and PRs related to the tools directory.
#57109 opened Feb 17, 2025 by 1ilsang Loading…
build: print 'Formatting Markdown...' for long task markdown formatting 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.
#57108 opened Feb 17, 2025 by 1ilsang Loading…
tls: implement tls.getCACertificates() 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. tls Issues and PRs related to the tls subsystem.
#57107 opened Feb 17, 2025 by joyeecheung Loading…
fs: fix rmSync error code 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.
#57103 opened Feb 17, 2025 by koplas Loading…
[20.x backport] worker: add postMessageToThread lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. v20.x v20.x Issues that can be reproduced on v20.x or PRs targeting the v20.x-staging branch.
#57101 opened Feb 17, 2025 by ShogunPanda Loading…
lib: optimize priority queue needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run.
#57100 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…
doc: fix link and history of SourceMap sections backport-requested-v18.x PRs awaiting manual backport to the v18.x-staging branch. backport-requested-v20.x PRs awaiting manual backport to the v20.x-staging branch. commit-queue Add this label to land a pull request using GitHub Actions. doc Issues and PRs related to the documentations. module Issues and PRs related to the module subsystem.
#57098 opened Feb 16, 2025 by aduh95 Loading…
src: replace NewFromUtf8 with OneByteString where appropriate 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++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#57096 opened Feb 16, 2025 by jasnell Loading…
doc: add module namespace object links commit-queue-failed An error occurred while landing this pull request using GitHub Actions. doc Issues and PRs related to the documentations. fast-track PRs that do not need to wait for 48 hours to land. module Issues and PRs related to the module subsystem.
#57093 opened Feb 16, 2025 by dario-piotrowicz Loading…
tools: update doc to new version doc Issues and PRs related to the documentations. tools Issues and PRs related to the tools directory.
#57085 opened Feb 16, 2025 by nodejs-github-bot Loading…
deps: update simdjson to 3.12.2 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…
deps: update ada to 3.1.0 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.
#57083 opened Feb 16, 2025 by nodejs-github-bot Loading…
deps: update googletest to c00fd25 dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#57082 opened Feb 16, 2025 by nodejs-github-bot Loading…
src: port defineLazyProperties to native code 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-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#57081 opened Feb 15, 2025 by aduh95 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…
ProTip! Add no:assignee to see everything that’s not assigned.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/nodejs/node/pull/#issuecomment-169370432

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy