angular/modules/benchmarks/src
Alex Eagle 643c71740e chore(build): enable type-checking for TypeScript ES6 emit.
This requires delicate handling of type definitions which collide, because
we use TypeScript-provided lib.d.ts for --target=es5 and lib.es6.d.ts for
--target=es6.
We need to include our polyfill typings only in the --target=es5 case,
and the usages have to be consistent with lib.es6.d.ts.
Also starting with this change we now typecheck additional modules,
so this fixes a bunch of wrong typings which were never checked before.

Fixes #3178
2015-08-06 16:57:52 -07:00
..
change_detection refactor(change_detect): Move common fields to AbstractChangeDetector 2015-07-29 10:46:49 -07:00
compiler fix(render): allow to configure when templates are serialized to strings 2015-07-31 12:04:32 -07:00
costs feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
di feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
element_injector feat(di): removed app injector 2015-07-01 13:33:43 -07:00
largetable feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
naive_infinite_scroll chore(build): enable type-checking for TypeScript ES6 emit. 2015-08-06 16:57:52 -07:00
static_tree feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
tree chore(build): enable type-checking for TypeScript ES6 emit. 2015-08-06 16:57:52 -07:00
index.html feat(benchmark): add static_tree benchmark 2015-07-22 10:58:50 -07:00