Julien, no need for you to test this, trying to get some outside help here
Julien Fantin May 26, 2017 at 10:16 PM
Unfortunately our main project depends on an older ClojureScript version so I couldn't test this on our main codebase. Are there specific things you'd watch out for?
David Nolen May 26, 2017 at 7:14 PM
This patch looks fine but it would be nice to get some feedback that in fact source mapping is not affected.
Some existing Clojure tooling [1] currently built on top of tools.analyzer.jvm, depend on having end-line and end-column on an AST node.
This data is currently missing from the ClojureScript analyzer, which prevents these tools from being ported to ClojureScript [2]
[1] https://github.com/clojure-emacs/refactor-nrepl
[2] https://github.com/clojure-emacs/refactor-nrepl/issues/195#issuecomment-303910871