angular/modules/angular2/test
Tim Blasi 3b6aaf9054 feat(dart/transform) Remove import of dart:mirrors
+ 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
2015-02-23 18:36:29 -08:00
..
change_detection fix(change_detection): handle locals when invoking a method 2015-02-20 17:55:06 -08:00
core feat(change_detection): add support for pipes in the template 2015-02-20 17:16:57 -08:00
di feat(di): introduce aliasing 2015-02-21 18:43:45 +01:00
directives chore: Remove unused imports 2015-02-17 16:49:08 -08:00
forms chore: Remove unused imports 2015-02-17 16:49:08 -08:00
mock chore: Remove unused imports and enable checks for unused imports as part of build 2015-02-18 21:06:30 -08:00
reflection chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
test_lib chore: Remove unused imports 2015-02-17 16:49:08 -08:00
transform feat(dart/transform) Remove import of dart:mirrors 2015-02-23 18:36:29 -08:00