Searched refs:resourceToFile (Results 1 – 1 of 1) sorted by relevance
669 resourceToFile: {[resource: string]: Set<string>} = {}; // Resource is used by which file property in ProcessFileInfo687 this.resourceToFile[element] = new Set(resourceToFileCacheInfo[element]);736 …const resourceToFile: {[resource: string]: Set<string> | string[]} = Object.assign(resourceToFileC… constant741 if (!resourceToFile[resource]) {742 resourceToFile[resource] = new Set();744 (resourceToFile[resource] as Set<string>).add(id);749 (resourceToFile[resource] as Set<string>).delete(id);757 this.resourceToFile = resourceToFile as {[resource: string]: Set<string>};758 for (const resource in resourceToFile) {759 resourceToFile[resource] = [...resourceToFile[resource]];[all …]