pub fn run_class_diff(
file_a: &Path,
file_b: &Path,
semantic_only: bool,
) -> Result<DiffReport>Expand description
Run a class-level diff between two files.
This is the L5 diff algorithm. It extracts classes from both files, matches them by name, and then diffs their members (methods, fields, bases).