angular-cn/modules/benchmarks
Tobias Bosch 923d90bce8 refactor(views): clean up creating views in place and extract view_hydrator
Major changes:
- `compiler.compileRoot(el, type)`
  -> `compiler.compileInHost(type) + viewHydrator.hydrateHostViewInPlace(el, view)`
- move all `hydrate`/`dehydrate` methods out of `View` and `ViewContainer` into
  a standalone class `view_hydrator` as private methods and provide new public
  methods dedicated to the individual use cases.

Note: This PR does not change the current functionality, only moves it
into different places.

See design discussion in #1351, in preparation for imperative views.
2015-04-16 11:58:01 -07:00
..
e2e_test perf(benchmark): measure Injector init from resolved bindings 2015-04-13 15:06:44 -07:00
src refactor(views): clean up creating views in place and extract view_hydrator 2015-04-16 11:58:01 -07:00
pubspec.yaml feat(dart/transform): Use the Dart transformer for benchmarks 2015-04-10 14:01:55 -07:00