scope -> scopable class alias key

This commit is contained in:
Sebastian McKenzie 2015-03-10 03:22:55 +11:00
parent b7831f1d7b
commit 1302a86bf2

View File

@ -36,8 +36,8 @@
"SpreadProperty": ["UnaryLike"],
"SpreadElement": ["UnaryLike"],
"ClassDeclaration": ["Scope", "Class", "Statement", "Declaration"],
"ClassExpression": ["Scope", "Class", "Expression"],
"ClassDeclaration": ["Scopable", "Class", "Statement", "Declaration"],
"ClassExpression": ["Scopable", "Class", "Expression"],
"ForOfStatement": ["Scopable", "Statement", "For", "Loop"],
"ForInStatement": ["Scopable", "Statement", "For", "Loop"],