This commit is contained in:
Leonid Logvinov
2019-01-28 16:24:54 +01:00
parent 19064f8cbb
commit 0c12128f64
14 changed files with 93 additions and 126 deletions

View File

@@ -95,7 +95,7 @@ declare module 'solc' {
optimizerEnabled: number,
findImports: (importPath: string) => ImportContents,
): CompilationResult;
compileStandardWrapper(input: string, findImports: (importPath: string) => ImportContents): string;
compileStandardWrapper(input: string, findImports?: (importPath: string) => ImportContents): string;
}
export function loadRemoteVersion(
versionName: string,