The clsj.repl/source function fails to pull source for cljs that uses #js reader tag. Reports "No reader found for tag".
To reproduce, try (source str).
(source str)
OSX
Confirmed fixed with cljs.jar.
The clsj.repl/source function fails to pull source for cljs that uses #js reader tag. Reports "No reader found for tag".
To reproduce, try
(source str)
.