diff options
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r-- | lib/compilers/_all.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js index d587abc1a..d0484a31c 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -71,6 +71,7 @@ export { RustcCgGCCCompiler } from './rustc-cg-gcc'; export { MrustcCompiler } from './mrustc'; export { ScalaCompiler } from './scala'; export { SdccCompiler } from './sdcc'; +export { SolidityCompiler } from './solidity'; export { SPIRVCompiler } from './spirv'; export { SwiftCompiler } from './swift'; export { TenDRACompiler } from './tendra'; |