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'd like to use this module in Jest. But this module tries to look at the filesystem and read sourcemaps on its own, which breaks down. I'd love an alternative API that allows me to pass in:
I'd like to use this module in Jest. But this module tries to look at the filesystem and read sourcemaps on its own, which breaks down. I'd love an alternative API that allows me to pass in:
I cobbled this together quickly, which allowed me to get a PoC working in Jest: https://github.com/SimenB/v8-to-istanbul/commit/6d1560b890f64b05e476e64719e3ffd26ddf357c
The text was updated successfully, but these errors were encountered: