You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/node-config-schema.json
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -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,7 +430,8 @@
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()."
0 commit comments