Files
rose-ash/tests/playwright/hs-error-sources.json
giles 7492ceac4e Restore hyperscript work on stable site base (908f4f80)
Reset to last known-good state (908f4f80) where links, stepper, and
islands all work, then recovered all hyperscript implementation,
conformance tests, behavioral tests, Playwright specs, site sandbox,
IO-aware server loading, and upstream test suite from f271c88a.

Excludes runtime changes (VM resolve hook, VmSuspended browser handler,
sx_ref.ml guard recovery) that need careful re-integration.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 19:29:56 +00:00

199 lines
8.1 KiB
JSON

[
{
"source": "on click toggle .foo for 10ms",
"detail": "Error: Unhandled exception: \"Expected 'in' at position 6\""
},
{
"source": "on click set #div2",
"detail": "Error: Unhandled exception: \"Expected 'to' at position 4\""
},
{
"source": "on click set {bar: 2, baz: 3} on obj",
"detail": "Error: Unhandled exception: \"Expected 'to' at position 12\""
},
{
"source": "on click set my style[",
"detail": "Error: Unhandled exception: \"Expected 'to' at position 5\""
},
{
"source": "on click set arr to [1, 2, 3] set arr[0] to ",
"detail": "Error: Unhandled exception: \"Expected 'to' at position 14\""
},
{
"source": "on click set arr to [1, 2, 3] set idx to 0 set arr[idx] to ",
"detail": "Error: Unhandled exception: \"Expected 'to' at position 18\""
},
{
"source": "on click put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 3\""
},
{
"source": "on click set arr to [1, 2, 3] put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 13\""
},
{
"source": "on click set arr to [1, 2, 3] set idx to 0 put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 17\""
},
{
"source": "on click if true put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 5\""
},
{
"source": "on click if true log me then put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 8\""
},
{
"source": "on click if false else put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 6\""
},
{
"source": "on click if false else if true put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 8\""
},
{
"source": "on click if false else if true put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 8\""
},
{
"source": "on click if false otherwise put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 6\""
},
{
"source": "on click if false else if false else put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 9\""
},
{
"source": "on click if false else if false else put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 9\""
},
{
"source": "on click if false put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 5\""
},
{
"source": "on click if true wait 10 ms then put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 9\""
},
{
"source": "on click if false else wait 10 ms then put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 10\""
},
{
"source": "on click if false end put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 6\""
},
{
"source": "on click \\n if window.tmp then\\n put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 11\""
},
{
"source": "on click repeat for x in [1, 2, 3] put x at end of me end",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 15\""
},
{
"source": "on click repeat for x in null put x at end of me end",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 9\""
},
{
"source": "on click repeat for x in [1, 2, 3]\\n log me put x at end of me\\n wait 1ms\\n end",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 19\""
},
{
"source": "on click for x in [1, 2, 3] put x at end of me end",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 14\""
},
{
"source": "on click for x in null put x at end of me end",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 8\""
},
{
"source": "on click for x in [1, 2, 3]\\n put x at end of me\\n wait 1ms\\n end",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 16\""
},
{
"source": "on click repeat 3 times put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 6\""
},
{
"source": "on click repeat 3 + 3 times put ",
"detail": "Error: Unhandled exception: \"Expected 'times' at position 4\""
},
{
"source": "on click take .foo from .div for #d3",
"detail": "Error: Unhandled exception: \"Expected 'in' at position 8\""
},
{
"source": "on click take .foo from .div for event.target",
"detail": "Error: Unhandled exception: \"Expected 'in' at position 8\""
},
{
"source": "on click\n append ",
"detail": "Error: Unhandled exception: \"Expected 'to' at position 3\""
},
{
"source": "on click \n append ",
"detail": "Error: Unhandled exception: \"Expected 'to' at position 3\""
},
{
"source": "on click append ",
"detail": "Error: Unhandled exception: \"Expected 'to' at position 3\""
},
{
"source": "on click append \\`<button id=",
"detail": "Error: Unhandled exception: \"Expected 'to' at position 5\""
},
{
"source": "on click tell #d2 put your innerText into me",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 5\""
},
{
"source": "on load put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 3\""
},
{
"source": "on click[false] log event then put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 9\""
},
{
"source": "on click[buttons==0] log event then put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 11\""
},
{
"source": "on click[buttons==1] log event then put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 11\""
},
{
"source": "on click[buttons==1 and buttons==0] log event then put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 15\""
},
{
"source": "on foo(bar)[bar] put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 9\""
},
{
"source": "on every click put increment() into my.innerHTML then wait for a customEvent",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 4\""
},
{
"source": "on foo put increment() into my.innerHTML end on bar put increment() into my.innerHTML",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 3\""
},
{
"source": "on foo put increment() into my.innerHTML on bar put increment() into my.innerHTML",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 3\""
},
{
"source": "on click 1 put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 4\""
},
{
"source": "on mutation put ",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 3\""
},
{
"source": "on click put func() into me",
"detail": "Error: Unhandled exception: \"Expected into/before/after at position 4\""
}
]