angular/modules/@angular/language-service/src
Tobias Bosch 9c697030e6 feat(compiler): generate proper reexports in .ngfactory.ts files to not need transitive deps for compiling .ngfactory.ts files. (#13524)
Note: This checks the constructors of `@Injectable` classes more strictly.
E.g this will fail now as the constructor argument has no `@Inject` nor is
the type of the argument a DI token.

```
@Injectable()
class MyService {
  constructor(dep: string) {}
}
```

Last part of #12787
Closes #12787
2016-12-27 09:36:47 -08:00
..
ast_path.ts feat(language-service): add services to support editors (#12987) 2016-11-22 09:10:23 -08:00
common.ts feat(language-service): add services to support editors (#12987) 2016-11-22 09:10:23 -08:00
completions.ts feat(language-service): add services to support editors (#12987) 2016-11-22 09:10:23 -08:00
definitions.ts feat(language-service): add services to support editors (#12987) 2016-11-22 09:10:23 -08:00
diagnostics.ts feat(language-service): warn when a method isn't called in an event (#13437) 2016-12-13 11:20:45 -08:00
expressions.ts fix(language-service): correctly type undefined 2016-12-13 11:23:08 -08:00
hover.ts feat(language-service): add services to support editors (#12987) 2016-11-22 09:10:23 -08:00
html_info.ts feat(language-service): add services to support editors (#12987) 2016-11-22 09:10:23 -08:00
html_path.ts feat(language-service): add services to support editors (#12987) 2016-11-22 09:10:23 -08:00
language_service.ts refactor(compiler): remove unneeded fields from metadata 2016-11-28 15:19:23 -08:00
locate_symbol.ts refactor(compiler): remove unneeded fields from metadata 2016-11-28 15:19:23 -08:00
reflector_host.ts fix(language-service): update to use CompilerHost from compiler-cli (#13189) 2016-12-02 14:34:16 -08:00
template_path.ts feat(language-service): add services to support editors (#12987) 2016-11-22 09:10:23 -08:00
ts_plugin.ts fix(language-service): remove incompletely used parameter from createLanguageServiceFromTypescript() (#13278) 2016-12-06 16:19:39 -08:00
types.ts fix(language-service): update to use CompilerHost from compiler-cli (#13189) 2016-12-02 14:34:16 -08:00
typescript_host.ts feat(compiler): generate proper reexports in .ngfactory.ts files to not need transitive deps for compiling .ngfactory.ts files. (#13524) 2016-12-27 09:36:47 -08:00
utils.ts refactor(compiler): remove unneeded fields from metadata 2016-11-28 15:19:23 -08:00
version.ts fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00