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.
module.md
1 parent 2204587 commit 803a4b0Copy full SHA for 803a4b0
1 file changed
doc/api/module.md
@@ -1185,7 +1185,7 @@ The final value of `format` must be one of the following:
1185
| `'commonjs'` | Load a Node.js CommonJS module | {string\|ArrayBuffer\|TypedArray\|null\|undefined} |
1186
| `'json'` | Load a JSON file | {string\|ArrayBuffer\|TypedArray} |
1187
| `'module-typescript'` | Load an ES module with TypeScript syntax | {string\|ArrayBuffer\|TypedArray} |
1188
-| `'module'` | Load an ES module with TypeScript syntax | {string\|ArrayBuffer\|TypedArray} |
+| `'module'` | Load an ES module | {string\|ArrayBuffer\|TypedArray} |
1189
| `'wasm'` | Load a WebAssembly module | {ArrayBuffer\|TypedArray} |
1190
1191
The value of `source` is ignored for type `'builtin'` because currently it is
0 commit comments