Skip to content

1.21.1

Compare
Choose a tag to compare
@FPtje FPtje released this 23 Jul 12:09
· 225 commits to master since this release

Fix another pretty print bug where the following would be pretty printed to some syntactically invalid code:

local table = {
    function()
    return nil -- comment
  end
}