File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ const { tracingChannel } = require('diagnostics_channel');
54
54
const onImport = tracingChannel ( 'module.import' ) ;
55
55
56
56
/**
57
+ * @typedef {import('./module_job.js').ModuleJobBase } URL
57
58
* @typedef {import('url').URL } URL
58
59
*/
59
60
@@ -270,7 +271,7 @@ class ModuleLoader {
270
271
* @param {string } [parentURL] The URL of the module where the module request is initiated.
271
272
* It's undefined if it's from the root module.
272
273
* @param {ImportAttributes } importAttributes Attributes from the import statement or expression.
273
- * @returns {Promise<ModuleJobBase }
274
+ * @returns {Promise<ModuleJobBase> }
274
275
*/
275
276
async getModuleJobForImport ( specifier , parentURL , importAttributes ) {
276
277
const resolveResult = await this . resolve ( specifier , parentURL , importAttributes ) ;
You can’t perform that action at this time.
0 commit comments