Skip to content

Commit aa26bee

Browse files
Apply suggestions from code review
Co-authored-by: Jacob Smith <[email protected]>
1 parent 9279948 commit aa26bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/modules/esm/loader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class ModuleLoader {
167167
* to this property and failure to do so will cause undefined
168168
* behavior when invoking `import.meta.resolve`.
169169
* @see {ModuleLoader.setCustomizations}
170-
* @type {Customizations}
170+
* @type {CustomizedModuleLoader}
171171
*/
172172
#customizations;
173173

@@ -221,7 +221,7 @@ class ModuleLoader {
221221
*
222222
* Calling this function alters how modules are loaded and should be
223223
* invoked with care.
224-
* @param {Customizations} customizations
224+
* @param {CustomizedModuleLoader} customizations
225225
*/
226226
setCustomizations(customizations) {
227227
this.#customizations = customizations;

0 commit comments

Comments
 (0)