]> code.delx.au - gnu-emacs-elpa/commit
Also parse async function statement in export node
authorCarl Lei <xecycle@gmail.com>
Mon, 9 Nov 2015 02:06:55 +0000 (10:06 +0800)
committerCarl Lei <xecycle@gmail.com>
Mon, 9 Nov 2015 02:32:51 +0000 (10:32 +0800)
commite48e862b0c7678138410fd42c24ccb92e56b20ae
tree4bc170d1c3f9ff1c8bc7d5a97afddbe8139acde1
parent38aa66bec00d8d4703da97d8a59ac4c669417545
Also parse async function statement in export node

AsyncFunctionDeclaration is added as a
HoistableDeclaration (http://tc39.github.io/ecmascript-asyncawait/#HoistableDeclaration),
which shall be covered in productions "export Declaration" and "export
default HoistableDeclaration".
js2-mode.el
tests/parser.el