Add support for source maps?
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 162
- PR merge metrics
- No merged PRs in 30d
Description
Cloning over from https://github.com/occ/TraceKit/issues/61:
---
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](https://github.com/mozilla/source-map#consuming-a-source-map)
Contributor guide
No contributing guide indexed for this repository
Research direction
Review TraceKit's current stack-trace handling and Mozilla's source-map consuming API first. Define how locations from minified JavaScript should map to original sources and add coverage for the supported browser cases; the issue names no files or tests, so the implementation scope needs investigation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100