googlearchive / chromedeveditor

Chrome Dev Editor is a developer tool for building apps on the Chrome platform - Chrome Apps and Web Apps, in JavaScript or Dart. (NO LONGER IN ACTIVE DEVELOPMENT)
BSD 3-Clause "New" or "Revised" License
2.92k stars 411 forks source link

Support for async/await keywords #3822

Open Conchylicultor opened 9 years ago

Conchylicultor commented 9 years ago

It is probably plan but I don't see it on the issues. It will be great if the editor could support the async/await feature: https://www.dartlang.org/articles/await-async/

import 'dart:async';

void main() async {
}

This code fails to run. For now, async is concidered as an undefined name.

gaurave commented 9 years ago

@umop Can you take a look at this ?

umop commented 9 years ago

I can. I'm not sure how soon I'll be able to get to it, but I will take a look at some point.