Files
sdk/pkg/compiler/lib/src/js
sigurdm@google.com ef57c8bdac Implement await and async for the js-ast.
Implementing a new expression 'await e' in the js mini-parser and printer.

Implementing async, async*, sync* function body modifiers.

Also implementing while, do, switch, case, labelled statement in the js mini parser.

This is in preparation for an await-desugaring transformation on the js ast.

BUG=
R=asgerf@google.com, floitsch@google.com

Review URL: https://codereview.chromium.org//858573002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42999 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-20 08:10:47 +00:00
..