|
@@ -77,9 +77,9 @@ let kwds =
|
|
"abstract"; "as"; "boolean"; "break"; "byte"; "case"; "catch"; "char"; "class"; "continue"; "const";
|
|
"abstract"; "as"; "boolean"; "break"; "byte"; "case"; "catch"; "char"; "class"; "continue"; "const";
|
|
"debugger"; "default"; "delete"; "do"; "double"; "else"; "enum"; "export"; "extends"; "false"; "final";
|
|
"debugger"; "default"; "delete"; "do"; "double"; "else"; "enum"; "export"; "extends"; "false"; "final";
|
|
"finally"; "float"; "for"; "function"; "goto"; "if"; "implements"; "import"; "in"; "instanceof"; "int";
|
|
"finally"; "float"; "for"; "function"; "goto"; "if"; "implements"; "import"; "in"; "instanceof"; "int";
|
|
- "interface"; "is"; "long"; "namespace"; "native"; "new"; "null"; "package"; "private"; "protected";
|
|
|
|
|
|
+ "interface"; "long"; "namespace"; "native"; "new"; "null"; "package"; "private"; "protected";
|
|
"public"; "return"; "short"; "static"; "super"; "switch"; "synchronized"; "this"; "throw"; "throws";
|
|
"public"; "return"; "short"; "static"; "super"; "switch"; "synchronized"; "this"; "throw"; "throws";
|
|
- "transient"; "true"; "try"; "typeof"; "use"; "var"; "void"; "volatile"; "while"; "with"
|
|
|
|
|
|
+ "transient"; "true"; "try"; "typeof"; "var"; "void"; "volatile"; "while"; "with"
|
|
];
|
|
];
|
|
h
|
|
h
|
|
|
|
|