Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-11 | cleanup tests | 最萌小汐 | |
2023-05-11 | Annotation rule for exported local functions | Thomas Wetzlmaier | |
Annotation for the following local function func1 is required. local mod = { } local function func1() end mod.Func1 = func1 return mod; |