diff --git a/lib/hyperscript/compiler.sx b/lib/hyperscript/compiler.sx index 2df6752b..43607567 100644 --- a/lib/hyperscript/compiler.sx +++ b/lib/hyperscript/compiler.sx @@ -1151,6 +1151,11 @@ (quote =) (hs-to-sx (nth ast 1)) (hs-to-sx (nth ast 2)))) + ((= head (quote hs-id=)) + (list + (quote hs-id=) + (hs-to-sx (nth ast 1)) + (hs-to-sx (nth ast 2)))) ((= head (quote +)) (list (quote hs-add) diff --git a/shared/static/wasm/sx/hs-compiler.sx b/shared/static/wasm/sx/hs-compiler.sx index 2df6752b..43607567 100644 --- a/shared/static/wasm/sx/hs-compiler.sx +++ b/shared/static/wasm/sx/hs-compiler.sx @@ -1151,6 +1151,11 @@ (quote =) (hs-to-sx (nth ast 1)) (hs-to-sx (nth ast 2)))) + ((= head (quote hs-id=)) + (list + (quote hs-id=) + (hs-to-sx (nth ast 1)) + (hs-to-sx (nth ast 2)))) ((= head (quote +)) (list (quote hs-add)