giles
9a57bd5beb
Step 18 (part 5): _hyperscript runtime shims — 25 functions
lib/hyperscript/runtime.sx — thin wrappers over web/lib/dom.sx
primitives implementing hyperscript-specific semantics:
Event handling: hs-on, hs-on-every, hs-init
Async/timing: hs-wait (IO suspend), hs-wait-for, hs-settle
Classes: hs-toggle-class!, hs-toggle-between!, hs-take!
DOM insertion: hs-put! (into/before/after)
Navigation: hs-navigate!, hs-next, hs-previous, hs-query-first/last
Iteration: hs-repeat-times, hs-repeat-forever
Fetch: hs-fetch (json/text/html format dispatch)
Type coercion: hs-coerce (Int/Float/String/Boolean/Array)
Object creation: hs-make (Object/Array/Set/Map)
Behaviors: hs-install
Measurement: hs-measure
Transitions: hs-transition (CSS property + optional duration)
23 runtime + 7 end-to-end pipeline tests.
3099/3099 full build, zero regressions.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 08:40:55 +00:00
..
2026-03-15 12:12:48 +00:00
2026-03-29 07:53:16 +00:00
2026-03-15 18:05:00 +00:00
2026-03-15 02:12:13 +00:00
2026-03-30 17:28:47 +00:00
2026-03-15 11:51:24 +00:00
2026-03-15 12:23:58 +00:00
2026-03-29 18:08:47 +00:00
2026-03-15 11:51:24 +00:00
2026-03-15 12:23:58 +00:00
2026-03-16 08:37:50 +00:00
2026-04-05 19:49:37 +00:00
2026-03-15 02:12:13 +00:00
2026-04-01 00:57:57 +00:00
2026-03-26 00:00:19 +00:00
2026-04-06 08:31:32 +00:00
2026-04-06 08:21:02 +00:00
2026-04-06 08:40:55 +00:00
2026-04-06 08:21:02 +00:00
2026-04-05 00:10:00 +00:00
2026-03-15 16:13:07 +00:00
2026-04-03 21:18:04 +00:00
2026-04-04 17:11:12 +00:00
2026-04-05 00:19:21 +00:00
2026-03-15 13:03:02 +00:00
2026-04-02 11:31:57 +00:00
2026-04-03 18:55:43 +00:00
2026-03-31 21:34:19 +00:00
2026-04-05 20:14:51 +00:00
2026-03-23 23:58:40 +00:00
2026-03-15 10:37:07 +00:00
2026-04-05 02:10:26 +00:00
2026-03-31 17:44:11 +00:00
2026-04-04 00:08:00 +00:00
2026-03-15 15:32:21 +00:00
2026-03-24 02:36:46 +00:00
2026-03-15 02:12:13 +00:00
2026-04-05 11:58:18 +00:00
2026-04-02 13:55:40 +00:00
2026-03-15 12:12:48 +00:00
2026-04-05 20:38:40 +00:00
2026-04-01 18:00:51 +00:00
2026-04-04 23:34:51 +00:00
2026-04-02 12:50:35 +00:00
2026-04-05 12:23:57 +00:00
2026-03-15 02:12:13 +00:00