Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1236 from ethereum/yann300-patch-21
Browse files Browse the repository at this point in the history
output ast from compilation result
  • Loading branch information
yann300 authored Jun 24, 2019
2 parents f1cf75b + 500b234 commit 4443499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remix-solidity/src/compiler/compiler-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = (sources, opts) => {
libraries: opts.libraries,
outputSelection: {
'*': {
'': [ 'legacyAST' ],
'': [ 'legacyAST', 'ast' ],
'*': [ 'abi', 'metadata', 'devdoc', 'userdoc', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ]
}
}
Expand Down

0 comments on commit 4443499

Please sign in to comment.