better scoping of exported artefact

pull/3102/head
yann300 2 years ago committed by Aniket
parent 3b566812a2
commit 2f5d3fb1b1
  1. 2
      libs/remix-solidity/src/index.ts

@ -1,7 +1,7 @@
export { Compiler } from './compiler/compiler'
export { compile } from './compiler/compiler-helpers'
export { default as CompilerInput, getValidLanguage } from './compiler/compiler-input'
export * from './compiler/compiler-abstract'
export { CompilerAbstract } from './compiler/compiler-abstract'
export * from './compiler/types'
export { promisedMiniXhr, pathToURL, baseURLBin, baseURLWasm, canUseWorker, urlFromVersion } from './compiler/compiler-utils'
export { default as helper } from './compiler/helper'

Loading…
Cancel
Save