Files
rose-ash/lib/hyperscript
giles c26cd500b4
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 40s
HS: parse-cmd pseudo-command validation — only enforce callable check in non-span mode
In span mode (hs-parse-ast), parse-cmd is used to extract source info from
arbitrary expressions like literals and property access — not just callables.
Guard the "expected function call" error with hs-span-mode so span mode
passes all expression types through, while execution mode still rejects
non-callable expressions.

Also handle span mode's hs-ast dict nodes (kind="call") in the callable?
check, since method calls are wrapped in span mode.
2026-05-05 14:16:29 +00:00
..