Skip to content

c8 tries to read soruce file, when inline source file content is avilable #197

Closed
@Toxicable

Description

@Toxicable

Similar to #195 I'm implmenting c8 into bazel.
An issue i've come accross is where c8, or maybe v8-to-istanbul is trying to read the source file, when instead it has the source file content avilable in the source map.

Is there some other reason why c8 cant use the source file content from the source map?

Due to the way that bazel lays out the run directory it's not possible to gett back to the source file from the source map without rewriting the source map path, which there is no API for.
But even so I think it would be best to just use the source file content if avilable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions