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