angular/packages/compiler-cli/src/ngtsc
Matthieu Riegler e958fa8a3c refactor(compiler): include public constructor paramters to class properties. (#56315)
Public properties declared in the constructor are part of the public API and we should extract them.

Fixes #56310

PR Close #56315
2024-07-15 11:39:21 -07:00
..
annotations feat(compiler-cli): run JIT transform on classes with jit: true opt-out (#56892) 2024-07-10 17:29:19 +02:00
core refactor(compiler-cli): move JIT transforms into ngtsc (#56892) 2024-07-10 17:29:20 +02:00
cycles refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:43 -07:00
diagnostics feat(compiler): Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295) 2024-07-03 15:36:39 +00:00
docs refactor(compiler): include public constructor paramters to class properties. (#56315) 2024-07-15 11:39:21 -07:00
entry_point refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:43 -07:00
file_system build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00
imports feat(core): support TypeScript 5.5 (#56096) 2024-05-29 15:33:33 +02:00
incremental refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:43 -07:00
indexer feat(core): add support for let syntax (#56715) 2024-06-26 12:37:02 -07:00
logging build: ensure bootstrap transitive runfiles are made available (#48521) 2022-12-19 19:50:41 +00:00
metadata refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:43 -07:00
partial_evaluator refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:43 -07:00
perf feat(language-service): support writing code refactorings (#56895) 2024-07-15 11:35:40 -07:00
program_driver build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00
reflection feat(core): support TypeScript 5.5 (#56096) 2024-05-29 15:33:33 +02:00
resource refactor(core): clean up clang comments and workarounds (#55750) 2024-05-13 11:10:36 -07:00
scope refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:43 -07:00
shims refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:43 -07:00
sourcemaps refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:43 -07:00
testing refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:43 -07:00
transform refactor(compiler-cli): move JIT transforms into ngtsc (#56892) 2024-07-10 17:29:20 +02:00
translator refactor(compiler-cli): allow generating same import specifier in different files (#56406) 2024-06-13 10:14:09 -07:00
typecheck fix(compiler-cli): used before declared diagnostic not firing for control flow blocks (#56843) 2024-07-05 13:02:58 +02:00
util refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:43 -07:00
validation refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:43 -07:00
xi18n refactor(compiler-cli): support xi18n in ngtsc (#42485) 2021-06-21 16:50:28 +00:00
program.ts fix(compiler-cli): avoid emitting references to typecheck files in TS 5.4 (#56961) 2024-07-15 11:22:00 -07:00
tsc_plugin.ts build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00