angular/packages/compiler-cli/src/ngtsc
Andrew Scott 989b4a94d4 refactor(compiler-cli): Return symbols for all matching outputs (#40144)
This commit ensures that the template type checker returns symbols for
all outputs if a template output listener binds to more than one.

PR Close #40144
2021-01-06 13:53:46 -08:00
..
annotations feat(compiler-cli): JIT compilation of component declarations (#40127) 2021-01-06 08:28:03 -08:00
core refactor(compiler-cli): introduce APIs to support directive autocompletion (#40032) 2020-12-14 12:08:41 -08:00
cycles build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
diagnostics refactor(compiler-cli): make template parsing errors into diagnostics (#38576) 2020-09-03 14:02:35 -07:00
entry_point refactor(compiler-cli): implement DeclarationNode node type (#38959) 2020-10-12 08:32:46 -07:00
file_system refactor(compiler-cli): return the FileSystem from initMockFileSystem() (#39617) 2020-11-13 11:25:56 -08:00
imports refactor(compiler-cli): support namespaced references (#39346) 2020-10-23 15:17:11 -07:00
incremental fix(compiler-cli): correct incremental behavior even with broken imports (#39923) 2020-12-03 13:42:13 -08:00
indexer refactor(compiler-cli): identify structural directives (#40032) 2020-12-14 12:08:41 -08:00
logging build(compiler-cli): fix bazel deps rules for ngtsc testing packages (#37977) 2020-07-08 12:05:22 -07:00
metadata refactor(compiler-cli): identify structural directives (#40032) 2020-12-14 12:08:41 -08:00
modulewithproviders refactor(compiler): replace Comment nodes with leadingComments property (#38811) 2020-09-18 08:01:25 -07:00
partial_evaluator fix(compiler-cli): correct incremental behavior even with broken imports (#39923) 2020-12-03 13:42:13 -08:00
perf refactor(compiler-cli): implement DeclarationNode node type (#38959) 2020-10-12 08:32:46 -07:00
reflection refactor(compiler-cli): identify structural directives (#40032) 2020-12-14 12:08:41 -08:00
resource perf(compiler-cli): reduce filesystem hits during resource resolution (#39604) 2020-11-12 13:57:20 -08:00
routing build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
scope refactor(compiler-cli): identify structural directives (#40032) 2020-12-14 12:08:41 -08:00
shims feat(compiler-cli): add support for TypeScript 4.0 (#38076) 2020-08-24 13:06:59 -07:00
sourcemaps fix(compiler-cli): handle \r\n line-endings correctly in source-mapping (#40187) 2020-12-22 14:50:57 -08:00
switch refactor(compiler-cli): remove usage of ts.updateIdentifier (#38076) 2020-08-24 13:07:02 -07:00
testing test(compiler-cli): improve compliance test performance (#39956) 2020-12-04 10:17:21 -08:00
transform feat(compiler): support tagged template literals in code generator (#39122) 2020-12-07 16:20:04 -08:00
translator feat(compiler): support tagged template literals in code generator (#39122) 2020-12-07 16:20:04 -08:00
typecheck refactor(compiler-cli): Return symbols for all matching outputs (#40144) 2021-01-06 13:53:46 -08:00
util fix(language-service): include compilerOptions.rootDir in rootDirs (#40243) 2021-01-06 10:54:11 -08:00
program.ts fix(compiler-cli): track poisoned scopes with a flag (#39923) 2020-12-03 13:42:13 -08:00
tsc_plugin.ts fix(compiler-cli): track poisoned scopes with a flag (#39923) 2020-12-03 13:42:13 -08:00