]> code.delx.au - gnu-emacs-elpa/commit
Parse without error first method in a class with keyword name
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 24 Feb 2015 05:27:46 +0000 (07:27 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 24 Feb 2015 05:27:46 +0000 (07:27 +0200)
commit4a1b4e8d089724445c01278247a6bfebe1d54009
tree2ea2df64c832dd7c29a9473fb6152cf1d09f2b9b
parent7bf479a75bd279005ac76a7919b57001a13f8ea3
Parse without error first method in a class with keyword name

Make 'static' just a reserved word, for now. Traceur calls it that anyway.

Using js2-match-token was a problem because it stored a wrong token in
js2-ti-tokens (read without the modifier).

Fixes #216
js2-mode.el