import { FileTextChanges } from "https://dotland.deno.dev/x/ts_morph@17.0.0/ts_morph.d.ts";
Methods
applyChanges(options?: ApplyFileTextChangesOptions): this | undefined
Applies the text changes to the file. This modifies and possibly creates a new source file.
WARNING: This will forget any previously navigated descendant nodes in the source file.
getSourceFile(): SourceFile | undefined
Gets the source file if it was in the cache at the time of this class' creation.