We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9279948 commit aa26beeCopy full SHA for aa26bee
lib/internal/modules/esm/loader.js
@@ -167,7 +167,7 @@ class ModuleLoader {
167
* to this property and failure to do so will cause undefined
168
* behavior when invoking `import.meta.resolve`.
169
* @see {ModuleLoader.setCustomizations}
170
- * @type {Customizations}
+ * @type {CustomizedModuleLoader}
171
*/
172
#customizations;
173
@@ -221,7 +221,7 @@ class ModuleLoader {
221
*
222
* Calling this function alters how modules are loaded and should be
223
* invoked with care.
224
- * @param {Customizations} customizations
+ * @param {CustomizedModuleLoader} customizations
225
226
setCustomizations(customizations) {
227
this.#customizations = customizations;
0 commit comments