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
Bootstrap has eval, so the same strategy as used in the clj implementation can be used for bootstrap environments. Currently it uses the "all possible params wrapped in no-arg functions" strategy used by cljs.
The text was updated successfully, but these errors were encountered:
Note that in order to achieve this the cljs macroexpand-all implementation will have to be changed to have the same functionality as riddley.walk/macroexpand-all. Specifically, &env needs to be correctly set for nested macroexpansions.
Bootstrap has
eval
, so the same strategy as used in the clj implementation can be used for bootstrap environments. Currently it uses the "all possible params wrapped in no-arg functions" strategy used by cljs.The text was updated successfully, but these errors were encountered: