luau/CodeGen
Andy Friesen c33700e473
Sync to upstream/release/552 (#735)
* Reduce the stack utilization of type checking.
* Improve the error message that's reported when a delimiting comma is
missing from a table literal. eg
```lua
local t = {
    first = 1
    second = 2
}```
2022-11-04 10:33:22 -07:00
..
include/Luau Sync to upstream/release/552 (#735) 2022-11-04 10:33:22 -07:00
src Sync to upstream/release/552 (#735) 2022-11-04 10:33:22 -07:00