Skip to content

Commit a0a8f4d

Browse files
Trottdanielleadams
authored andcommitted
esm: reconcile JSDoc vs. actual parameter name
PR-URL: #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 7b6db6d commit a0a8f4d

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
@@ -445,7 +445,7 @@ function throwImportNotDefined(specifier, packageJSONUrl, base) {
445445
}
446446

447447
/**
448-
* @param {string} specifier
448+
* @param {string} subpath
449449
* @param {URL} packageJSONUrl
450450
* @param {string | URL | undefined} base
451451
*/

0 commit comments

Comments
 (0)