Update the public API after PR #26032

This commit is contained in:
Sheetal Nandi 2018-07-30 15:30:05 -07:00
parent b8c8e5527c
commit e2a8f996d0

View file

@ -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