ExAST.PatchConflict (ExAST v0.12.0)

Copy Markdown View Source

Describes overlapping replacement ranges in a rewrite plan.

Summary

Types

t()

@type t() :: %ExAST.PatchConflict{
  first_range: Sourceror.Range.t(),
  reason: :overlapping_replacements,
  second_range: Sourceror.Range.t()
}