angular-cn/tools
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
..
broccoli feat(VmTurnZone): Rework the implementation to minimize change detection runs 2015-05-12 21:03:24 +02:00
build chore: use SDK dartfmt 2015-05-12 09:56:38 -07:00
code.angularjs.org feat(bundle): add script to push bundles to code.angularjs.org 2015-04-14 14:50:53 -07:00
npm chore(build): trigger npm postinstall when npm install is skipped 2015-04-16 16:58:28 -07:00
traceur-jasmine build(typescript): Migrated change detection to typescript 2015-05-07 17:18:04 -07:00
transpiler chore(build): remove karma preprocessors 2015-05-06 14:06:40 -07:00
tsd.json build(broccoli): add testing infrastructure for our build plugins 2015-04-27 10:47:49 -07:00
utils.inc feat(bundle): add script to push bundles to code.angularjs.org 2015-04-14 14:50:53 -07:00