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

parseImports should use the import callback #36

@axic

Description

@axic

parseImports currently tries to parse the file names from error messages. It would be much more reliable to use the import callback the compiler provides:

compilerStandard(json, function (path) { ...})

The function will need to return either { error: "Error message" } or { contents: "<file contents>" }.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions