luau/Analysis
JohnnyMorganz 1a9159daff
Record table type alias property locations (#1046)
For table type aliases, records the location of the property in the
alias declaration.

This is an alternate solution to the particular case noted in #802.
Instead of tracking the type alias definition for FTVs, it tracks it for
the encompassing property instead.

Note that we still don't have positions in the following case:

```
type Func = () -> ()
```

Closes #802 (Although not completely...)
2023-11-02 09:14:51 -07:00
..
include/Luau Record table type alias property locations (#1046) 2023-11-02 09:14:51 -07:00
src Record table type alias property locations (#1046) 2023-11-02 09:14:51 -07:00