diff --git a/src/lexer.coffee b/src/lexer.coffee index bca4d669..879cab64 100644 --- a/src/lexer.coffee +++ b/src/lexer.coffee @@ -572,6 +572,8 @@ RESERVED = [ 'case', 'default', 'function', 'var', 'void', 'with' 'const', 'let', 'enum', 'export', 'import', 'native' '__hasProp', '__extends', '__slice', '__bind', '__indexOf' + 'implements', 'interface', 'let', 'package', + 'private', 'protected', 'public', 'static', 'yield' ] # The superset of both JavaScript keywords and reserved words, none of which may