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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -193,19 +193,15 @@
193
193
},
194
194
"experimental-print-required-tla": {
195
195
"type": "boolean",
196
-
"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"
197
-
},
198
-
"experimental-quic": {
199
-
"type": "boolean",
200
-
"description": "experimental QUIC support"
196
+
"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"
201
197
},
202
198
"experimental-repl-await": {
203
199
"type": "boolean",
204
200
"description": "experimental await keyword support in REPL"
205
201
},
206
202
"experimental-require-module": {
207
203
"type": "boolean",
208
-
"description": "Allow loading synchronous ES Modules in require()."
204
+
"description": "Legacy alias for --require-module"
209
205
},
210
206
"experimental-shadow-realm": {
211
207
"type": "boolean",
@@ -437,6 +433,10 @@
437
433
],
438
434
"description": "CommonJS module to preload (option can be repeated)"
439
435
},
436
+
"require-module": {
437
+
"type": "boolean",
438
+
"description": "Allow loading synchronous ES Modules in require()."
439
+
},
440
440
"secure-heap": {
441
441
"type": "number",
442
442
"description": "total size of the OpenSSL secure heap"
0 commit comments