Skip to content

Commit ae945d9

Browse files
author
Andy Hanson
committed
Update API (#24966)
1 parent a92bd0a commit ae945d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14067,7 +14067,7 @@ declare namespace ts.server {
1406714067
openClientFile(fileName: string, fileContent?: string, scriptKind?: ScriptKind, projectRootPath?: string): OpenConfiguredProjectResult;
1406814068
getProjectForFileWithoutOpening(fileName: NormalizedPath): {
1406914069
readonly scriptInfo: ScriptInfo;
14070-
readonly project: Project;
14070+
readonly projects: ReadonlyArray<Project>;
1407114071
} | undefined;
1407214072
fileExists(fileName: NormalizedPath): boolean;
1407314073
private findExternalProjectContainingOpenScriptInfo;

0 commit comments

Comments
 (0)