add AssignmentPattern support to scope tracking - fixes #537
This commit is contained in:
@@ -487,7 +487,8 @@ t.getIds.nodes = {
|
||||
MemeberExpression: ["object"],
|
||||
SpreadElement: ["argument"],
|
||||
Property: ["value"],
|
||||
ComprehensionBlock: ["left"]
|
||||
ComprehensionBlock: ["left"],
|
||||
AssignmentPattern: ["left"]
|
||||
};
|
||||
|
||||
t.getIds.arrays = {
|
||||
|
||||
Reference in New Issue
Block a user