angular/modules/benchmarks/src/tree
Victor Berchet 0833b59aab refactor(core): add a checkIndex to the compiler view nodes
Each node now has two index: nodeIndex and checkIndex.

nodeIndex is the index in both the view definition and the view data.
checkIndex is the index in in the update function (update directives and update
renderer).

While nodeIndex and checkIndex have the same value for now, having both of them
will allow changing the structure of view definition after compilation (ie for
runtime translations).
2017-10-04 14:55:54 -07:00
..
baseline refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
incremental_dom refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
ng1 fix(core): benchmarks - enable ng1 benchmark again 2017-04-18 08:28:31 -07:00
ng2 fix(core): Update types for TypeScript nullability support (#15472) 2017-03-29 09:34:45 -07:00
ng2_next refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
ng2_static fix(benchmarks): use sanitized style values (#12943) 2016-11-17 15:18:10 -08:00
ng2_switch refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
polymer style: add missing copyright headers 2016-10-31 14:25:53 -07:00
polymer_leaves refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
util.ts fix(core): Update types for TypeScript nullability support (#15472) 2017-03-29 09:34:45 -07:00