Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts264 export const shouldResolvedFiles: Set<string> = new Set(); constant
508 if (![...shouldResolvedFiles].length || shouldResolvedFiles.has(path.resolve(containingFile))
918 function judgeFileShouldResolved(file: string, shouldResolvedFiles: Set<string>): void {
919 if (shouldResolvedFiles.has(file)) {
922 shouldResolvedFiles.add(file);
925 judgeFileShouldResolved(item, shouldResolvedFiles);
931 judgeFileShouldResolved(item, shouldResolvedFiles);
941 shouldResolvedFiles.clear();
944 judgeFileShouldResolved(file, shouldResolvedFiles);