Skip to content

Conversation

@binerdy
Copy link

@binerdy binerdy commented Dec 9, 2024

In a large code base with 19'000 issues Angular tests are not reporting .html errors even when the option strictTemplates is passed.

This is because Angular defaultGatherDiagnostics doesn't continue gathering diagnostics if some diagnostic checks fail.

This PR is a start for a discussion on how we want to introduce the changes, without breaking behavior.
So far this is a breaking change as now all errors will be reported.

But we could solve this for instance via a configuration and switch between default behavior and a report all at once behavior.
Other ideas are welcome.

@binerdy binerdy closed this by deleting the head repository Oct 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant