appAPI.compilationMessage(`Static Analysis raised ${count} warning(s) that requires your attention.`,$(errorContainer),{
appAPI.compilationMessage({severity:'warning',formattedMessage:`Static Analysis raised ${count} warning(s) that requires your attention.`},$(errorContainer),{
varcopyDetails=yo`<span class="${css.copyDetails}"><i title="Copy value to clipboard" class="fa fa-clipboard" onclick=${()=>{copy(contractProperties[propertyName])}} aria-hidden="true"></i></span>`
node=yo`<div>${treeView.render(JSON.parse(details[propertyName]))}</div>`// catch in case the parsing fails.
node=yo`<div>${treeView.render(typeofdetails[propertyName]==='object'?details[propertyName]:JSON.parse(details[propertyName]))}</div>`// catch in case the parsing fails.
}catch(e){
node=yo`<div>Unable to display "${propertyName}": ${e.message}</div>`
}
@ -456,7 +452,7 @@ function detailsHelpSection () {
'gasEstimates':'Gas estimation for each function call',
'metadata':'Contains all informations related to the compilation',
'metadataHash':'Hash representing all metadata information',
'interface':'ABI: describing all the functions (input/output params, scope, ...)',
'abi':'ABI: describing all the functions (input/output params, scope, ...)',
'name':'Name of the compiled contract',
'swarmLocation':'Swarm url where all metadata information can be found (contract needs to be published first)',
'web3Deploy':'Copy/paste this code to any JavaScript/Web3 console to deploy this contract'