diff options
Diffstat (limited to 'packages/sol-compiler/src/index.ts')
-rw-r--r-- | packages/sol-compiler/src/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/sol-compiler/src/index.ts b/packages/sol-compiler/src/index.ts index 829e515ff..d8a60666f 100644 --- a/packages/sol-compiler/src/index.ts +++ b/packages/sol-compiler/src/index.ts @@ -25,4 +25,5 @@ export { StandardContractOutput, StandardOutput, StateMutability, + SourceLocation, } from 'ethereum-types'; |