Commit 744070fc authored by Aniket-Engg's avatar Aniket-Engg Committed by Aniket

getCompilerState (lang) {

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