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
I would like to request for content-tag to also return source maps for the files it parses, so that we can map the parsed .js/.ts file back to the original .gjs/.gts file.
Example where this can be useful, when we are building a v2 addon with the standard v2 blueprint with rollup and let's say we want to use babel-plugin-istanbul to instrument our code, we would need the original source maps so that istanbul would know exactly how to map it's coverage to the original .gjs/.gts source files.
The text was updated successfully, but these errors were encountered:
I would like to request for
content-tag
to also return source maps for the files it parses, so that we can map the parsed.js/.ts
file back to the original.gjs/.gts
file.Example where this can be useful, when we are building a v2 addon with the standard v2 blueprint with rollup and let's say we want to use
babel-plugin-istanbul
to instrument our code, we would need the original source maps so that istanbul would know exactly how to map it's coverage to the original.gjs/.gts
source files.The text was updated successfully, but these errors were encountered: