Fix ast in output selection in standard json doc.

This commit is contained in:
Daniel Kirchner 2019-02-05 16:33:55 +01:00
parent b145934fdb
commit c4604c0e35

View File

@ -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.