mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix ast in output selection in standard json doc.
This commit is contained in:
parent
b145934fdb
commit
c4604c0e35
@ -248,7 +248,9 @@ Input Description
|
||||
"*": [
|
||||
"metadata", "evm.bytecode" // Enable the metadata and bytecode outputs of every single contract.
|
||||
, "evm.bytecode.sourceMap" // Enable the source map output of every single contract.
|
||||
, "ast" // Enable the AST output of every single file.
|
||||
],
|
||||
"": [
|
||||
"ast" // Enable the AST output of every single file.
|
||||
]
|
||||
},
|
||||
// Enable the abi and opcodes output of MyContract defined in file def.
|
||||
|
Loading…
Reference in New Issue
Block a user