cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
rarous 2019-09-17T05:07:19.029200Z

Yes, it is.

2019-09-17T20:32:16.031200Z

Trying to debug some issues with running clj and cljs tests for core.rrb-vector, and Alex Miller suggested patterning how to do this after how data.xml library does it. I found this call to cljs.build.api/build in data.xml library, and unless I have wrong docs for that function (I might), it looks like an incorrect call. Was hoping for confirmation.

2019-09-17T20:35:13.032800Z

Hmm. Never mind. I think I'm having a senior moment on reading that code.