Home
last modified time | relevance | path

Searched refs:externalProject (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/server/
DeditorServices.ts3803 const externalProject = this.findExternalProjectByProjectName(uncheckedFileName); constant
3804 if (externalProject) {
3805 this.removeProject(externalProject);
3817 for (const externalProject of projects) { constant
3818 this.openExternalProject(externalProject);
3820 projectsToClose.delete(externalProject.projectFileName);
3983 const externalProject = this.findExternalProjectByProjectName(proj.projectFileName); constant
3985 if (externalProject) {
3986 externalProject.excludedFiles = excludedFiles;
3989 …const watchOptionsAndErrors = convertWatchOptions(proj.options, externalProject.getCurrentDirector…
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/
DexternalProjects.ts514 const externalProject: protocol.ExternalProject = { constant
521 projectService.openExternalProjects([externalProject]);
536 externalProject.rootFiles.length = 1;
537 projectService.openExternalProjects([externalProject]);