Revert unnecessary change

This commit is contained in:
Anders Hejlsberg
2024-07-17 14:45:46 -07:00
parent 4a668c321d
commit 7494b23a13
+2 -2
View File
@@ -392,8 +392,8 @@ export abstract class Project implements LanguageServiceHost, ModuleResolutionHo
public languageServiceEnabled: boolean;
trace?(s: string): void;
realpath?(path: string): string;
readonly trace?: (s: string) => void;
readonly realpath?: (path: string) => string;
/** @internal */
hasInvalidatedResolutions?: HasInvalidatedResolutions | undefined;