(path: string)
| 10 | export interface EmitHost { |
| 11 | directoryExists(path: string): boolean; |
| 12 | fileExists(path: string): boolean; |
| 13 | getCurrentDirectory(): string; |
| 14 | readFile(path: string): string | undefined; |
| 15 | writeFile: ts.WriteFileCallback; |
no outgoing calls
no test coverage detected