class OutputFileimport { OutputFile } from "https://dotland.deno.dev/x/ts_morph@17.0.0/mod.ts"; Output file of an emit. ConstructorsnewprivateOutputFile()PropertiesreadonlycompilerObject: ts.OutputFileTypeScript compiler output file. MethodsgetFilePath(): StandardizedFilePathGets the file path. getText(): stringGets the file text. getWriteByteOrderMark(): booleanGets whether the byte order mark should be written.