lambdaisland / lambdaisland/kaocha-cljs
Add support for source maps
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Clojure
- Stars
- 47
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Currently, if a test throws an exception, every line of the stack trace refers to a .js file. It would be more useful if stack traces referred to the original ClojureScript files instead.
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 inspecting how this project reports test exceptions and currently produces stack traces referring to .js files. The work is done when those traces refer to the original ClojureScript files, including source-map information for each relevant line.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100