Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dutils.ts672 shouldInvalidFiles: Set<string> = new Set(); property in ProcessFileInfo
782 this.shouldInvalidFiles.add(file);
793 this.shouldInvalidFiles.add(file);
810 this.shouldInvalidFiles.clear();
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts117 …shouldDisable = shouldDisable || storedFileInfo.shouldInvalidFiles.has(fileName) || this.share.raw…