You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@r0man I assume Sablono can't be used in self-hosted ClojureScript because of compiler.clj? Not sure but it looks like JSValue is used there to convert Clojure data into JavaScript, how is it different from clj->js?
@r0man I assume Sablono can't be used in self-hosted ClojureScript because of
compiler.clj? Not sure but it looks likeJSValueis used there to convert Clojure data into JavaScript, how is it different fromclj->js?