mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The semantics for nullish coalescing (`??`) in Javascript/Typescript differ slightly from the semantics in Angular templates. Mixing nullish coalescing with logical and/or without parentheses is an error in Javascript. This PR adds an extended diagnostic that can be enabled to treat it as an error in Angular templates as well. PR Close #60279 |
||
|---|---|---|
| .. | ||
| integrationtest | ||
| linker | ||
| private | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| esbuild.config.js | ||
| index.ts | ||
| package.json | ||
| tsconfig-build.json | ||
| tsconfig.json | ||