The result of comparing two Elixir sources.
Summary
Types
@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()] }
The result of comparing two Elixir sources.
@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()] }