https://github.com/angular/angular
Revision 416368a587c467e162da334886c07b71dd6fb2cf authored by Doug Parker on 07 December 2021, 05:41:31 UTC, committed by Andrew Scott on 11 January 2022, 17:33:16 UTC
Refs #42966.

This includes a mapping of extended template diagnostics to their associated diagnostic category. It is generated from the list of diagnostic names, so the list should always be implicitly kept up to date. Usage looks like:

```json
{
  "angularCompilerOptions": {
    "extendedDiagnostics": {
      "checks": {
        "invalidBananaInBox": "error",
        "nullishCoalescingNotNullable": "suppress"
      }
    }
  }
}
```

PR Close #44391
1 parent 4033fdf
History
Tip revision: 416368a587c467e162da334886c07b71dd6fb2cf authored by Doug Parker on 07 December 2021, 05:41:31 UTC
refactor(compiler-cli): add initial compiler options definitions for extended template diagnostics (#44391)
Tip revision: 416368a

README.md

back to top