aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sol-compiler')
-rw-r--r--packages/sol-compiler/src/index.ts1
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';