Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

Current error reports generated by Google Closure point back to the generated JavaScript sources. For JavaScript source that originated from ClojureScript we should generated source mapped reports.

2 Answers

0 votes
by

Comment made by: darwin

I believe this will be fixed by CLJS-1901 either using \-\-source_map_input or inlining source-maps into generated js files (CLJS-1902).

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-1402 (reported by dnolen)
...