◐ Shell
clean mode source ↗

test_runner: update node-config-schema · nodejs/node@3f74a58

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",