Skip to content

Commit 54818b7

Browse files
authored
docs(modules): remove outdated .mjs notes (#9333)
typescripts now supports .mjs microsoft/TypeScript#27957
1 parent 6bfc19b commit 54818b7

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/javascript/guide/modules

1 file changed

+1
-1
lines changed

files/en-us/web/javascript/guide/modules/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ If you really value the clarity of using `.mjs` for modules versus using `.js` f
8585

8686
It is also worth noting that:
8787

88-
- Some tools may never support `.mjs`, such as [TypeScript](https://www.typescriptlang.org/).
88+
- Some tools may never support `.mjs`.
8989
- The `<script type="module">` attribute is used to denote when a module is being pointed to, as you'll see below.
9090

9191
## Exporting module features

0 commit comments

Comments
 (0)