@@ -236,7 +236,6 @@ class DefaultModuleLoader {
236236 *
237237 * This method must NOT be renamed: it functions as a dynamic import on a
238238 * loader module.
239- *
240239 * @param {string | string[] } specifiers Path(s) to the module.
241240 * @param {string } parentURL Path of the parent importing the module.
242241 * @param {Record<string, string> } importAssertions Validations for the
@@ -286,7 +285,6 @@ class DefaultModuleLoader {
286285
287286 /**
288287 * Resolve the location of the module.
289- *
290288 * @param {string } originalSpecifier The specified URL path of the module to
291289 * be resolved.
292290 * @param {string } [parentURL] The URL path of the module's parent.
@@ -309,7 +307,6 @@ class DefaultModuleLoader {
309307
310308 /**
311309 * Provide source that is understood by one of Node's translators.
312- *
313310 * @param {URL['href'] } url The URL/path of the module to be loaded
314311 * @param {object } [context] Metadata about the module
315312 * @returns {Promise<{ format: ModuleFormat, source: ModuleSource }> }
@@ -354,7 +351,6 @@ class CustomizedModuleLoader extends DefaultModuleLoader {
354351
355352 /**
356353 * Resolve the location of the module.
357- *
358354 * @param {string } originalSpecifier The specified URL path of the module to
359355 * be resolved.
360356 * @param {string } [parentURL] The URL path of the module's parent.
@@ -389,7 +385,6 @@ class CustomizedModuleLoader extends DefaultModuleLoader {
389385
390386 /**
391387 * Provide source that is understood by one of Node's translators.
392- *
393388 * @param {URL['href'] } url The URL/path of the module to be loaded
394389 * @param {object } [context] Metadata about the module
395390 * @returns {Promise<{ format: ModuleFormat, source: ModuleSource }> }
0 commit comments