Files
storybook/storybook-editor
Sienna Meridian Satterwhite 8c3c380cfd refactor(lexer): rename value type tokens for v0.3
Renamed lexer tokens to align with new v0.3 naming convention:
- IntLit -> NumberLit
- FloatLit -> DecimalLit
- StringLit -> TextLit

Updated all references across parser grammar, property tests,
and editor highlighting.
2026-02-14 13:58:46 +00:00
..