Searched refs:sourceMapKeyMappingForObf (Results 1 – 2 of 2) sorted by relevance
64 public sourceMapKeyMappingForObf: Map<string, string> = new Map(); property in SourceMapGenerator276 for (let [key, newKey] of this.sourceMapKeyMappingForObf) {394 …this.sourceMapKeyMappingForObf.set(this.genKey(originalFilePath), this.genKey(originalFilePath, tr…
430 if (!sourceMapGenerator.sourceMapKeyMappingForObf.get(sourceFile)) {434 sourceFile = sourceMapGenerator.sourceMapKeyMappingForObf.get(sourceFile);