Searched refs:updatedGenerator (Results 1 – 1 of 1) sorted by relevance
260 …const updatedGenerator: sourceMap.SourceMapGenerator = sourceMap.SourceMapGenerator.fromSourceMap(… constant261 updatedGenerator['_file'] = originMap.file;262 updatedGenerator['_mappings']['_array'] = newMappingList;263 return JSON.parse(updatedGenerator.toString()) as RawSourceMap;