angular/packages/compiler-cli/src/ngtsc
Daniel Trevino dee04bd96e refactor(compiler-cli): move component out of TemplateContext (#43232)
Move `component` out of the `TemplateContext` so the context can be
reused for multiple components.

Refs #42966

PR Close #43232
2021-08-26 16:36:31 -07:00
..
annotations refactor(compiler-cli): rename ExtendedTemplateChecker get diagnostics fucntion (#43134) 2021-08-25 10:43:01 -07:00
core refactor(compiler-cli): change checks folder structure (#43232) 2021-08-26 16:36:31 -07:00
cycles perf(compiler-cli): optimize cycle detection using a persistent cache (#41271) 2021-07-15 13:13:48 -07:00
diagnostics refactor(compiler-cli): add BananaInBoxCheck to the template checks (#42984) 2021-08-10 15:55:49 -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 refactor(compiler-cli): move getSourceCodeForDiagnostic to utils (#42984) 2021-08-10 15:55:49 -07:00
transform refactor(compiler-cli): add extendedTemplateCheck phase to compiler (#43107) 2021-08-19 11:55:27 -07: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): move component out of TemplateContext (#43232) 2021-08-26 16:36:31 -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): remove unused closureCompilerEnabled from NgtscProgram (#43148) 2021-08-16 17:19:53 -07:00
tsc_plugin.ts refactor(compiler-cli): replace the IncrementalDriver with a new design (#41475) 2021-04-13 13:05:35 -07:00