angular/modules/benchmarks/src
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
..
largeform refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
largetable feat(compiler): introduce <ng-template>, deprecate <template> and template attribute 2017-02-23 20:03:16 -08:00
old refactor: remove lang.ts (#14837) 2017-03-06 15:22:29 -08:00
tree refactor(core): add a checkIndex to the compiler view nodes 2017-10-04 14:55:54 -07:00
bootstrap_ng2.ts refactor(animations): support browser animation rendering (#14578) 2017-02-22 15:14:49 -08:00
bootstrap_plain.ts refactor(benchmarks): refactor to support AOT bootstrap in G3 (#12075) 2016-10-04 16:27:45 -07:00
util.ts fix(core): Update types for TypeScript nullability support (#15472) 2017-03-29 09:34:45 -07:00