Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
DexternalProjects.ts293 const proj2 = projectService.configuredProjects.get(config2.path); constant
295 assert.isDefined(proj2);
301 assert.strictEqual(projectService.configuredProjects.get(config2.path), proj2);
306 assert.strictEqual(projectService.configuredProjects.get(config2.path), proj2);
Dprojects.ts85 const proj2 = projectService.findProject(proj2name)!; constant
86 assert.isTrue(proj2.languageServiceEnabled);