Skip to content

Commit dd3985c

Browse files
TrottLinkgoron
authored andcommitted
esm: reconcile JSDoc vs. actual parameter name
PR-URL: nodejs#41238 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent efabdf5 commit dd3985c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/modules/esm/resolve.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ function throwImportNotDefined(specifier, packageJSONUrl, base) {
421421
}
422422

423423
/**
424-
* @param {string} specifier
424+
* @param {string} subpath
425425
* @param {URL} packageJSONUrl
426426
* @param {string | URL | undefined} base
427427
*/

0 commit comments

Comments
 (0)