Searched refs:allFiles (Results 1 – 3 of 3) sorted by relevance
40 const allFiles: Set<string> = new Set(); constant49 allFiles.add(path.join(id));67 this.share.allComponents = getAllComponentsOrModules(allFiles, 'component_collection.json');68 this.share.allFiles = allFiles;76 …const allModules: Map<string, Array<string>> = getAllComponentsOrModules(allFiles, 'module_collect…
595 …allComponentsOrModules: Map<string, Array<string>>, fileName: string, allFiles: Set<string> = null…601 if (allFiles && !allFiles.has(key)) {610 export function getAllComponentsOrModules(allFiles: Set<string>,619 if (allFiles.has(key)) {
164 this.share.allComponents, 'component_collection.json', this.share.allFiles);