Skip to content

Commit c2fa08b

Browse files
Removed TypeCheckerHost extension.
1 parent 5054596 commit c2fa08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ namespace ts {
11981198
(fileName: string, data: string, writeByteOrderMark: boolean, onError?: (message: string) => void): void;
11991199
}
12001200

1201-
export interface Program extends ScriptReferenceHost, TypeCheckerHost {
1201+
export interface Program extends ScriptReferenceHost {
12021202
/**
12031203
* Get a list of files in the program
12041204
*/

0 commit comments

Comments
 (0)