angular-cn/modules/angular2/test/benchmark/transform
Misko Hevery ea6673947c refactor: rename annotations to metadata
BREAKING CHANGE (maybe)

Well as long as our customers use public API this should not be a
breaking change, but we have changed import structure as well as
internal names, so it could be breaking.

import:
  angular2/annotations => angular2/metadata

Classes:
  *Annotations => *Metadata
  renderer.DirectiveMetadata => renderer.RendererDirectiveMetadata
  renderer.ElementBinder => renderer.RendererElementBinder
  impl.Directive => impl.DirectiveMetadata
  impl.Component => impl.ComponentMetadata
  impl.View => impl.ViewMetadata

Closes #3660
2015-08-17 21:23:25 +00:00
..
bind_generator refactor: rename annotations to metadata 2015-08-17 21:23:25 +00:00
directive_linker refactor: rename annotations to metadata 2015-08-17 21:23:25 +00:00
directive_processor refactor: rename annotations to metadata 2015-08-17 21:23:25 +00:00
integration feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
reflection_remover style(dart): Format with dartfmt v0.2.0 2015-08-05 11:04:29 -07:00
template_compiler style(dart): Format with dartfmt v0.2.0 2015-08-05 11:04:29 -07:00
benchmark.transform.server.spec.dart chore(benchmarks): add transform benchmark runner and clean up benchmark output 2015-05-07 10:36:04 -07:00
run_all.dart chore(benchmarks): add transform benchmark runner and clean up benchmark output 2015-05-07 10:36:04 -07:00