Navigation Menu

Skip to content

Commit

Permalink
policy: add missing JSDoc @param entry
Browse files Browse the repository at this point in the history
PR-URL: #41239
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 56345a3 commit e60187d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/policy/manifest.js
Expand Up @@ -246,6 +246,7 @@ const kNoDependencies = new DependencyMapperInstance(
* @param {string} href
* @param {JSONDependencyMap} dependencies
* @param {boolean} cascade
* @param {boolean} allowSameHREFScope
* @param {Map<string | null | undefined, DependencyMapperInstance>} store
*/
const insertDependencyMap = (
Expand Down

0 comments on commit e60187d

Please sign in to comment.