Fix sol-cov index.ts
This commit is contained in:
parent
04bbd60c11
commit
cc90c806b0
@ -7,15 +7,14 @@ export { AbstractArtifactAdapter } from './artifact_adapters/abstract_artifact_a
|
|||||||
export { ProfilerSubprovider } from './profiler_subprovider';
|
export { ProfilerSubprovider } from './profiler_subprovider';
|
||||||
export { RevertTraceSubprovider } from './revert_trace_subprovider';
|
export { RevertTraceSubprovider } from './revert_trace_subprovider';
|
||||||
|
|
||||||
|
export { ContractData, TraceInfo, Subtrace, TraceInfoNewContract, TraceInfoExistingContract } from './types';
|
||||||
export {
|
export {
|
||||||
ContractData,
|
StructLog,
|
||||||
TraceInfo,
|
JSONRPCRequestPayload,
|
||||||
Subtrace,
|
Provider,
|
||||||
SourceRange,
|
JSONRPCErrorCallback,
|
||||||
Coverage,
|
OpCode,
|
||||||
TraceInfoNewContract,
|
JSONRPCResponsePayload,
|
||||||
TraceInfoExistingContract,
|
} from 'ethereum-types';
|
||||||
SingleFileSourceRange,
|
|
||||||
} from './types';
|
export { JSONRPCRequestPayloadWithMethod } from '@0xproject/subproviders';
|
||||||
export { StructLog, JSONRPCRequestPayload, Provider } from 'ethereum-types';
|
|
||||||
export { ErrorCallback, NextCallback } from '@0xproject/subproviders';
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user