Commit f9d77a40 authored by Iuri Matias's avatar Iuri Matias

(re)add metadata and userdocs to bring compiler input inline with latest changes…

(re)add metadata and userdocs to bring compiler input inline with latest changes in browser-solidity
parent 748aef29
......@@ -13,7 +13,7 @@ module.exports = (sources, opts) => {
outputSelection: {
'*': {
'': [ 'legacyAST' ],
'*': [ 'abi', 'metadata', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ]
'*': [ 'abi', 'metadata', 'devdoc', 'userdoc', 'metadata', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ]
}
}
}
......
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