pub fn build_line_hunks_default(
old_text: &str,
new_text: &str,
) -> Vec<DocDiffHunk>Expand description
Convenience matching the TS default of 3 context lines.
pub fn build_line_hunks_default(
old_text: &str,
new_text: &str,
) -> Vec<DocDiffHunk>Convenience matching the TS default of 3 context lines.