angular/modules/examples
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
..
e2e_test style(dart): Format with dartfmt v0.2.0 2015-08-05 11:04:29 -07:00
src chore(build): enable type-checking for TypeScript ES6 emit. 2015-08-06 16:57:52 -07:00
test/benchpress style(dart): Format with dartfmt v0.2.0 2015-08-05 11:04:29 -07:00
pubspec.yaml feat(transformers): directive aliases in Dart transformers (fix #1747) 2015-07-23 15:25:32 -07:00