Skip to content

Commit

Permalink
esm: reconcile JSDoc vs. actual parameter name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and targos committed Jan 14, 2022
1 parent e60187d commit 5ebe086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/modules/esm/resolve.js
Expand Up @@ -421,7 +421,7 @@ function throwImportNotDefined(specifier, packageJSONUrl, base) {
}

/**
* @param {string} specifier
* @param {string} subpath
* @param {URL} packageJSONUrl
* @param {string | URL | undefined} base
*/
Expand Down

0 comments on commit 5ebe086

Please sign in to comment.