We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
load
1 parent e9b7a52 commit 3e29043Copy full SHA for 3e29043
doc/api/module.md
@@ -590,12 +590,12 @@ changes:
590
* `importAttributes` {Object}
591
* `nextLoad` {Function} The subsequent `load` hook in the chain, or the
592
Node.js default `load` hook after the last user-supplied `load` hook
593
- * `specifier` {string}
+ * `url` {string}
594
* `context` {Object}
595
* Returns: {Object}
596
* `format` {string}
597
* `shortCircuit` {undefined|boolean} A signal that this hook intends to
598
- terminate the chain of `resolve` hooks. **Default:** `false`
+ terminate the chain of `load` hooks. **Default:** `false`
599
* `source` {string|ArrayBuffer|TypedArray} The source for Node.js to evaluate
600
601
The `load` hook provides a way to define a custom method of determining how a
0 commit comments