Lines Matching refs:Set
214 appComponentCollection.set(path.join(fileName), new Set());
263 export const hotReloadSupportFiles: Set<string> = new Set();
264 export const shouldResolvedFiles: Set<string> = new Set();
265 export const appComponentCollection: Map<string, Set<string>> = new Map();
266 const allResolvedModules: Set<string> = new Set();
426 const alreadyCheckedFiles: Set<string> = new Set();
435 function checkNeedUpdateFiles(file: string, needUpdate: NeedUpdateFlag, alreadyCheckedFiles: Set<st…
634 value.parent = [...new Set(value.parent)];
720 export const dollarCollection: Set<string> = new Set();
721 export const decoratorParamsCollection: Set<string> = new Set();
722 export const extendCollection: Set<string> = new Set();
723 export const importModuleCollection: Set<string> = new Set();
918 function judgeFileShouldResolved(file: string, shouldResolvedFiles: Set<string>): void {