Open dbisso opened 2 years ago
Fixes #97
Later versions of source-map return a promise from the SourceMapConsumer constructor so we need to wait for it to be resolved before iterating the through the mappings.
SourceMapConsumer
Fixes #97
Later versions of source-map return a promise from the
SourceMapConsumer
constructor so we need to wait for it to be resolved before iterating the through the mappings.