Update packages/sol-tracing-utils/src/source_maps.ts

Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
This commit is contained in:
Fabio B
2019-01-14 13:51:01 +01:00
committed by GitHub
parent b41bcd80ef
commit 1c279f97ce

View File

@@ -36,7 +36,7 @@ export function getLocationByOffset(str: string): LocationByOffset {
* @param sourceCodes sources contents by index
* @param srcMap source map string
* @param bytecodeHex contract bytecode
* @param sources sources file names by index
* @param indexToSource index to source file path
*/
export function parseSourceMap(
sourceCodes: { [fileIndex: number]: string },