Skip to content

Commit e2a8f99

Browse files
committed
Update the public API after PR #26032
1 parent b8c8e55 commit e2a8f99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8654,6 +8654,8 @@ declare namespace ts.server {
86548654
* current directory (the directory in which tsc was invoked).
86558655
* The server must start searching from the directory containing
86568656
* the newly opened file.
8657+
* If script info is passed in, it is asserted to be open script info
8658+
* otherwise just file name
86578659
*/
86588660
private getConfigFileNameForFile;
86598661
private printProjects;
@@ -8724,6 +8726,7 @@ declare namespace ts.server {
87248726
openClientFile(fileName: string, fileContent?: string, scriptKind?: ScriptKind, projectRootPath?: string): OpenConfiguredProjectResult;
87258727
private findExternalProjectContainingOpenScriptInfo;
87268728
openClientFileWithNormalizedPath(fileName: NormalizedPath, fileContent?: string, scriptKind?: ScriptKind, hasMixedContent?: boolean, projectRootPath?: NormalizedPath): OpenConfiguredProjectResult;
8729+
private removeOrphanConfiguredProjects;
87278730
private telemetryOnOpenFile;
87288731
/**
87298732
* Close file whose contents is managed by the client

0 commit comments

Comments
 (0)