Searched refs:possibleSearchDirs (Results 1 – 2 of 2) sorted by relevance
153 const possibleSearchDirs = new Set(fileNames.map(getDirectoryPath)); constant154 possibleSearchDirs.add(projectRootPath);155 possibleSearchDirs.forEach((searchDir) => {
131748 var possibleSearchDirs = new ts.Set(fileNames.map(ts.getDirectoryPath));131749 possibleSearchDirs.add(projectRootPath);131750 possibleSearchDirs.forEach(function (searchDir) {