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.ts58 storedFileInfo.resourceList.clear();
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts713 resourceList: Set<string> = new Set(); // Whole project resource property in ProcessFileInfo
816 cache.set('resourceListCacheInfo', [...this.resourceList]);
828 this.resourceList.add(resource);
834 if (!this.resourceList.has(resource) && this.resourceToFile[resource]) {
841 for (const resource of this.resourceList) {
863 this.lastResourceList = new Set([...this.resourceList]);