mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Revert unnecessary change
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user