Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-29 | resove warning | 最萌小汐 | |
2022-06-29 | don't check `t.field = nil` | 最萌小汐 | |
2022-06-29 | fix doc of `math.cos` | 最萌小汐 | |
2022-06-29 | remove optionals for all vars of `for .. in` | 最萌小汐 | |
2022-06-29 | resolve #1248 supports spaces before `--[[@as]]` | 最萌小汐 | |
2022-06-29 | resolve #1244 `call.return` check `as` | 最萌小汐 | |
2022-06-29 | cleanup | 最萌小汐 | |
2022-06-29 | fix #1243 fix meta of `next` | 最萌小汐 | |
2022-06-29 | fix #1249 | 最萌小汐 | |
2022-06-29 | update bee | 最萌小汐 | |
2022-06-29 | Merge pull request #1247 from AlexCai2019/master | 最萌小汐 | |
繁體中文翻譯 | |||
2022-06-29 | 繁體中文翻譯 | AlexCai2019 | |
1. 翻譯 `zh_tw/script.lua` 內 `DIAG_DUPLICATE_DOC_ALIAS`, `DIAG_MISSING_RETURN_VALUE`, `DIAG_MISSING_RETURN_VALUE_RANGE`, `DIAG_REDUNDANT_RETURN_VALUE`, `DIAG_REDUNDANT_RETURN_VALUE_RANGE`, `DIAG_MISSING_RETURN`, `DIAG_RETURN_TYPE_MISMATCH`, `LUADOC_DESC_CAST`。 2. 翻譯 `zh_tw/settings.lua` 內 `config.hint.semicolon`, `config.hint.semicolon.All`, `config.hint.semicolon.SameLine`, `config.hint.semicolon.Disable`, `config.type.castNumberToInteger`, `config.type.weakUnionCheck`。 3. "deprecated" 從「廢棄」改成「棄用」,因為後者的翻譯比較常見,同時也是維基百科所採用的翻譯。 | |||
2022-06-28 | update locale | 最萌小汐 | |
2022-06-28 | fix | 最萌小汐 | |
2022-06-28 | fix | 最萌小汐 | |
2022-06-28 | cleanup | 最萌小汐 | |
2022-06-28 | faster `integer` -> `number` | 最萌小汐 | |
2022-06-28 | some fix | 最萌小汐 | |
2022-06-28 | cleanup | 最萌小汐 | |
2022-06-28 | parse `---@return ...` a `---@return ... unknown` | 最萌小汐 | |
2022-06-28 | new diag `return-type-mismatch` | 最萌小汐 | |
2022-06-28 | typo | 最萌小汐 | |
2022-06-28 | diag `missing-return` | 最萌小汐 | |
2022-06-28 | fix infer in table | 最萌小汐 | |
2022-06-28 | special treat `local x; x = function() end` | 最萌小汐 | |
2022-06-28 | fix #1242 | 最萌小汐 | |
wrong `sindex` in multi-assign which last exp is `call` or `varargs` | |||
2022-06-28 | improve | 最萌小汐 | |
2022-06-28 | new diag ``redundant-return-value`` | 最萌小汐 | |
2022-06-28 | fix diags | 最萌小汐 | |
2022-06-28 | supports `---@return ...` | 最萌小汐 | |
2022-06-28 | Merge pull request #1241 from FAForever/array-contents-support | 最萌小汐 | |
Array contents support | |||
2022-06-27 | remove some unused fields and make sure doc type array gets included as a ↵ | Kevin Hahn | |
compiled node | |||
2022-06-27 | #1240 use faster `isInString` | 最萌小汐 | |
2022-06-27 | #1240 fix performance issue of globals | 最萌小汐 | |
2022-06-27 | fix check | 最萌小汐 | |
2022-06-27 | diagnostic `missing-return-value` | 最萌小汐 | |
2022-06-27 | fix | 最萌小汐 | |
2022-06-27 | fix | 最萌小汐 | |
2022-06-27 | fix array index hint | 最萌小汐 | |
2022-06-27 | new setting `hint.semicolon` | 最萌小汐 | |
2022-06-27 | fix | 最萌小汐 | |
2022-06-27 | don't check `trailing-space` for comments | 最萌小汐 | |
2022-06-27 | Create detect_platform.lua | actboy168 | |
2022-06-27 | add unit tests for arrays | Kevin Hahn | |
2022-06-27 | fix some cases where we would return emus twice or would screw up other ↵ | Kevin Hahn | |
completions | |||
2022-06-27 | enable autocomplete of array enum | Kevin Hahn | |
2022-06-27 | improve description of `duplicate alias` | 最萌小汐 | |
2022-06-27 | update | 最萌小汐 | |
2022-06-27 | disable `unused-local` for empty function | 最萌小汐 | |
2022-06-27 | resolve #1236 custom class can extends basic class | 最萌小汐 | |