mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
+ Precede the call to `new ReflectionCapabilities()` with our generated code which populates the reflection map statically. + Add the import of our generated code. + Once we are generating all necessary code, we will remove the import of reflection_capabilities.dart and the instantiation of `ReflectionCapabilities`, cutting the dependency on dart:mirrors. Closes #761 |
||
|---|---|---|
| .. | ||
| annotation_processor.dart | ||
| codegen.dart | ||
| find_bootstrap.dart | ||
| find_reflection_capabilities.dart | ||
| logging.dart | ||
| options.dart | ||
| resolvers.dart | ||
| transformer.dart | ||
| traversal.dart | ||