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