angular/packages/compiler-cli/src/ngtsc
Kristiyan Kostadinov b6b5adca38 fix(compiler): account for type-only imports in defer blocks (#52343)
Fixes that `@defer` blocks didn't account for type-only imports which could cause the import to be considered as not deferrable.

PR Close #52343
2023-10-24 09:20:49 -07:00
..
annotations refactor(compiler-cli): remove unnecessary compilationMode args (#52215) 2023-10-19 09:38:30 -07:00
core refactor(compiler-cli): add local compilation logic to reflection host getConstructorParameters method (#52215) 2023-10-19 09:38:30 -07:00
cycles build: ensure bootstrap transitive runfiles are made available (#48521) 2022-12-19 19:50:41 +00:00
diagnostics feat(core): Provide a diagnostic for missing Signal invocation in template interpolation. (#49660) 2023-10-10 11:55:13 -07:00
docs refactor(compiler): extract generic info for api reference (#52204) 2023-10-17 12:29:24 +02:00
entry_point build: ensure bootstrap transitive runfiles are made available (#48521) 2022-12-19 19:50:41 +00:00
file_system build: remove Windows CI check (#52140) 2023-10-10 14:07:03 -07:00
imports fix(compiler): account for type-only imports in defer blocks (#52343) 2023-10-24 09:20:49 -07:00
incremental refactor(compiler-cli): remove incrementalDriver on the compiler (#49869) 2023-04-17 14:54:53 +00:00
indexer Revert "refactor(compiler-cli): remove MethodIdentifier type (#49611)" (#52174) 2023-10-12 12:35:48 +02:00
logging build: ensure bootstrap transitive runfiles are made available (#48521) 2022-12-19 19:50:41 +00:00
metadata build: align with internal tsconfig options (#51728) 2023-09-12 11:39:42 -07:00
partial_evaluator refactor(compiler): clean up compatibility code for old TS versions (#52099) 2023-10-10 09:37:38 -07:00
perf feat(language-service): Implement outlining spans for control flow blocks (#52062) 2023-10-09 10:20:26 -07:00
program_driver refactor(compiler): clean up compatibility code for old TS versions (#52099) 2023-10-10 09:37:38 -07:00
reflection refactor(compiler-cli): add local compilation logic to reflection host getConstructorParameters method (#52215) 2023-10-19 09:38:30 -07:00
resource refactor: update code to be ES2022 compliant (#49559) 2023-03-23 08:18:45 -07:00
scope refactor(compiler-cli): Add signals to internal directive metadata (#49981) 2023-04-25 15:39:18 -07:00
shims feat(compiler): drop support for TypeScript 4.8 (#49155) 2023-02-23 10:39:43 -08:00
sourcemaps build: ensure bootstrap transitive runfiles are made available (#48521) 2022-12-19 19:50:41 +00:00
testing build: align with internal tsconfig options (#51728) 2023-09-12 11:39:42 -07:00
transform refactor(compiler): drop regular imports when symbols can be defer-loaded (#51171) 2023-08-04 11:28:07 -04:00
translator refactor(compiler): introduce AST for outputting arrow functions (#51436) 2023-08-23 14:45:33 -07:00
typecheck fix(compiler): template type checking not reporting diagnostics for incompatible type comparisons (#52322) 2023-10-23 09:27:23 -07:00
util refactor(compiler): drop regular imports when symbols can be defer-loaded (#51171) 2023-08-04 11:28:07 -04:00
xi18n refactor(compiler-cli): support xi18n in ngtsc (#42485) 2021-06-21 16:50:28 +00:00
program.ts feat(compiler): extract docs via exports (#51828) 2023-09-20 18:34:55 +02:00
tsc_plugin.ts refactor(compiler-cli): Export the interface PluginCompilerHost for 1p use. (#48874) 2023-02-02 09:44:18 -08:00