lilactown / helix

A simple, easy to use library for React development in ClojureScript.
Eclipse Public License 2.0
627 stars 52 forks source link

Add style/indent :defn to hooks that have deps. #78

Closed jimmyhmiller closed 3 years ago

jimmyhmiller commented 3 years ago

As part of this change I moved where the reader conditional was. Before this, things like cider could not find the definition of these macros in cljs, so they couldn't pull the metadata. That means indention didn't work, neither did function signature help or docstrings. Now all of these things work, but we also ensure that the body is still only executed on the clj side.

lilactown commented 3 years ago

Nice - great addition. Thank you!