Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/
DprojectsRunner.ts292 … let diskProjectPath = ts.normalizeSlashes(Harness.IO.resolvePath(this.testCase.projectRoot)!); variable
293 let projectRootUrl = "file:///" + diskProjectPath;
295diskProjectPath = diskProjectPath.substr(0, diskProjectPath.lastIndexOf(normalizedProjectRoot));
302 else if (url.indexOf(diskProjectPath) === 0) {
304 url = url.substr(diskProjectPath.length);