We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52a561 commit 9ccdd87Copy full SHA for 9ccdd87
lib/process/flags.js
@@ -49,6 +49,7 @@ const isolateOptions = new Set([
49
'--trace-sync-io',
50
'--trace-warnings',
51
'--entry-type',
52
+ '--input-type',
53
'-c', '--check',
54
'-e', '--eval',
55
'-p', '--print',
@@ -116,6 +117,7 @@ const valueOptions = new Set([
116
117
'--es-module-specifier-resolution',
118
'--redirect-warnings',
119
120
121
122
123
'-r', '--require',
@@ -167,6 +169,7 @@ const invalidOptions = new Set([
167
169
168
170
// Bad idea to allow this right now.
171
172
173
174
// At some point in the future, --frozen-intrinsics
175
// may disallow us from hooking into the console.
0 commit comments