import { Project } from "https://deno.land/x/ts_morph@21.0.1/bootstrap/ts_morph_bootstrap.js";
Methods
addSourceFileAtPath(filePath, options)
addSourceFileAtPathIfExists(filePath, options)
addSourceFileAtPathIfExistsSync(filePath, options)
addSourceFileAtPathSync(filePath, options)
addSourceFilesByPaths(fileGlobs)
addSourceFilesByPathsSync(fileGlobs)
addSourceFilesFromTsConfig(tsConfigFilePath)
addSourceFilesFromTsConfigSync(tsConfigFilePath)
createProgram(options)
createSourceFile()
filePath,
sourceFileText,
options,
formatDiagnosticsWithColorAndContext(diagnostics, opts?)
getSourceFile(fileNameOrSearchFunction)
getSourceFileOrThrow(fileNameOrSearchFunction)
removeSourceFile(filePathOrSourceFile)
updateSourceFile()
filePathOrSourceFile,
sourceFileText,
options,