File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 92
92
var arrayProps = ( "length concat join splice push pop shift unshift slice reverse sort indexOf " +
93
93
"lastIndexOf every some filter forEach map reduce reduceRight " ) . split ( " " ) ;
94
94
var funcProps = "prototype apply call bind" . split ( " " ) ;
95
- var javascriptKeywords = ( "break case catch continue debugger default delete do else false finally for function " +
96
- "if in instanceof new null return switch throw true try typeof var void while with" ) . split ( " " ) ;
95
+ var javascriptKeywords = ( "break case catch class const continue debugger default delete do else export extends false finally for function " +
96
+ "if in import instanceof new null return super switch this throw true try typeof var void while with yield " ) . split ( " " ) ;
97
97
var coffeescriptKeywords = ( "and break catch class continue delete do else extends false finally for " +
98
98
"if in instanceof isnt new no not null of off on or return switch then throw true try typeof until void while with yes" ) . split ( " " ) ;
99
99
You can’t perform that action at this time.
0 commit comments