File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -17,58 +17,43 @@ JSSyntax.is_valid_identifier = function(prop)
1717// TODO: make these static on JSSyntax
1818var js_keywords =
1919{
20- 'abstract' : 1 ,
21- 'boolean' : 1 ,
2220 'break' : 1 ,
23- 'byte' : 1 ,
2421 'case' : 1 ,
2522 'catch' : 1 ,
26- 'char' : 1 ,
2723 'class' : 1 ,
2824 'const' : 1 ,
2925 'continue' : 1 ,
3026 'debugger' : 1 ,
3127 'default' : 1 ,
3228 'delete' : 1 ,
3329 'do' : 1 ,
34- 'double' : 1 ,
3530 'else' : 1 ,
3631 'enum' : 1 ,
3732 'export' : 1 ,
3833 'extends' : 1 ,
3934 'false' : 1 ,
40- 'final' : 1 ,
4135 'finally' : 1 ,
42- 'float' : 1 ,
4336 'for' : 1 ,
4437 'function' : 1 ,
45- 'goto' : 1 ,
4638 'if' : 1 ,
4739 'implements' : 1 ,
4840 'import' : 1 ,
4941 'in' : 1 ,
5042 'instanceof' : 1 ,
51- 'int' : 1 ,
5243 'interface' : 1 ,
5344 'let' : 1 ,
54- 'long' : 1 ,
55- 'native' : 1 ,
5645 'new' : 1 ,
5746 'null' : 1 ,
5847 'package' : 1 ,
5948 'private' : 1 ,
6049 'protected' : 1 ,
6150 'public' : 1 ,
6251 'return' : 1 ,
63- 'short' : 1 ,
6452 'static' : 1 ,
6553 'super' : 1 ,
6654 'switch' : 1 ,
67- 'synchronized' : 1 ,
6855 'this' : 1 ,
6956 'throw' : 1 ,
70- 'throws' : 1 ,
71- 'transient' : 1 ,
7257 'true' : 1 ,
7358 'try' : 1 ,
7459 'typeof' : 1 ,
You can’t perform that action at this time.
0 commit comments