Skip to main content
Module

x/ts_morph/common/mod.ts>TsConfigResolver

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
class TsConfigResolver
import { TsConfigResolver } from "https://deno.land/x/ts_morph@17.0.1/common/mod.ts";

Constructors

new
TsConfigResolver(
tsConfigFilePath: StandardizedFilePath,
encoding: string,
)

Properties

private
readonly
encoding
private
readonly
fileSystem
private
getTsConfigFileJson
private
readonly
host
private
parseJsonConfigFileContent
private
readonly
tsConfigDirPath
private
readonly
tsConfigFilePath

Methods

getErrors(): ts.Diagnostic[]
getPaths(compilerOptions?: CompilerOptions): { filePaths: StandardizedFilePath[]; directoryPaths: StandardizedFilePath[]; }