mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
336916ceb0
Allows for `SourceFileValidatorRule.checkNode` to produce a single diagnostic. The most common case should be one diagnostic per node so this allows us to save some array allocations. PR Close #54993