Hacker News new | ask | show | jobs
by shepard 4107 days ago
Anybody knows if async/await is supported by dart2js yet? https://www.dartlang.org/tools/dart2js/ says that it's not, but I'm not sure if that page was updated or not.
1 comments

Yes. Dart2js in v1.9 supports async/await.
Thank you for clarifying! Since you work on Dart, could you please update the dart2js page as well?
Will do.