import { Project } from "https://dotland.deno.dev/x/ts_morph@20.0.0/bootstrap/ts_morph_bootstrap.js";
Methods
_addSourceFilesForTsConfigResolver(tsConfigResolver, compilerOptions)
_addSourceFilesForTsConfigResolverSync(tsConfigResolver, compilerOptions)
_getTsConfigResolver(tsConfigFilePath)
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,