Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/common/
Drollup-plugin-watch-change.ts59 storedFileInfo.resourceList.clear();
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts671 resourceList: Set<string> = new Set(); // Whole project resource property in ProcessFileInfo
762 cache.set('resourceListCacheInfo', [...this.resourceList]);
774 this.resourceList.add(resource);
780 if (!this.resourceList.has(resource) && this.resourceToFile[resource]) {
787 for (const resource of this.resourceList) {
809 this.lastResourceList = new Set([...this.resourceList]);