mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
13 lines
428 B
JSON
13 lines
428 B
JSON
{
|
|
"language": "Solidity",
|
|
"sources": {
|
|
"/project/../C.sol": {"content": "//SPDX-License-Identifier: GPL-2.0\npragma solidity >=0.0;\nimport \"../L.sol\";"},
|
|
"/lib/L.sol": {"content": "//SPDX-License-Identifier: GPL-2.0\npragma solidity >=0.0;\n"}
|
|
},
|
|
"settings": {
|
|
"stopAfter": "parsing",
|
|
"remappings": [":/project/=/lib/"],
|
|
"outputSelection": {"*": {"": ["ast"]}}
|
|
}
|
|
}
|