mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| binding.ts | ||
| decorators.dart | ||
| decorators.ts | ||
| exceptions.ts | ||
| forward_ref.dart | ||
| forward_ref.ts | ||
| injector.ts | ||
| key.ts | ||
| metadata.ts | ||
| opaque_token.ts | ||
| type_info.dart | ||
| type_info.ts | ||
| type_literal.dart | ||
| type_literal.ts | ||