ExAST.Diff.Result (ExAST v0.11.0)

Copy Markdown View Source

The result of comparing two Elixir sources.

Summary

Types

t()

@type t() :: %ExAST.Diff.Result{
  edits: [ExAST.Diff.Edit.t()],
  left: term(),
  mappings: %{required(non_neg_integer()) => non_neg_integer()},
  right: term(),
  summary: [String.t()]
}