Commit c306e0e1 authored by Iuri Matias's avatar Iuri Matias

remove unneeded imports from remix-solidity

parent 6f278cdb
var InternalCallTree = require('./src/decoder/internalCallTree')
var SolidityProxy = require('./src/decoder/solidityProxy')
var localDecoder = require('./src/decoder/localDecoder')
var stateDecoder = require('./src/decoder/stateDecoder')
var CodeAnalysis = require('./src/analysis/staticAnalysisRunner') var CodeAnalysis = require('./src/analysis/staticAnalysisRunner')
var Compiler = require('./src/compiler/compiler') var Compiler = require('./src/compiler/compiler')
var CompilerInput = require('./src/compiler/compiler-input') var CompilerInput = require('./src/compiler/compiler-input')
module.exports = { module.exports = {
InternalCallTree: InternalCallTree,
SolidityProxy: SolidityProxy,
localDecoder: localDecoder,
stateDecoder: stateDecoder,
CodeAnalysis: CodeAnalysis, CodeAnalysis: CodeAnalysis,
Compiler: Compiler, Compiler: Compiler,
CompilerInput: CompilerInput 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