;; htmx.sx — hx-* attributes as hyperscript sugar (htmx 4.0 compat) ;; ;; Every hx- attribute is syntactic sugar for a hyperscript event handler. ;; htmx-activate! scans hx-* attributes, builds the equivalent handler ;; from the same runtime primitives the hyperscript compiler emits, ;; and registers it via hs-on — same bytecode path, zero duplication. ;; ;; The translation: ;;