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
Is there a reference for the self-hosted CLJS compiler? I haven't heard of this, but I will be willing to investigate how tagged literals work. Given "self-hosted", I would assume tagged literals use deftype under the hood, but we have to verify this.
Things I think would need to happen:
helix.impl.analyzer
to CLJS and make sure it works with self-hosted compilerhelix.dom
:clj
the reader conditionals; this could increase code size substantially since the CLJS code will include all the macroshelix.core
helix.hooks
:clj
reader conditionalsThe text was updated successfully, but these errors were encountered: