mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Enable building typescript.d.ts with current source
This commit is contained in:
@@ -203,6 +203,7 @@ namespace ts {
|
||||
return compilerHost;
|
||||
}
|
||||
|
||||
/*@internal*/
|
||||
interface CompilerHostLikeForCache {
|
||||
fileExists(fileName: string): boolean;
|
||||
readFile(fileName: string, encoding?: string): string | undefined;
|
||||
@@ -3123,6 +3124,7 @@ namespace ts {
|
||||
}
|
||||
}
|
||||
|
||||
/*@internal*/
|
||||
interface CompilerHostLike {
|
||||
useCaseSensitiveFileNames(): boolean;
|
||||
getCurrentDirectory(): string;
|
||||
|
||||
Reference in New Issue
Block a user