@@ -30,6 +30,8 @@ test('--help should return help on stdout and zero exit code', async function (t
30
30
'-V, --version Prints version information' ,
31
31
'OPTIONS:' ,
32
32
'--engine-wasm <engine-wasm> The JS engine Wasm file path' ,
33
+ '--module-mode [experimental] Run all sources as native modules,' ,
34
+ 'with full error stack support.' ,
33
35
'--enable-experimental-aot Enable experimental AOT compilation for performance' ,
34
36
'--enable-experimental-high-resolution-time-methods Enable experimental high-resolution fastly.now() method' ,
35
37
'--enable-experimental-top-level-await Enable experimental top level await' ,
@@ -57,6 +59,8 @@ test('-h should return help on stdout and zero exit code', async function (t) {
57
59
'-V, --version Prints version information' ,
58
60
'OPTIONS:' ,
59
61
'--engine-wasm <engine-wasm> The JS engine Wasm file path' ,
62
+ '--module-mode [experimental] Run all sources as native modules,' ,
63
+ 'with full error stack support.' ,
60
64
'--enable-experimental-aot Enable experimental AOT compilation for performance' ,
61
65
'--enable-experimental-high-resolution-time-methods Enable experimental high-resolution fastly.now() method' ,
62
66
'--enable-experimental-top-level-await Enable experimental top level await' ,
0 commit comments