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
fix(typescript): Original source absolute path resolution updates (#129)
If I'm getting this correctly, the absolute path to the original source
file should be solved relatively not from the source map root directory,
but rather from the source map file's parent directory. A slight nuance
that breaks the mapping when using a nested directory structure for the
generated source files.
The change required allowing a recursive check of the source map root
directory when checking for `.map` files.
Co-authored-by: ornariece <[email protected]>
0 commit comments