mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Update the public API after PR #26032
This commit is contained in:
parent
b8c8e5527c
commit
e2a8f996d0
@ -8654,6 +8654,8 @@ declare namespace ts.server {
|
||||
* current directory (the directory in which tsc was invoked).
|
||||
* The server must start searching from the directory containing
|
||||
* the newly opened file.
|
||||
* If script info is passed in, it is asserted to be open script info
|
||||
* otherwise just file name
|
||||
*/
|
||||
private getConfigFileNameForFile;
|
||||
private printProjects;
|
||||
@ -8724,6 +8726,7 @@ declare namespace ts.server {
|
||||
openClientFile(fileName: string, fileContent?: string, scriptKind?: ScriptKind, projectRootPath?: string): OpenConfiguredProjectResult;
|
||||
private findExternalProjectContainingOpenScriptInfo;
|
||||
openClientFileWithNormalizedPath(fileName: NormalizedPath, fileContent?: string, scriptKind?: ScriptKind, hasMixedContent?: boolean, projectRootPath?: NormalizedPath): OpenConfiguredProjectResult;
|
||||
private removeOrphanConfiguredProjects;
|
||||
private telemetryOnOpenFile;
|
||||
/**
|
||||
* Close file whose contents is managed by the client
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user