Skip to content

0.552

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Nov 17:44
c33700e

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
}