This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
forked from csnover/TraceKit
-
Notifications
You must be signed in to change notification settings - Fork 70
Adventurous new feature: Add support for source maps? #61
Comments
👍 Would love this feature. |
Please remember to tell on qunitjs/qunit#590 if you get this working. It's really interesting and if you need help at some point, count on me. |
Also, taking a look at fresheneesz/stackinfo and fresheneesz/deadunitCore might be beneficial. stackinfo wraps stacktrace/stacktrace.js to cleanly extract line and column numbers of |
Any progress on this? |
@JamesMGreene I'm helping maintain TraceKit upstream.. If you want to recreate this issue s in the master (https://github.com/csnover/TraceKit) I'll participate in the discussion and see if we can make this happen. |
4 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Adding support for getting cleaner stack traces from minified JS files via source maps would be pretty amazing.
Can leverage mozilla/source-map project for decomposing sources in ES5-compliant browsers.
The text was updated successfully, but these errors were encountered: