angular/packages/compiler-cli/src/ngtsc
Daniel Trevino 3a092d6cea refactor(compiler-cli): introduce extended package to typecheck with it's API (#42984)
This commit introduces //packages/compiler-cli/src/ngtsc/typecheck/extended
as a container for a new phase of diagnostics generation. The API provides an
interface for new template checks to implement and generate template diagnostics.

Refs #42966

PR Close #42984
2021-08-10 15:55:49 -07:00
..
annotations refactor: add override keyword to members implementing abstract declarations (#42512) 2021-07-12 13:11:17 -07:00
core fix(compiler-cli): inline type checking instructions no longer prevent incremental reuse (#42759) 2021-07-07 15:17:25 -07:00
cycles perf(compiler-cli): optimize cycle detection using a persistent cache (#41271) 2021-07-15 13:13:48 -07:00
diagnostics fix(compiler-cli): check split two way binding (#42601) 2021-07-13 08:47:11 -07:00
entry_point refactor(compiler-cli): implement DeclarationNode node type (#38959) 2020-10-12 08:32:46 -07:00
file_system refactor: add override keyword to members implementing abstract declarations (#42512) 2021-07-12 13:11:17 -07:00
imports refactor(compiler-cli): ensure compatibility with noImplicitOverride (#42512) 2021-07-12 13:11:14 -07:00
incremental refactor: add override keyword to members implementing abstract declarations (#42512) 2021-07-12 13:11:17 -07:00
indexer refactor(compiler-cli): ensure compatibility with noImplicitOverride (#42512) 2021-07-12 13:11:14 -07:00
logging build(compiler-cli): fix bazel deps rules for ngtsc testing packages (#37977) 2020-07-08 12:05:22 -07:00
metadata fix(compiler-cli): use correct module resolution context for absolute imports in .d.ts files (#42879) 2021-07-26 13:17:44 -07:00
partial_evaluator fix(compiler-cli): use correct module import for types behind a forwardRef (#42887) 2021-07-20 11:56:05 -07:00
perf feat(language-service): implement signature help (#41581) 2021-04-13 12:39:17 -07:00
program_driver fix(compiler-cli): inline type checking instructions no longer prevent incremental reuse (#42759) 2021-07-07 15:17:25 -07:00
reflection fix(compiler-cli): support reflecting namespace declarations (#42728) 2021-07-02 15:15:04 -07:00
resource fix(language-service): resolve to the pre-compiled style when compiled css url is provided (#41538) 2021-04-14 09:15:00 -07:00
routing build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
scope fix(compiler-cli): use correct module resolution context for absolute imports in .d.ts files (#42879) 2021-07-26 13:17:44 -07:00
shims feat(compiler-cli): add support for TypeScript 4.0 (#38076) 2020-08-24 13:06:59 -07:00
sourcemaps fix(compiler-cli): update type castings for JSON.parse usage (#40710) 2021-02-09 10:48:43 -08:00
switch refactor(compiler-cli): remove usage of ts.updateIdentifier (#38076) 2020-08-24 13:07:02 -07:00
testing fix(core): allow proper type inference when ngFor is used with a trackBy function (#42692) 2021-07-13 14:08:05 -07:00
transform perf(compiler-cli): skip analysis in incremental builds for files without Angular behavior (#42562) 2021-07-21 22:40:38 +00:00
translator refactor(compiler-cli): track a dependency on a default import on WrappedNodeExpr (#41557) 2021-04-12 17:05:10 -07:00
typecheck refactor(compiler-cli): introduce extended package to typecheck with it's API (#42984) 2021-08-10 15:55:49 -07:00
util refactor: add override keyword to members implementing abstract declarations (#42512) 2021-07-12 13:11:17 -07:00
xi18n refactor(compiler-cli): support xi18n in ngtsc (#42485) 2021-06-21 16:50:28 +00:00
program.ts refactor(compiler-cli): support xi18n in ngtsc (#42485) 2021-06-21 16:50:28 +00:00
tsc_plugin.ts refactor(compiler-cli): replace the IncrementalDriver with a new design (#41475) 2021-04-13 13:05:35 -07:00