remove comprehension support from t.getBindingIdentifiers

This commit is contained in:
Sebastian McKenzie 2015-11-03 01:20:04 +00:00
parent 336be752f8
commit 06afafa8ff

View File

@ -55,9 +55,6 @@ getBindingIdentifiers.keys = {
InterfaceDeclaration: ["id"],
TypeAlias: ["id"],
ComprehensionExpression: ["blocks"],
ComprehensionBlock: ["left"],
CatchClause: ["param"],
LabeledStatement: ["label"],
UnaryExpression: ["argument"],