angular/modules/angular2/test/core
Victor Berchet e8a6c95e2a feat(VmTurnZone): Rework the implementation to minimize change detection runs
Before this PR there were only 2 zones: root zone = outer zone > inner
zone.
This PR creates the outer zone as a fork of the root zone: root > outer
> inner.

By doing this it is possible to detected microtasks scheduling in the
outer zone and run the change detection less often (no more than one
time per VM turn).

The PR also introduce a Promise monkey patch for the JS implementation.
It makes Promises aware of microtasks and again allow running the change
detection only once per turn.
2015-05-12 21:03:24 +02:00
..
annotations feat(decorators): adds decorators to be used by TS and Babel transpiled apps. 2015-04-29 15:13:25 -07:00
compiler feat(di): support type literals in DI 2015-05-12 10:57:53 -07:00
testability feat(testability): add an initial scaffold for the testability api 2015-04-01 13:54:06 -07:00
zone feat(VmTurnZone): Rework the implementation to minimize change detection runs 2015-05-12 21:03:24 +02:00
application_spec.js refactor(render): remove recursion from renderer 2015-05-08 09:37:41 -07:00