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
Currently if I run es-check for a bundled/minified filed, it's a bit hard to tell which exact line of code (and which related library/file) causes the error. See screen below.
Currently if I run es-check for a bundled/minified filed, it's a bit hard to tell which exact line of code (and which related library/file) causes the error. See screen below.
Instead, we could consume sourcemap (if there's one located in the file or next to it, e.g.
a.js
anda.js.map
) with https://www.npmjs.com/package/source-map#new-sourcemapconsumerrawsourcemap , and then improve the es-check error message, by saying what's the original line that causes the error.What do you think? Would you be open to such a code contribution?
The text was updated successfully, but these errors were encountered: