Skip to content

Commit 3943588

Browse files
committed
CompilerHostLikeForCache rename
1 parent c909bec commit 3943588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiler/program.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ namespace ts {
203203
return compilerHost;
204204
}
205205

206-
interface ComplierHostLikeForCache {
206+
interface CompilerHostLikeForCache {
207207
fileExists(fileName: string): boolean;
208208
readFile(fileName: string, encoding?: string): string | undefined;
209209
directoryExists?(directory: string): boolean;
@@ -213,7 +213,7 @@ namespace ts {
213213

214214
/*@internal*/
215215
export function changeCompilerHostLikeToUseCache(
216-
host: ComplierHostLikeForCache,
216+
host: CompilerHostLikeForCache,
217217
toPath: (fileName: string) => Path,
218218
getSourceFile?: CompilerHost["getSourceFile"]
219219
) {

0 commit comments

Comments
 (0)