include devdoc and userdoc in compilation

pull/1/head
Iuri Matias 7 years ago
parent aa17d966ee
commit 6efd6df5b6
  1. 2
      src/app/compiler/compiler-input.js

@ -13,7 +13,7 @@ module.exports = (sources, opts) => {
outputSelection: { outputSelection: {
'*': { '*': {
'': [ 'legacyAST' ], '': [ 'legacyAST' ],
'*': [ 'abi', 'metadata', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ] '*': [ 'abi', 'metadata', 'devdoc', 'userdoc', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ]
} }
} }
} }

Loading…
Cancel
Save