@ -69,7 +69,7 @@ class CompileTab extends Plugin {
this.compiler.set('language', lang)
}
getCompilerState (lang) {
getCompilerState () {
return this.compiler.state
@ -60,6 +60,10 @@ export class CompileTab extends Plugin {
this.compiler.set('evmVersion', this.evmVersion)
/**
* Set the compiler to using Solidity or Yul (default to Solidity)
* @params lang {'Solidity' | 'Yul'} ...