Skip to content

Commit 991e1a0

Browse files
paztisP0lip
andauthored
missing jsdoc
Co-authored-by: Jakub Rożek <[email protected]>
1 parent e1c3417 commit 991e1a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/dereference.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ function crawl (obj, path, pathFromRoot, parents, processedObjects, dereferenced
100100
* @param {string} pathFromRoot - The path of `$ref` from the schema root
101101
* @param {object[]} parents - An array of the parent objects that have already been dereferenced
102102
* @param {object[]} processedObjects - An array of all the objects that have already been dereferenced
103+
* @param {object} dereferencedCache - An map of all the dereferenced objects
103104
* @param {$Refs} $refs
104105
* @param {$RefParserOptions} options
105106
* @returns {{value: object, circular: boolean}}

0 commit comments

Comments
 (0)