Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
Dprojects.ts1585 const rootProjectPath = server.asNormalizedPath("/project/tsconfig.json"); constant
1591 { path: rootProjectPath, content: "{}" },
1599 assert.strictEqual(openRootFileResult.configFileName?.toString(), rootProjectPath);
1607 const rootProject = projectService.findProject(rootProjectPath)!;
1608 …checkProjectActualFiles(rootProject, [rootProjectPath, rootFilePath, nodeModulesFilePath1, nodeMod…