luau/Analysis
Micah ae7b07d60f
Rename type field of AstStatTypeAlias in JSON Encoder (#1461)
Closes #1460.

This renames the `type` field of `AstStatTypeAlias` to `value` during
the JSON encoding process.

I've chosen to just rename the field in the JSON encoder rather than
rename the actual field since it's a lot further reaching. Another
option would have been to rename what the actual type of an AST node is
written to be something like `tokenType` instead of `type`, but that's a
bigger diff and technically breaking (as opposed to this one which
isn't!)
2024-10-04 16:00:25 -07:00
..
include/Luau Sync to upstream/release/646 (#1458) 2024-10-04 11:29:55 -07:00
src Rename type field of AstStatTypeAlias in JSON Encoder (#1461) 2024-10-04 16:00:25 -07:00