Commit c54ce861 authored by Iuri Matias's avatar Iuri Matias

export CompilerInput until browser-solidity/ci can be refactored

parent 0713a146
......@@ -4,6 +4,7 @@ var localDecoder = require('./src/decoder/localDecoder')
var stateDecoder = require('./src/decoder/stateDecoder')
var CodeAnalysis = require('./src/analysis/staticAnalysisRunner')
var Compiler = require('./src/compiler/compiler')
var CompilerInput = require('./src/compiler/compiler-input')
module.exports = {
InternalCallTree: InternalCallTree,
......@@ -11,5 +12,6 @@ module.exports = {
localDecoder: localDecoder,
stateDecoder: stateDecoder,
CodeAnalysis: CodeAnalysis,
Compiler: Compiler
Compiler: Compiler,
CompilerInput: CompilerInput
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment