scope -> scopable class alias key
This commit is contained in:
parent
b7831f1d7b
commit
1302a86bf2
@ -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"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user