Closed
Description
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
Labels
No labels