angular-cn/modules/angular2/test/transform/reflection_remover/debug_files
Ted Sander c701664e07 chore(transformers): remove reflector parameter from initReflector signature
Remove reflector parameter from initReflector method to simplify ng_deps for reflection
initialization. It wasn't used and was added for testability, but wasn't used. This
keeps the interface simplier.
2015-07-16 14:11:27 -07:00
..
expected chore(transformers): remove reflector parameter from initReflector signature 2015-07-16 14:11:27 -07:00
README.md feat(dart/transform): Add debug transform parameters 2015-04-20 12:32:04 -07:00
index.dart feat(dart/transform): Add debug transform parameters 2015-04-20 12:32:04 -07:00

README.md

Tests that the reflection removal step:

  1. Comments out the import of reflection_capabilities.dart
  2. Comments out the instantiation of ReflectionCapabilities
  3. Adds the appropriate import.
  4. Adds the call to initReflector
  5. Does not change line numbers in the source.
  6. Makes minimal changes to source offsets.