add SpreadProperty to t.getBindingIdentifiers - fixes #734
This commit is contained in:
parent
26d4b5f2cf
commit
b6d708caf2
@ -600,10 +600,11 @@ t.getBindingIdentifiers.keys = {
|
||||
VariableDeclarator: ["id"],
|
||||
FunctionDeclaration: ["id"],
|
||||
ClassDeclaration: ["id"],
|
||||
MemeberExpression: ["object"],
|
||||
MemberExpression: ["object"],
|
||||
SpreadElement: ["argument"],
|
||||
RestElement: ["argument"],
|
||||
UpdateExpression: ["argument"],
|
||||
SpreadProperty: ["argument"],
|
||||
Property: ["value"],
|
||||
ComprehensionBlock: ["left"],
|
||||
AssignmentPattern: ["left"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user