pub fn parse_checker_output(
stdout: &str,
stderr: &str,
file: &Path,
checker: &str,
) -> Vec<ValidationError>Expand description
Parse type checker output into structured validation errors.
Handles output formats from tsc, pyright (JSON), cargo check (JSON), and go vet. Filters to errors related to the edited file where feasible.