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
CLJS-2864: Optimize str macro for single arity case
For the single arity case, emit code that doesn't involve constructing
a JavaScript array and a call to join, but instead directly calls the
runtime single-arity str implementation.
0 commit comments