Skip to content

Commit 9ef65cf

Browse files
committed
remove unused method declaration
1 parent 87e9506 commit 9ef65cf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/compiler/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2908,7 +2908,6 @@ namespace ts {
29082908
getCancellationToken?(): CancellationToken;
29092909
getDefaultLibFileName(options: CompilerOptions): string;
29102910
getDefaultLibLocation?(): string;
2911-
getDefaultTypeDirectiveNames?(rootPath: string): string[];
29122911
writeFile: WriteFileCallback;
29132912
getCurrentDirectory(): string;
29142913
getDirectories(path: string): string[];

0 commit comments

Comments
 (0)