Home
last modified time | relevance | path

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

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