Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-17 | don't check `duplicate-set-field` in different if | 最萌小汐 | |
2022-11-14 | `duplicate-set-field` supports cross files | 最萌小汐 | |
2022-11-14 | `duplicate-doc-field` check cross files | 最萌小汐 | |
2022-11-13 | fix #1692 | 最萌小汐 | |
2022-11-10 | fix #1684 | 最萌小汐 | |
2022-11-09 | fix #1680 | 最萌小汐 | |
2022-11-08 | fix incorrect type check for generic with nil | 最萌小汐 | |
2022-11-08 | fix #1676 | 最萌小汐 | |
2022-11-08 | check type for `Enum -> Other` | 最萌小汐 | |
fix #1675 | |||
2022-11-08 | `---@enum` supports runtime values | 最萌小汐 | |
resolve #1619 | |||
2022-11-07 | fix warning | 最萌小汐 | |
2022-11-07 | full support for interface | 最萌小汐 | |
2022-11-07 | fix again | 最萌小汐 | |
2022-11-07 | fix | 最萌小汐 | |
2022-11-06 | type check: supports array part in literal table | 最萌小汐 | |
resolve #1374 | |||
2022-11-06 | type check: check the fields in table | 最萌小汐 | |
resolve #1434 | |||
2022-11-05 | check parameter types of generic extends | 最萌小汐 | |
resolve #1663 | |||
2022-11-05 | only ignore empty functions in meta files | 最萌小汐 | |
#1457 | |||
2022-10-31 | improve visible | 最萌小汐 | |
2022-10-27 | improve private | 最萌小汐 | |
can visible in method | |||
2022-10-27 | fix type-check | 最萌小汐 | |
assign object to `nil` | |||
2022-10-25 | add tests | 最萌小汐 | |
2022-10-25 | fix | 最萌小汐 | |
2022-10-25 | add `doc.privateName` and `doc.protectedName` | 最萌小汐 | |
#1316 | |||
2022-10-25 | diagnostic for invisible fields | 最萌小汐 | |
#1316 | |||
2022-10-23 | search definitions by 1st arg of `setmetatable` | 最萌小汐 | |
resolve #1575 | |||
2022-10-17 | fix #1637 | 最萌小汐 | |
2022-10-13 | diagnostics consider `overload` | 最萌小汐 | |
resolve #1582 | |||
2022-10-12 | stash | 最萌小汐 | |
2022-10-12 | cleanup | 最萌小汐 | |
2022-08-13 | fix #1463 | 最萌小汐 | |
2022-08-05 | pass tests | 最萌小汐 | |
2022-07-29 | fix #1406 | 最萌小汐 | |
2022-07-25 | fix #1365 | 最萌小汐 | |
2022-07-22 | fix #1363 don't lookup globals in blocks | 最萌小汐 | |
2022-07-21 | pass tests | 最萌小汐 | |
2022-07-21 | fix #1354 | 最萌小汐 | |
2022-07-19 | `close-non-object` don't check `unknown` | 最萌小汐 | |
2022-07-18 | fix #1346 | 最萌小汐 | |
2022-07-18 | #1255 | 最萌小汐 | |
diagnostic for enum | |||
2022-07-16 | fix #1306 | 最萌小汐 | |
2022-07-14 | fix | 最萌小汐 | |
2022-07-12 | contravariance is allowed at the class declaration | 最萌小汐 | |
2022-07-12 | fix | 最萌小汐 | |
2022-07-12 | unreachable-code | 最萌小汐 | |
2022-07-12 | fix | 最萌小汐 | |
2022-07-11 | resolve #1029 | 最萌小汐 | |
treat _ENV = {} as local _ENV = {} local _ENV = nil will disable all globals local _ENV = {} will enable all globals local _ENV = {} ---@type mathlib will open globals in mathlib | |||
2022-07-11 | Revert "resolve #1209" | 最萌小汐 | |
This reverts commit 3820962ca2d23d525bc8417c8088e7eeb667cba1. | |||
2022-07-11 | resolve #1209 | 最萌小汐 | |
treat `_ENV = {}` as `local _ENV = {}` `local _ENV = nil` will disable all globals `local _ENV = {}` will enable all globals `local _ENV = {} ---@type mathlib` will open globals in mathlib | |||
2022-07-11 | fix #1317 | 最萌小汐 | |