mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Removes logic that was explicitly adding parentheses around ternaries used as the condition of another ternary. Instead we can just rely on Typescript to add the parentheses if they are needed to make the code match the structure of the AST. Also added a note pointing to the issue that currently prevents us from removing similar logic pertaining to nullish coalescing PR Close #60263 |
||
|---|---|---|
| .. | ||
| integrationtest | ||
| linker | ||
| private | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| esbuild.config.js | ||
| index.ts | ||
| package.json | ||
| tsconfig-build.json | ||
| tsconfig.json | ||