Sarah

Results 2 issues of Sarah

From https://github.com/JohnnyMorganz/StyLua/issues/877: > ``` > local f: & number & string = "hi" > ``` > > This is valid Luau code: > > ![image](https://github.com/user-attachments/assets/72a01115-da1a-4937-b977-9e240801a8cf) > > StyLua cannot format...

bug

``` local f: & number & string = "hi" ``` This is valid Luau code: ![image](https://github.com/user-attachments/assets/72a01115-da1a-4937-b977-9e240801a8cf) StyLua cannot format it, though: ``` sarah@localhost ~/project (main) [2]> StyLua example.luau error: could...