@@ -703,13 +703,13 @@ a URL should be interpreted, retrieved, and parsed.
703703
704704The final value of ` format` must be one of the following:
705705
706- | ` format` | Description | Acceptable types For ` source` returned by ` resolve ` or ` load ` |
707- | ------------ | ------------------------------ | -------------------------------------------------------------------------- |
708- | ` 'builtin'` | Load a Node .js builtin module | Not applicable |
709- | ` 'commonjs'` | Load a Node .js CommonJS module | Not applicable |
710- | ` 'json'` | Load a JSON file | { [` string` ][], [` ArrayBuffer` ][], [` TypedArray` ][] } |
711- | ` 'module'` | Load an ES module | { [` string` ][], [` ArrayBuffer` ][], [` TypedArray` ][] } |
712- | ` 'wasm'` | Load a WebAssembly module | { [` ArrayBuffer` ][], [` TypedArray` ][] } |
706+ | ` format` | Description | Acceptable types for ` source` returned by ` load ` |
707+ | ------------ | ------------------------------ | ---------------------------------------------------- - |
708+ | ` 'builtin'` | Load a Node .js builtin module | Not applicable |
709+ | ` 'commonjs'` | Load a Node .js CommonJS module | Not applicable |
710+ | ` 'json'` | Load a JSON file | { [` string` ][], [` ArrayBuffer` ][], [` TypedArray` ][] } |
711+ | ` 'module'` | Load an ES module | { [` string` ][], [` ArrayBuffer` ][], [` TypedArray` ][] } |
712+ | ` 'wasm'` | Load a WebAssembly module | { [` ArrayBuffer` ][], [` TypedArray` ][] } |
713713
714714The value of ` source` is ignored for type ` 'builtin'` because currently it is
715715not possible to replace the value of a Node .js builtin (core) module . The value
0 commit comments