Searched refs:diskProjectPath (Results 1 – 1 of 1) sorted by relevance
292 … let diskProjectPath = ts.normalizeSlashes(Harness.IO.resolvePath(this.testCase.projectRoot)!); variable293 let projectRootUrl = "file:///" + diskProjectPath;295 … diskProjectPath = diskProjectPath.substr(0, diskProjectPath.lastIndexOf(normalizedProjectRoot));302 else if (url.indexOf(diskProjectPath) === 0) {304 url = url.substr(diskProjectPath.length);