Vibe.Code.AST.Result (vibe v0.2.2)

Copy Markdown View Source

Structured AST operation result.

Summary

Types

t()

@type t() :: %Vibe.Code.AST.Result{
  action: Vibe.Code.AST.action(),
  diff: term(),
  dry_run: boolean() | nil,
  path: String.t() | nil,
  pattern: term(),
  replacement: term(),
  result: term()
}