import { CombinedCodeActions } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Represents file changes.
Methods
applyChanges(options?: ApplyFileTextChangesOptions): this
Executes the combined code actions.
WARNING: This will cause all nodes to be forgotten in the changed files.
Text changes to apply to each file.