Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/
DprojectsRunner.ts290 const normalizedProjectRoot = ts.normalizeSlashes(this.testCase.projectRoot); constant
291 … diskProjectPath = diskProjectPath.substr(0, diskProjectPath.lastIndexOf(normalizedProjectRoot));
292 … projectRootUrl = projectRootUrl.substr(0, projectRootUrl.lastIndexOf(normalizedProjectRoot));