We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
ROOT
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.
The text was updated successfully, but these errors were encountered:
This is also a problem when using Truffle.
Sorry, something went wrong.
No branches or pull requests
My import statements leverage Solidity remapping which means they look like:
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.
The text was updated successfully, but these errors were encountered: