@@ -189,19 +189,15 @@
|
189 | 189 | }, |
190 | 190 | "experimental-print-required-tla": { |
191 | 191 | "type": "boolean", |
192 | | -"description": "Print pending top-level await. If --experimental-require-module is true, evaluate asynchronous graphs loaded by `require()` but do not run the microtasks, in order to to find and print top-level await in the graph" |
193 | | - }, |
194 | | -"experimental-quic": { |
195 | | -"type": "boolean", |
196 | | -"description": "experimental QUIC support" |
| 192 | +"description": "Print pending top-level await. If --require-module is true, evaluate asynchronous graphs loaded by `require()` but do not run the microtasks, in order to to find and print top-level await in the graph" |
197 | 193 | }, |
198 | 194 | "experimental-repl-await": { |
199 | 195 | "type": "boolean", |
200 | 196 | "description": "experimental await keyword support in REPL" |
201 | 197 | }, |
202 | 198 | "experimental-require-module": { |
203 | 199 | "type": "boolean", |
204 | | -"description": "Allow loading synchronous ES Modules in require()." |
| 200 | +"description": "Legacy alias for --require-module" |
205 | 201 | }, |
206 | 202 | "experimental-shadow-realm": { |
207 | 203 | "type": "boolean", |
|
434 | 430 | "description": "CommonJS module to preload (option can be repeated)" |
435 | 431 | }, |
436 | 432 | "require-module": { |
437 | | -"type": "boolean" |
| 433 | +"type": "boolean", |
| 434 | +"description": "Allow loading synchronous ES Modules in require()." |
438 | 435 | }, |
439 | 436 | "secure-heap": { |
440 | 437 | "type": "number", |
|