Update packages/sol-compiler/src/utils/compiler.ts

Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
This commit is contained in:
Fabio B
2019-01-30 13:08:10 +01:00
committed by GitHub
parent be7daae91a
commit 445a629016

View File

@@ -360,7 +360,7 @@ export function addHexPrefixToContractBytecode(compiledContract: solc.StandardCo
/**
* Takes the list of resolved contract sources from `SpyResolver` and produces a mapping from dependency name
* to package path used in `remappings` later.
* to package path used in `remappings` later, as well as in generating the "relative" source paths saved to the artifact files.
* @param contractSources The list of resolved contract sources
*/
export function getDependencyNameToPackagePath(