vvvvalvalval / supdate

Clojure's update with superpowers.
https://vvvvalvalval.github.io/supdate/
MIT License
204 stars 4 forks source link

Consider change to expose supdate macro in CLJS #1

Closed AdamFrey closed 5 years ago

AdamFrey commented 7 years ago

Would you consider a patch that allowed the use of the supdate macro in CLJS as well as Clojure? There is a library called Macrovich (https://github.com/cgrand/macrovich) that allows for writing cross-compatible libraries that expose macros.

vvvvalvalval commented 7 years ago

My goal was always to expose the supdate macro in CLJS, I thought I had done it correctly... Let me check first if I can find a solution that does not require to pull a dependency.

vvvvalvalval commented 5 years ago

Just tested in in self-hosted with Planck, seems to work, please re-open if an issue re-surfaces.