angular/packages/compiler-cli/src/ngtsc
Zach Arend e58c8a68cb refactor(compiler-cli): don't use FakeEnvironment for tcb tests (#41268)
For the tests in //packages/compiler-cli/src/ngtsc/typecheck, this
commits uses a `TypeCheckFile` for the environment, rather than a
`FakeEnvironment`. Using a real environment gives us more flexibility
with testing.

PR Close #41268
2021-03-19 12:31:27 -07:00
..
annotations refactor(compiler): move factory out of injector definition (#41022) (#41133) 2021-03-09 08:51:59 -08:00
core perf(compiler-cli): ensure module resolution cache is reused for type-check program (#39693) 2021-03-09 10:41:10 -08:00
cycles perf(compiler-cli): use bound symbol in import graph in favor of module resolution (#40948) 2021-03-08 12:05:52 -08:00
diagnostics refactor(compiler-cli): error on cyclic imports in partial compilation (#40782) 2021-02-17 06:53:38 -08:00
entry_point refactor(compiler-cli): implement DeclarationNode node type (#38959) 2020-10-12 08:32:46 -07:00
file_system refactor(compiler-cli): split up NodeJSFileSystem class (#40281) 2021-01-08 09:34:44 -08:00
imports perf(compiler-cli): avoid module resolution in cycle analysis (#40948) 2021-03-08 12:05:53 -08:00
incremental perf(compiler-cli): detect semantic changes and their effect on an incremental rebuild (#40947) 2021-03-08 08:41:22 -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 perf(compiler-cli): avoid module resolution in cycle analysis (#40948) 2021-03-08 12:05:53 -08:00
partial_evaluator perf(compiler-cli): detect semantic changes and their effect on an incremental rebuild (#40947) 2021-03-08 08:41:22 -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): introduce fast path for resource-only updates (#40561) 2021-01-27 10:45:57 -08: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:53 -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:46 -08:00
switch refactor(compiler-cli): remove usage of ts.updateIdentifier (#38076) 2020-08-24 13:07:02 -07:00
testing fix(core): ensure the type T of EventEmitter<T> can be inferred (#40644) 2021-02-03 09:07:30 -08:00
transform perf(compiler-cli): detect semantic changes and their effect on an incremental rebuild (#40947) 2021-03-08 08:41:22 -08:00
translator fix(compiler-cli): set TS original node on imported namespace identifiers (#40711) 2021-02-11 15:58:25 -08:00
typecheck refactor(compiler-cli): don't use FakeEnvironment for tcb tests (#41268) 2021-03-19 12:31:27 -07:00
util fix(language-service): include compilerOptions.rootDir in rootDirs (#40243) 2021-01-06 10:54:11 -08:00
program.ts refactor(compiler-cli): introduce CompilationTicket system for NgCompiler (#40561) 2021-01-27 10:45:57 -08:00
tsc_plugin.ts refactor(compiler-cli): introduce CompilationTicket system for NgCompiler (#40561) 2021-01-27 10:45:57 -08:00