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
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -244,10 +244,6 @@
244
244
"type": "boolean",
245
245
"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 find and print top-level await in the graph"
246
246
},
247
-
"experimental-repl-await": {
248
-
"type": "boolean",
249
-
"description": "experimental await keyword support in REPL"
250
-
},
251
247
"experimental-require-module": {
252
248
"type": "boolean",
253
249
"description": "Legacy alias for --require-module"
0 commit comments