Skip to content

Commit

Permalink
Update finder.js
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Nov 9, 2024
1 parent 1677437 commit 496ba23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/finder.js
Original file line number Diff line number Diff line change
Expand Up @@ -2090,8 +2090,8 @@ export class Finder {
* @param {Array.<object>} leaves - AST leaves
* @param {object} node - node to start from
* @param {object} opt - options
* @param {boolean} opt.force - traverse only to next node
* @param {string} opt.targetType - target type
* @param {boolean} [opt.force] - traverse only to next node
* @param {string} [opt.targetType] - target type
* @returns {?object|Array.<object>} - matched node / collection of nodes
*/
_findWalker(leaves, node, opt = {}) {
Expand Down

0 comments on commit 496ba23

Please sign in to comment.