mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Report when no contracts to compile
updates
This commit is contained in:
@@ -0,0 +1 @@
|
||||
--combined-json ast --pretty-json --json-indent 4
|
||||
@@ -0,0 +1,2 @@
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
pragma solidity >=0.0;
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"sourceList":
|
||||
[
|
||||
"no_contract_combined_json/input.sol"
|
||||
],
|
||||
"sources":
|
||||
{
|
||||
"no_contract_combined_json/input.sol":
|
||||
{
|
||||
"AST":
|
||||
{
|
||||
"absolutePath": "no_contract_combined_json/input.sol",
|
||||
"exportedSymbols": {},
|
||||
"id": 2,
|
||||
"license": "GPL-3.0",
|
||||
"nodeType": "SourceUnit",
|
||||
"nodes":
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"literals":
|
||||
[
|
||||
"solidity",
|
||||
">=",
|
||||
"0.0"
|
||||
],
|
||||
"nodeType": "PragmaDirective",
|
||||
"src": "36:22:0"
|
||||
}
|
||||
],
|
||||
"src": "36:22:0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": "<VERSION REMOVED>"
|
||||
}
|
||||
Reference in New Issue
Block a user