angular/packages/compiler-cli/src/ngtsc
Alex Rickabaugh c7f9516ab9 feat(language-service): implement signature help (#41581)
This commit implements signature help in the Language Service, on top of
TypeScript's implementation within the TCB.

A separate PR adds support for translation of signature help data from TS'
API to the LSP in the Language Service extension.

PR Close #41581
2021-04-13 12:39:17 -07:00
..
annotations refactor(compiler-cli): track a dependency on a default import on WrappedNodeExpr (#41557) 2021-04-12 17:05:10 -07:00
core refactor(compiler-cli): track a dependency on a default import on WrappedNodeExpr (#41557) 2021-04-12 17:05:10 -07:00
cycles perf(compiler-cli): refactor the performance tracing infrastructure (#41125) 2021-03-24 13:42:24 -07:00
diagnostics fix(compiler-cli): show a more specific error for Ivy NgModules (#41534) 2021-04-13 07:34:45 -07:00
entry_point refactor(compiler-cli): implement DeclarationNode node type (#38959) 2020-10-12 08:32:46 -07:00
file_system refactor(compiler): remove dependency on fs-extra (#41445) 2021-04-05 15:04:50 -07:00
imports refactor(compiler-cli): track a dependency on a default import on WrappedNodeExpr (#41557) 2021-04-12 17:05:10 -07:00
incremental perf(compiler-cli): allow incremental compilation in the presence of redirected source files (#41448) 2021-04-12 21:03:26 -07: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): having an ɵinj field no longer guarantees injectability (#41231) 2021-03-30 16:46:37 -07:00
modulewithproviders perf(compiler-cli): avoid module resolution in cycle analysis (#40948) 2021-03-08 12:05:49 -08:00
partial_evaluator feat(ngcc): support __read helper as used by TypeScript 4.2 (#41201) 2021-03-16 11:06:31 -07:00
perf feat(language-service): implement signature help (#41581) 2021-04-13 12:39:17 -07:00
program_driver perf(compiler-cli): allow incremental compilation in the presence of redirected source files (#41448) 2021-04-12 21:03:26 -07:00
reflection feat(ngcc): support __read helper as used by TypeScript 4.2 (#41201) 2021-03-16 11:06:31 -07:00
resource feat(compiler-cli): support transforming component style resources (#41307) 2021-04-02 15:48:45 -07:00
routing build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
scope perf(compiler-cli): avoid module resolution in cycle analysis (#40948) 2021-03-08 12:05:49 -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): 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(core): rename ...WithMeta types to ...Declaration and alias to unknown (#41119) 2021-03-22 08:57:18 -07:00
transform refactor(compiler-cli): track a dependency on a default import on WrappedNodeExpr (#41557) 2021-04-12 17:05:10 -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 feat(language-service): implement signature help (#41581) 2021-04-13 12:39:17 -07:00
util perf(compiler-cli): allow incremental compilation in the presence of redirected source files (#41448) 2021-04-12 21:03:26 -07:00
program.ts refactor(compiler-cli): cleanup redundant storage of reuse ts.Program (#41289) 2021-04-12 21:03:58 -07:00
tsc_plugin.ts fix(compiler-cli): ensure the compiler tracks ts.Programs correctly (#41291) 2021-04-08 10:20:38 -07:00