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 915d105

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

1 file changed

+6-6Lines changed: 6 additions & 6 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
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,19 +193,15 @@
193193
},
194194
"experimental-print-required-tla": {
195195
"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"
201197
},
202198
"experimental-repl-await": {
203199
"type": "boolean",
204200
"description": "experimental await keyword support in REPL"
205201
},
206202
"experimental-require-module": {
207203
"type": "boolean",
208-
"description": "Allow loading synchronous ES Modules in require()."
204+
"description": "Legacy alias for --require-module"
209205
},
210206
"experimental-shadow-realm": {
211207
"type": "boolean",
@@ -437,6 +433,10 @@
437433
],
438434
"description": "CommonJS module to preload (option can be repeated)"
439435
},
436+
"require-module": {
437+
"type": "boolean",
438+
"description": "Allow loading synchronous ES Modules in require()."
439+
},
440440
"secure-heap": {
441441
"type": "number",
442442
"description": "total size of the OpenSSL secure heap"

0 commit comments

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