Skip to content

Commit 8eedd34

Browse files
author
Andy Hanson
committed
Undo API changes (#24966)
1 parent cf16bde commit 8eedd34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/baselines/reference/api/tsserverlibrary.d.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13801,9 +13801,7 @@ declare namespace ts.server {
1380113801
private delayUpdateProjectGraphs;
1380213802
setCompilerOptionsForInferredProjects(projectCompilerOptions: protocol.ExternalProjectCompilerOptions, projectRootPath?: string): void;
1380313803
findProject(projectName: string): Project | undefined;
13804-
getDefaultProjectForFile(fileName: NormalizedPath, ensureProject?: boolean): Project | undefined;
13805-
ensureDefaultProjectForFile(fileName: NormalizedPath): Project;
13806-
private doEnsureDefaultProjectForFile;
13804+
getDefaultProjectForFile(fileName: NormalizedPath, ensureProject: boolean): Project | undefined;
1380713805
tryGetSomeFileInDirectory(directoryPath: NormalizedPath): {
1380813806
readonly file: NormalizedPath;
1380913807
readonly project: Project;

0 commit comments

Comments
 (0)