Open adjicf opened 3 years ago
It is possible to flatten imports like: import {XXX} from "XXX.sol"; ?
Nope, has to be naked imports.
Any reason for that ?
Because it's tricky to pull out just the imported definitions (and ideally natspec) from a file along with its dependencies.
It is possible to flatten imports like: import {XXX} from "XXX.sol"; ?