Home
last modified time | relevance | path

Searched defs:configuredProject (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectErrors.ts135 …const configuredProject = find(projectService.synchronizeProjectList([]), f => f.info!.projectName… constant
149 …const configuredProject = find(projectService.synchronizeProjectList([]), f => f.info!.projectName… constant
180 …const configuredProject = find(projectService.synchronizeProjectList([]), f => f.info!.projectName… constant
190 …const configuredProject = find(projectService.synchronizeProjectList([]), f => f.info!.projectName… constant
DconfiguredProjects.ts618 const configuredProject = projectService.configuredProjects.get(configFile.path)!; constant
Dprojects.ts1202 const configuredProject = configuredProjectAt(projectService, 0); constant
/third_party/typescript/src/server/
DeditorServices.ts3262 …let configuredProject: ConfiguredProject | undefined = this.findConfiguredProjectByProjectName(con… variable
3782 const configuredProject = this.findConfiguredProjectByProjectName(configFile); constant