Properties
Protected
host
host: CompilerHost = ...
Protected
knownFiles
knownFiles: {
[path: string]: string;
} = {}
Protected
options
options: CompilerOptions = ...
Protected
printer
printer: Printer = ...
Protected
program
program: Program = ...
Protected
sourceFiles
sourceFiles: {
[path: string]: SourceFile;
} = {}
Type declaration
-
[path: string]: SourceFile