This commit is contained in:
Anders Hejlsberg 2024-07-17 16:06:51 -07:00
Родитель 7494b23a13
Коммит adee2e1f29
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2821,8 +2821,8 @@ declare namespace ts {
private hasAddedOrRemovedSymlinks;
protected languageService: LanguageService;
languageServiceEnabled: boolean;
trace?(s: string): void;
realpath?(path: string): string;
readonly trace?: (s: string) => void;
readonly realpath?: (path: string) => string;
private builderState;
private updatedFileNames;
private lastReportedFileNames;