angular/packages/compiler-cli/src/ngtsc
Kristiyan Kostadinov b1f3d2eab8 refactor(compiler): replace output AST write nodes (#61682)
Similarly to the previous change to the expression AST, these changes replace the `WriteVarExpr`, `WriteKeyExpr` and `WritePropExpr` from the output AST with a binary expression. This is closer aligned to TypeScript and makes it easier to translate code between the two.

PR Close #61682
2025-06-03 11:08:50 -04:00
..
annotations feat(compiler-cli): support host directives with direct external references in fast type declaration emission (#61469) 2025-05-21 13:46:43 +00:00
core fix(compiler-cli): rename flag for enabling fast type declaration emission (#61353) 2025-05-19 08:27:43 +00:00
cycles build: migrate compiler-cli/src/ngtsc to ts_project (#61181) 2025-05-09 15:59:46 +00:00
diagnostics fix(compiler): move defer trigger assertions out of parser (#61747) 2025-05-30 13:44:58 -04:00
docs refactor(compiler): account for pipes without names (#61328) 2025-05-19 08:24:06 +00:00
entry_point build: migrate compiler-cli/src/ngtsc to ts_project (#61181) 2025-05-09 15:59:46 +00:00
file_system build: migrate localize package to use rules_js (#61613) 2025-05-26 08:53:55 +00:00
hmr build: migrate compiler-cli/src/ngtsc to ts_project (#61181) 2025-05-09 15:59:46 +00:00
imports build: migrate compiler-cli/src/ngtsc to ts_project (#61181) 2025-05-09 15:59:46 +00:00
incremental build: migrate compiler-cli/src/ngtsc to ts_project (#61181) 2025-05-09 15:59:46 +00:00
indexer refactor(compiler): account for new assignment AST (#61682) 2025-06-03 11:08:50 -04:00
logging build: migrate compiler-cli/src/ngtsc to ts_project (#61181) 2025-05-09 15:59:46 +00:00
metadata feat(compiler-cli): support host directives with direct external references in fast type declaration emission (#61469) 2025-05-21 13:46:43 +00:00
partial_evaluator build: migrate compiler-cli/src/ngtsc to ts_project (#61181) 2025-05-09 15:59:46 +00:00
perf build: migrate compiler-cli/src/ngtsc to ts_project (#61181) 2025-05-09 15:59:46 +00:00
program_driver refactor: add explicit types for exports relying on inferred call return type (#61312) 2025-05-13 22:45:18 +00:00
reflection build: migrate compiler-cli/src/ngtsc to ts_project (#61181) 2025-05-09 15:59:46 +00:00
resource build: migrate compiler-cli/src/ngtsc to ts_project (#61181) 2025-05-09 15:59:46 +00:00
scope refactor(compiler): account for pipes without names (#61328) 2025-05-19 08:24:06 +00:00
shims refactor: add explicit types for exports relying on inferred call return type (#61312) 2025-05-13 22:45:18 +00:00
sourcemaps build: migrate compiler-cli/src/ngtsc to ts_project (#61181) 2025-05-09 15:59:46 +00:00
testing build: migrate compiler-cli/src/ngtsc to ts_project (#61181) 2025-05-09 15:59:46 +00:00
transform refactor(compiler-cli): remove unused transform methods from DtsTransform (#61610) 2025-05-22 13:25:20 -07:00
translator refactor(compiler): replace output AST write nodes (#61682) 2025-06-03 11:08:50 -04:00
typecheck refactor(compiler): account for new assignment AST (#61682) 2025-06-03 11:08:50 -04:00
util build: migrate compiler-cli/src/ngtsc to ts_project (#61181) 2025-05-09 15:59:46 +00:00
validation refactor(compiler-cli): remove hardcoded config for unused standalone imports rule enablement (#61622) 2025-05-26 09:20:25 +00:00
xi18n build: migrate compiler-cli/src/ngtsc to ts_project (#61181) 2025-05-09 15:59:46 +00:00
program.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
tsc_plugin.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00