Searched defs:resourceToFile (Results 1 – 1 of 1) sorted by relevance
780 resourceToFile: { [resource: string]: Set<string> } = {}; // Resource is used by which file property in ProcessFileInfo871 …const resourceToFile: { [resource: string]: Set<string> | string[] } = Object.assign(resourceToFil… constant