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 20, 2024
1 parent 5471883 commit 0175f17
Show file tree
Hide file tree
Showing 27 changed files with 3,056 additions and 2,571 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 @@ -3071,6 +3079,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 0175f17

Please sign in to comment.