Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3f74a58

Browse filesBrowse files
pmarchiniaduh95
authored andcommitted
test_runner: update node-config-schema
PR-URL: #58680 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent dca1e6a commit 3f74a58
Copy full SHA for 3f74a58

1 file changed

+4-7Lines changed: 4 additions & 7 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/node-config-schema.json‎

Copy file name to clipboardExpand all lines: doc/node-config-schema.json
+4-7Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,19 +189,15 @@
189189
},
190190
"experimental-print-required-tla": {
191191
"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"
197193
},
198194
"experimental-repl-await": {
199195
"type": "boolean",
200196
"description": "experimental await keyword support in REPL"
201197
},
202198
"experimental-require-module": {
203199
"type": "boolean",
204-
"description": "Allow loading synchronous ES Modules in require()."
200+
"description": "Legacy alias for --require-module"
205201
},
206202
"experimental-shadow-realm": {
207203
"type": "boolean",
@@ -434,7 +430,8 @@
434430
"description": "CommonJS module to preload (option can be repeated)"
435431
},
436432
"require-module": {
437-
"type": "boolean"
433+
"type": "boolean",
434+
"description": "Allow loading synchronous ES Modules in require()."
438435
},
439436
"secure-heap": {
440437
"type": "number",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.