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 6bfc19b commit 54818b7Copy full SHA for 54818b7
files/en-us/web/javascript/guide/modules/index.md
@@ -85,7 +85,7 @@ If you really value the clarity of using `.mjs` for modules versus using `.js` f
85
86
It is also worth noting that:
87
88
-- Some tools may never support `.mjs`, such as [TypeScript](https://www.typescriptlang.org/).
+- Some tools may never support `.mjs`.
89
- The `<script type="module">` attribute is used to denote when a module is being pointed to, as you'll see below.
90
91
## Exporting module features
0 commit comments