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