ApeWorX / ape-vyper

Vyper compiler plugin for the Ape Framework, using VVM
https://www.apeworx.io/
Apache License 2.0
26 stars 9 forks source link

Implement compiler get_imports() #43

Closed NotPeopling2day closed 1 year ago

NotPeopling2day commented 2 years ago

Overview

Implement the compiler's get_imports() method for gathering source_ids from each contract.

def get_imports(
        self, contract_filepaths: List[Path], base_path: Optional[Path]
    ) -> Dict[str, List[str]]:

https://github.com/ApeWorX/ape/issues/623 https://github.com/ApeWorX/ape-solidity/pull/36 https://github.com/ApeWorX/ape-cairo/issues/11