Files
rose-ash/lib
giles 35ace3e74c
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 40s
HS: fix CSS query template tokenization — <${...}/> treated as selector
Add '$' to the set of characters that trigger selector tokenization after
'<'. Previously only letters, '.', '#', '[', '*', ':' were recognized.
Now <${"expr"}/> is emitted as a single selector token instead of being
split into op/<brace-open/string/brace-close/op/op tokens that caused the
parser to spiral through comparison-expression parsing (>30s timeout).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-05 12:45:14 +00:00
..