angular-cn/modules/benchpress/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
..
firefox_extension style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
metric refactor(RegExp): use /.../ to create RegExp literal 2015-07-09 09:14:25 +02:00
reporter refactor(di): unified di injector and core injector 2015-06-26 15:59:18 -07:00
validator chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
webdriver chore(build): enable type-checking for TypeScript ES6 emit. 2015-08-06 16:57:52 -07:00
common_options.ts chore(build): Fix .d.ts generation errors caused by invisible types of exported declarations 2015-07-17 10:43:21 -07:00
measure_values.ts refactor(benchpress): convert src and test to typescript 2015-05-29 14:02:58 -07:00
metric.ts chore(build): Fix .d.ts generation errors caused by invisible types of exported declarations 2015-07-17 10:43:21 -07:00
reporter.ts chore(build): Fix .d.ts generation errors caused by invisible types of exported declarations 2015-07-17 10:43:21 -07:00
runner.ts refactor(di): unified di injector and core injector 2015-06-26 15:59:18 -07:00
sample_description.ts chore: update files to match clang-format 1.0.21. 2015-06-19 15:00:32 -07:00
sampler.ts chore: move to clang-format 1.0.17. 2015-06-03 15:27:27 -07:00
statistic.ts refactor(benchpress): convert src and test to typescript 2015-05-29 14:02:58 -07:00
validator.ts chore(build): Fix .d.ts generation errors caused by invisible types of exported declarations 2015-07-17 10:43:21 -07:00
web_driver_adapter.ts chore(build): Fix .d.ts generation errors caused by invisible types of exported declarations 2015-07-17 10:43:21 -07:00
web_driver_extension.ts chore: run clang-format on code base. 2015-07-12 18:50:52 +02:00