mirror of https://github.com/nodejs/node.git
doc: fix typo in `module.md`
PR-URL: https://github.com/nodejs/node/pull/57889 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Qingyu Deng <i@ayase-lab.com>
This commit is contained in:
parent
0a1d5d353b
commit
c9c61a3a7d
|
@ -1185,7 +1185,7 @@ The final value of `format` must be one of the following:
|
|||
| `'commonjs'` | Load a Node.js CommonJS module | {string\|ArrayBuffer\|TypedArray\|null\|undefined} |
|
||||
| `'json'` | Load a JSON file | {string\|ArrayBuffer\|TypedArray} |
|
||||
| `'module-typescript'` | Load an ES module with TypeScript syntax | {string\|ArrayBuffer\|TypedArray} |
|
||||
| `'module'` | Load an ES module with TypeScript syntax | {string\|ArrayBuffer\|TypedArray} |
|
||||
| `'module'` | Load an ES module | {string\|ArrayBuffer\|TypedArray} |
|
||||
| `'wasm'` | Load a WebAssembly module | {ArrayBuffer\|TypedArray} |
|
||||
|
||||
The value of `source` is ignored for type `'builtin'` because currently it is
|
||||
|
|
Loading…
Reference in New Issue