Print also code line
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 147
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Like source-map-cli does:
Maps to source.js:2:10 (baz)
return baz(bar);
^
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing stacktracify’s current CLI output with the source-map-cli example and trace the output-generation entry point. Check how mapped source locations are resolved before adding the displayed source line and caret. Done means the CLI includes the mapped file location, source line, and caret as shown in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- cli, devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100