]> code.delx.au - gnu-emacs-elpa/commit
Move method type handling to property METHOD_TYPE
authorCarl Lei <xecycle@gmail.com>
Thu, 5 Nov 2015 03:43:40 +0000 (11:43 +0800)
committerCarl Lei <xecycle@gmail.com>
Thu, 5 Nov 2015 03:43:40 +0000 (11:43 +0800)
commitd307285f4b47096c973d4a33d1427df311bab1b8
tree5b73e9955c648f548dc2ca52d8bea3bc8ffbd247
parentdbf4fe9561964689ad59fad78feefde483836e54
Move method type handling to property METHOD_TYPE

Relying on js2-node-type requires a token number for each type of
method, but we did not define a js2-ASYNC for the coming async methods.

Only getter and setter are moved, generator is not.
js2-mode.el