Fork me on GitHub
#cljs-dev
<
2018-06-23
>
ambrosebs02:06:42

@dnolen since I was on a roll, I prepared the next tools.analyzer conversion patch https://dev.clojure.org/jira/browse/CLJS-2788

đź‘Ť 12
bronsa12:06:02

nice! thanks a lot for doing this work

đź‘Ť 8
kommen18:06:25

@mkvlr @dnolen found the problem: the ClojureScript jar contains an aot’ed version of cognitect/transit-clj, which is a different version (0.8.300) then we depend on (0.8.309), and since 1.10.312 for some reason the one from the cljs jar is loaded, while for 1.10.238 the one from our direct transit-clj dependency was loaded

shaunlebron21:06:52

@ambrosebs @bronsa re: AST keywords for special forms—these are now used by the API docs to show how special forms are emitted: e.g. http://cljs.github.io/api/cljs.core/var , http://cljs.github.io/api/cljs.core/jsSTAR

ambrosebs23:06:03

pretty cool!