dart-archive / di.dart

DEPRECATED
https://webdev.dartlang.org/angular/guide/dependency-injection
MIT License
65 stars 57 forks source link

fix(transform): Handle async main #227

Closed kegluneq closed 9 years ago

kegluneq commented 9 years ago

Properly transform a main method labeled async.

Closes #221

matanlurey commented 9 years ago

LGTM.