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
Hey! Seems like the style indent PR commented out helix.dom/tags. This caused my defc wrapper macro to break as I was relying on it.
Is this something that was intentional or are you open to re-adding it to help maintain API stability? Otherwise I could also just use ns-externs but ironically, the gen-tag macro still remains
The text was updated successfully, but these errors were encountered:
I prefer hiccup to the macros so I am building a mappings of keywords to helix.dom macros in my own defc wrapper. Eg. :h1 resolves to helix.dom/h1 by the time the macro is done expanding.
I was doing that by iterating the tags, but using ns-externs works just as well.
Hey! Seems like the style indent PR commented out
helix.dom/tags
. This caused mydefc
wrapper macro to break as I was relying on it.Is this something that was intentional or are you open to re-adding it to help maintain API stability? Otherwise I could also just use
ns-externs
but ironically, thegen-tag
macro still remainsThe text was updated successfully, but these errors were encountered: