Lines Matching refs:Set
345 appComponentCollection.set(path.join(fileName), new Set());
439 export const hotReloadSupportFiles: Set<string> = new Set();
440 export const shouldResolvedFiles: Set<string> = new Set();
441 export const appComponentCollection: Map<string, Set<string>> = new Map();
442 const allResolvedModules: Set<string> = new Set();
444 export const allSourceFilePaths: Set<string> = new Set();
675 const alreadyCheckedFiles: Set<string> = new Set();
684 function checkNeedUpdateFiles(file: string, needUpdate: NeedUpdateFlag, alreadyCheckedFiles: Set<st…
917 value.parent = [...new Set(value.parent)];
1006 export const dollarCollection: Set<string> = new Set();
1007 export const decoratorParamsCollection: Set<string> = new Set();
1008 export const extendCollection: Set<string> = new Set();
1009 export const importModuleCollection: Set<string> = new Set();
1206 function judgeFileShouldResolved(file: string, shouldResolvedFiles: Set<string>): void {