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
I was trying to coerce some data that came from JS land. After you do js-clj it works nicely, but of course this creates a bunch of extra intermediate values. For example a JS array first gets converted to a vector, and then again to a set.
Would it be possible to add a few transforms that coerce JS values directly?
The text was updated successfully, but these errors were encountered:
Awesome. Any pointers on what this would entail? I found this code but I'm not really sure how it works and what I'd need to add to support JS objects.
I was trying to coerce some data that came from JS land. After you do
js-clj
it works nicely, but of course this creates a bunch of extra intermediate values. For example a JS array first gets converted to a vector, and then again to a set.Would it be possible to add a few transforms that coerce JS values directly?
The text was updated successfully, but these errors were encountered: