Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Drollup-plugin-system-api.ts40 const allFiles: Set<string> = new Set(); constant
49 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…
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts595 …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)) {
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts164 this.share.allComponents, 'component_collection.json', this.share.allFiles);