Searched refs:flattenedSourceDirList (Results 1 – 3 of 3) sorted by relevance
131 const flattenedSourceDirList: string[] = []; constant134 flattenedSourceDirList.push(project.sourceDir);139 flattenedSourceDirList.map(async (sourceDir) => {
104 const flattenedSourceDirList = [];107 flattenedSourceDirList.push(project.sourceDir);110 await Promise.all(flattenedSourceDirList.map(async (sourceDir) => {
1 …flattenedSourceDirList: string[] = [];\n for (const module of modules) {\n for (const project …