angular-docs-cn/packages/compiler-cli/test/diagnostics
Tobias Bosch 996c7c2dde feat(compiler): reuse the TypeScript typecheck for template typechecking. (#19152)
This speeds up the compilation process significantly.

Also introduces a new option `fullTemplateTypeCheck` to do more checks in templates:
- check expressions inside of templatized content (e.g. inside of `<div *ngIf>`).
- check the arguments of calls to the `transform` function of pipes
- check references to directives that were exposed as variables via `exportAs`
PR Close #19152
2017-09-14 13:37:08 -04:00
..
check_types_spec.ts feat(compiler): reuse the TypeScript typecheck for template typechecking. (#19152) 2017-09-14 13:37:08 -04:00
expression_diagnostics_spec.ts refactor(compiler): remove all source-level traces to tsc-wrapped (#18966) 2017-09-13 20:47:37 -04:00
mocks.ts feat(compiler-cli): add watch mode to `ngc` (#18818) 2017-08-31 09:46:24 -07:00
symbol_query_spec.ts refactor(compiler): remove all source-level traces to tsc-wrapped (#18966) 2017-09-13 20:47:37 -04:00