import { RefactorEditInfo } from "https://dotland.deno.dev/x/ts_morph@21.0.0/mod.ts";
Set of edits to make in response to a refactor action, plus an optional location where renaming should be invoked from.
Methods
applyChanges(options?: ApplyFileTextChangesOptions): this
Executes the combined code actions.
WARNING: This will cause all nodes to be forgotten in the changed files.