Skip to content

Commit

Permalink
fix: return params for private methods
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Sep 2, 2021
1 parent b53b1e7 commit 5bfc350
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -121,6 +121,7 @@ getBindingIdentifiers.keys = {
ArrowFunctionExpression: ["params"],
ObjectMethod: ["params"],
ClassMethod: ["params"],
ClassPrivateMethod: ["params"],

ForInStatement: ["left"],
ForOfStatement: ["left"],
Expand Down

0 comments on commit 5bfc350

Please sign in to comment.