angular/modules/angular2/src/facade
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
..
async.dart style(dart): Format with dartfmt v0.2.0 2015-08-05 11:04:29 -07:00
async.ts chore(build): enable type-checking for TypeScript ES6 emit. 2015-08-06 16:57:52 -07:00
browser.dart refactor(router): convert to typescript 2015-06-02 11:06:44 -07:00
browser.ts refactor(router): convert to typescript 2015-06-02 11:06:44 -07:00
collection.dart style(dart): Format with dartfmt v0.2.0 2015-08-05 11:04:29 -07:00
collection.ts chore(build): enable type-checking for TypeScript ES6 emit. 2015-08-06 16:57:52 -07:00
intl.dart style(dart): Format with dartfmt v0.2.0 2015-08-05 11:04:29 -07:00
intl.ts chore(build): Upgrade to TypeScript@1.5.3 2015-07-31 20:01:27 +00:00
lang.dart style(dart): Format with dartfmt v0.2.0 2015-08-05 11:04:29 -07:00
lang.ts docs(type): Export Type so that we can link to it in our docs. 2015-07-31 20:40:33 +00:00
math.dart feat(material): first ng2 material design components 2015-04-14 16:15:35 -07:00
math.ts chore(build): don’t include export var __esModule = true in every file 2015-05-19 15:12:59 -07:00