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?
The text was updated successfully, but these errors were encountered:
@roman01la I haven't looked into this myself yet. JSValue is used in Clojure, because there is no clj->js in Clojure. There is a cljs.tagged-literals/JSValue deftype for ClojureScript as well, so I think it can be done.
@r0man I assume Sablono can't be used in self-hosted ClojureScript because of
compiler.clj
? Not sure but it looks likeJSValue
is used there to convert Clojure data into JavaScript, how is it different fromclj->js
?The text was updated successfully, but these errors were encountered: