Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DharnessIO.ts80 const pathToFile = pathModule.join(folder, file); constant
81 if (!fs.existsSync(pathToFile)) continue; // ignore invalid symlinks
82 const stat = fs.statSync(pathToFile);
84 paths = paths.concat(filesInFolder(pathToFile));
87 paths.push(pathToFile);