angular/modules/angular2/src/di
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
..
binding.ts cleanup(DI): clean up visibility decorators 2015-07-31 02:30:26 +00:00
decorators.dart cleanup(DI): clean up visibility decorators 2015-07-31 02:30:26 +00:00
decorators.ts cleanup(DI): clean up visibility decorators 2015-07-31 02:30:26 +00:00
exceptions.ts feat(change_detection): provide error context for change detection errors 2015-07-24 15:45:26 -07:00
forward_ref.dart chore(doc-gen): remove unnecessary @public and @exportedAs tags 2015-07-11 07:21:46 +01:00
forward_ref.ts chore(doc-gen): remove unnecessary @public and @exportedAs tags 2015-07-11 07:21:46 +01:00
injector.ts chore(build): enable type-checking for TypeScript ES6 emit. 2015-08-06 16:57:52 -07:00
key.ts feat(build): require parameter types 2015-07-21 06:20:13 -07:00
metadata.ts docs(fix-docgen): Fix docgen issues with some recent updates to core 2015-08-03 14:27:02 -07:00
opaque_token.ts chore(doc-gen): remove unnecessary @public and @exportedAs tags 2015-07-11 07:21:46 +01:00
type_info.dart fix: Improve error message on missing dependency 2015-06-10 16:40:38 -07:00
type_info.ts fix: Improve error message on missing dependency 2015-06-10 16:40:38 -07:00
type_literal.dart feat(di): support type literals in DI 2015-05-12 10:57:53 -07:00
type_literal.ts feat(di): support type literals in DI 2015-05-12 10:57:53 -07:00