◐ Shell
clean mode source ↗

tools: move Quic dependencies behind ad-hoc flag by aduh95 · Pull Request #61446 · nodejs/node

Quic is now behind `--experimental-quic` build flag, its dependencies
should be included only if the user opts-in.

@aduh95 aduh95 changed the title tools: test building with --experimental-quic tools: move Quic dependencies behind ad-hoc flag

Jan 21, 2026

@aduh95 aduh95 removed the blocked

PRs that are blocked by other issues or PRs.

label

Jan 21, 2026

legendecas

@aduh95 aduh95 added 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.

labels

Jan 22, 2026

@aduh95 aduh95 deleted the quic-compile-time-flag branch

January 27, 2026 22:21

aduh95 added a commit that referenced this pull request

Jan 28, 2026
Quic is now behind `--experimental-quic` build flag, its dependencies
should be included only if the user opts-in.

PR-URL: #61446
Refs: 853277a
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>