Skip to content

Commit 0cdb8f0

Browse files
committed
dont document .mts
1 parent c3f5a7b commit 0cdb8f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ If a file is found, its path will be passed to the
3333

3434
* The program was started with a command-line flag that forces the entry
3535
point to be loaded with ECMAScript module loader, such as `--import`.
36-
* The file has an `.mjs`, `.mts` (with `--experimental-strip-types`) or `.wasm`
37-
(with `--experimental-wasm-modules`) extension.
36+
* The file has an `.mjs` or `.wasm` (with `--experimental-wasm-modules`)
37+
extension.
3838
* The file does not have a `.cjs` extension, and the nearest parent
3939
`package.json` file contains a top-level [`"type"`][] field with a value of
4040
`"module"`.

0 commit comments

Comments
 (0)