Skip to content

Commit 200b03f

Browse files
committed
fixup! fixup! fixup! build: add skip_apidoc_files and include QUIC
1 parent 40d75d0 commit 200b03f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/contributing/internal-api.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Enables debugging of `ArrayBuffer` allocations.
1818

1919
Allows the usage of `internal/*` modules, granting access to internal Node.js functionality.
2020

21+
#### `--experimental-quic`
22+
23+
Enable QUIC Protocol (under development)
24+
2125
#### `--inspect-brk-node[=[host:]port]`
2226

2327
Pauses execution at the start of Node.js application code, waiting for a debugger to connect on the specified
@@ -39,7 +43,3 @@ Enables tracing of promises for debugging and performance analysis.
3943
#### `--verify-base-objects`
4044

4145
Allows verification of base objects for debugging purposes.
42-
43-
#### `--experimental-quic`
44-
45-
Enable QUIC Protocol (under development)

0 commit comments

Comments
 (0)