Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Implement compiler get_imports() #11

@NotPeopling2day

Description

@NotPeopling2day

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]]:

ApeWorX/ape#623
ApeWorX/ape-solidity#36
ApeWorX/ape-vyper#43

Metadata

Metadata

Assignees

No one assigned

    Labels

    category: featureNew feature or requestsize: 2 piecesRelatively easy, but requires some thought

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions