Chromium Code Reviews
Descriptiondart2js: Bugfix for when 'await' occurs in an initializer list.
If the JS ast contains an initializer list:
var x = foo(), y = await x;
It would be retained as a single statement and generate invalid output
that awaits 'x' before it has been defined.
CLOSES=23997
BUG=
R=sigurdm@google.com
Committed: https://github.com/dart-lang/sdk/commit/3634c3998a3efb85adfb1a388517a78b87aca208
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||