You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.
Ah, so it is. We haven't migrated to transformers yet, and are still using the generator script. This mentions a di_static.dart. Where is that generated?
Right now, src/module.dart imports relector_dynamic.dart, which in turn imports dart:mirrors. (https://github.com/angular/di.dart/blob/master/lib/src/module.dart#L6)
For using the static version of di, we should not depend on dart:mirrors.
Can we remove this dependency from the core code?
The text was updated successfully, but these errors were encountered: