You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
My source map (*.js.map) files are being generated by the TypeScript compiler, and the processed files (and the supporting map files) are all being output to the same directory (i.e. /lib) as the source files.
The generated sourceMap files have an empty sourceRoot.
When Istanbul sees the empty sourceRoot property, it then looks for the source files in the root of the application rather than at the location relative to the processed file or mapping file.
The text was updated successfully, but these errors were encountered:
Is there a github repo I can look at to reproduce the problem? These days my day job is keeping me super busy and I'm looking for problems to be handed to me on a platter. Sorry for being such a pain.
A cursory look at the istanbul source map code tells me that most of the work is being delegated to the source maps library.But if you can set things up for me that would be really helpful.
I am testing using v1.0.0-alpha.2.
My source map (*.js.map) files are being generated by the TypeScript compiler, and the processed files (and the supporting map files) are all being output to the same directory (i.e. /lib) as the source files.
The generated sourceMap files have an empty sourceRoot.
When Istanbul sees the empty sourceRoot property, it then looks for the source files in the root of the application rather than at the location relative to the processed file or mapping file.
The text was updated successfully, but these errors were encountered: