angular/packages/compiler-cli
Miles Malerba ffb19e64f1 fix(compiler-cli): preserve required parens for nullish coalescing (#60060)
Fixes outputted nullish coalescing expressions to not drop parentheses
when it would change the meaning of the expression.

PR Close #60060
2025-03-04 17:44:54 +00:00
..
integrationtest Revert "refactor(core): remove unused injection props (#59209)" (#59386) 2025-01-06 21:35:58 +00:00
linker feat(compiler): support exponentiation operator in templates (#59894) 2025-02-25 11:03:37 -05:00
private refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
src fix(compiler-cli): preserve required parens for nullish coalescing (#60060) 2025-03-04 17:44:54 +00:00
test fix(compiler-cli): preserve required parens for nullish coalescing (#60060) 2025-03-04 17:44:54 +00:00
BUILD.bazel refactor(compiler): remove ngcc binary (#60185) 2025-03-03 22:05:22 +00:00
esbuild.config.js refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
index.ts refactor(compiler-cli): expose diagnostic error code (#59353) 2025-01-06 16:21:26 +00:00
package.json feat(core): drop support for TypeScript older than 5.8 (#60197) 2025-03-04 17:39:06 +00:00
tsconfig-build.json refactor(compiler-cli): dismantle View Engine implementation of ngc (#44269) 2021-12-01 10:36:30 -08:00
tsconfig.json