class DirectoryEmitResultimport { DirectoryEmitResult } from "https://dotland.deno.dev/x/ts_morph@20.0.0/ts_morph.d.ts"; ConstructorsnewprivateDirectoryEmitResult()Propertiesprivatereadonly_outputFilePathsprivatereadonly_skippedFilePathsMethodsgetOutputFilePaths(): StandardizedFilePath[]Gets the output file paths. getSkippedFilePaths(): StandardizedFilePath[]Gets a collections of skipped file paths.