0.552
Analysis Changes
- 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
local t = {
first = 1
second = 2
}
local t = {
first = 1
second = 2
}