remove comprehension support from t.getBindingIdentifiers
This commit is contained in:
parent
336be752f8
commit
06afafa8ff
@ -55,9 +55,6 @@ getBindingIdentifiers.keys = {
|
|||||||
InterfaceDeclaration: ["id"],
|
InterfaceDeclaration: ["id"],
|
||||||
TypeAlias: ["id"],
|
TypeAlias: ["id"],
|
||||||
|
|
||||||
ComprehensionExpression: ["blocks"],
|
|
||||||
ComprehensionBlock: ["left"],
|
|
||||||
|
|
||||||
CatchClause: ["param"],
|
CatchClause: ["param"],
|
||||||
LabeledStatement: ["label"],
|
LabeledStatement: ["label"],
|
||||||
UnaryExpression: ["argument"],
|
UnaryExpression: ["argument"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user