Skip to content
New issue

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

Add support for remapping. #15

Open
MicahZoltu opened this issue Jul 22, 2017 · 1 comment
Open

Add support for remapping. #15

MicahZoltu opened this issue Jul 22, 2017 · 1 comment

Comments

@MicahZoltu
Copy link

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.

@willclarktech
Copy link

This is also a problem when using Truffle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants