Calque.Diff (calque v1.3.1)

View Source

Utilities to render simple line-by-line diffs used by Calque's CLI output.

Summary

Types

diff_line()

@type diff_line() :: %{
  number: pos_integer(),
  line: String.t(),
  kind: diff_line_kind()
}

diff_line_kind()

@type diff_line_kind() :: :old | :new | :shared