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 def4f34 commit 2f87a9cCopy full SHA for 2f87a9c
doc/api/cli.md
@@ -1376,7 +1376,7 @@ The default is `"commonjs"`.
1376
1377
If `--experimental-strip-types` is enabled and `--input-type`is not provided, Node.js will first try to run the code as JavaScript,
1378
then it will try to run the code as TypeScript.
1379
-When using TypeScript, the `--input-type=type` flag should be used,
+When using TypeScript, the `--input-type=type` flag should always be used,
1380
to reduce the overhead of multiple syntax detections.
1381
1382
The REPL does not support this option. Usage of `--input-type=module` with
0 commit comments