mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Evaluate absolute paths for imports in 'parsing' stage
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"]}}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user