mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
13 lines
232 B
JSON
13 lines
232 B
JSON
{
|
|
"language": "Solidity",
|
|
"sources": {
|
|
"C": {"urls": ["standard_stop_after_parsing_bytecode_requested/in.sol"]}
|
|
},
|
|
"settings": {
|
|
"stopAfter": "parsing",
|
|
"outputSelection": {
|
|
"*": {"*": ["evm.bytecode.object"]}
|
|
}
|
|
}
|
|
}
|