dart-archive / di.dart

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

fix(injector_generator): allow library in /web #202

Open seguins opened 9 years ago

seguins commented 9 years ago

fixes #162

This patch fixes exception in the _editMain method if there is no main on file. Indeed, the method isPossibleDartEntry of code_transformers (that filters files for the InjectorGenerator) may return true even if there is no main.

Review on Reviewable

seguins commented 9 years ago

Can anyone review my Pull Request ?