luau/Ast
Jack 12dac2f1f4
fix parsing string union indexers (#1750)
Today this code results in a syntax error: `type foo = { ["bar" |
"baz"]: number }`. This is odd and I believe it is a bug. I have fixed
this so that it is now parsed as an indexer field with a union type.
This change should not affect the way any code is parsed today, and
allow types in indexers to begin with string literals.

---------

Co-authored-by: ariel <aweiss@hey.com>
2025-03-25 16:18:22 -07:00
..
include/Luau fix parsing string union indexers (#1750) 2025-03-25 16:18:22 -07:00
src fix parsing string union indexers (#1750) 2025-03-25 16:18:22 -07:00