-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
My import statements leverage Solidity remapping which means they look like:
import 'ROOT/relative/path/to/other.sol
I then provide a remapping in my solc input JSON that maps ROOT to an absolute path of the root of my solidity source code.
Unfortunately, I don't see a way to provide such a remapping in this package, which means all of my imports are flagged as bad.
Reactions are currently unavailable