Calque.Diff (calque v1.3.1)
View SourceUtilities to render simple line-by-line diffs used by Calque's CLI output.
Summary
Types
@type diff_line() :: %{ number: pos_integer(), line: String.t(), kind: diff_line_kind() }
@type diff_line_kind() :: :old | :new | :shared