remove unused variable
This commit is contained in:
parent
3256c1d120
commit
94e15b0750
@ -20,7 +20,7 @@ export var ReferencedIdentifier = {
|
||||
|
||||
export var BindingIdentifier = {
|
||||
types: ["Identifier"],
|
||||
checkPath({ node, parent }, opts) {
|
||||
checkPath({ node, parent }) {
|
||||
return t.isBinding(node, parent);
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user