File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1334,7 +1334,7 @@ The final value of `format` must be one of the following:
1334
1334
| ` ' commonjs' ` | Load a Node.js CommonJS module | {string\| ArrayBuffer\| TypedArray\| null\| undefined} |
1335
1335
| ` ' json' ` | Load a JSON file | {string\| ArrayBuffer\| TypedArray} |
1336
1336
| ` ' module-typescript' ` | Load an ES module with TypeScript syntax | {string\| ArrayBuffer\| TypedArray} |
1337
- | ` ' module' ` | Load an ES module with TypeScript syntax | {string\| ArrayBuffer\| TypedArray} |
1337
+ | ` ' module' ` | Load an ES module | {string\| ArrayBuffer\| TypedArray} |
1338
1338
| ` ' wasm' ` | Load a WebAssembly module | {ArrayBuffer\| TypedArray} |
1339
1339
1340
1340
The value of ` source` is ignored for type ` ' builtin' ` because currently it is
You can’t perform that action at this time.
0 commit comments