Skip to:
Now that conditional reading has landed we can implement support for data_readers.cljc to get both compile time and runtime support.
fixed https://github.com/clojure/clojurescript/commit/9484a134bdf039c10ec3c26c8aaa3acd0dcd9875
Attached patch with fix and tests.
This should be addressed first: http://dev.clojure.org/jira/browse/CLJS-1277
has landed.
Right now CLJS tries to compile data_readers.cljc as a regular source code file:
This needs http://dev.clojure.org/jira/browse/CLJ-1699 to be useful.
Now that conditional reading has landed we can implement support for data_readers.cljc to get both compile time and runtime support.