Fork me on GitHub
#cljs-dev
<
2019-11-28
>
thheller12:11:51

because tools.reader doesn't implement it?

thheller12:11:28

support would need to start in tools.reader because it applies the location metadata and would need to "adjust" the locations it generates

bronsa12:11:44

what doesn't tools.reader implement?

bronsa12:11:01

eval-file in clojure is not implemented in the reader

thheller12:11:43

"^{:line 42 :column 99} (1 2)"

bronsa13:11:35

right ok, I can look into adding that

dominicm15:11:53

That would be really helpful for tooling that works over socket repl/prepl, thanks!