Home
last modified time | relevance | path

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

/third_party/typescript/src/jsTyping/
DjsTyping.ts153 const possibleSearchDirs = new Set(fileNames.map(getDirectoryPath)); constant
154 possibleSearchDirs.add(projectRootPath);
155 possibleSearchDirs.forEach((searchDir) => {
/third_party/typescript/lib/
DtypingsInstaller.js131748 var possibleSearchDirs = new ts.Set(fileNames.map(ts.getDirectoryPath));
131749 possibleSearchDirs.add(projectRootPath);
131750 possibleSearchDirs.forEach(function (searchDir) {