Skip to content

Commit

Permalink
quic: make multiple fixes, cleanups and simplifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Dec 27, 2024
1 parent afcfbad commit 4fb584b
Show file tree
Hide file tree
Showing 32 changed files with 3,840 additions and 3,756 deletions.
9 changes: 9 additions & 0 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,14 @@ If the ES module being `require()`'d contains top-level `await`, this flag
allows Node.js to evaluate the module, try to locate the
top-level awaits, and print their location to help users find them.

### `--experimental-quic`

<!--
added: REPLACEME
-->

Enables the experimental `node:quic` built-in module.

### `--experimental-require-module`

<!-- YAML
Expand Down Expand Up @@ -3090,6 +3098,7 @@ one is included in the list below.
* `--experimental-modules`
* `--experimental-permission`
* `--experimental-print-required-tla`
* `--experimental-quic`
* `--experimental-require-module`
* `--experimental-shadow-realm`
* `--experimental-specifier-resolution`
Expand Down
Loading

0 comments on commit 4fb584b

Please sign in to comment.