Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-08 | should check type of `self` | 最萌小汐 | |
fix #1922 | |||
2023-03-08 | don't treat `_ENV` as param | 最萌小汐 | |
fix #1715 | |||
2023-02-10 | fix #1889 | 最萌小汐 | |
2023-01-17 | don't check `duplicate-set-field` in different if | 最萌小汐 | |
2023-01-09 | cast global | 最萌小汐 | |
2022-12-16 | cleanup | 最萌小汐 | |
2022-11-23 | improve diagnostics sort | 最萌小汐 | |
2022-11-16 | check nil | 最萌小汐 | |
#1702 | |||
2022-11-16 | cleanup | 最萌小汐 | |
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-08 | fix #1676 | 最萌小汐 | |
2022-11-08 | fix locale | 最萌小汐 | |
2022-11-08 | cleanup | 最萌小汐 | |
2022-11-08 | `---@enum` supports runtime values | 最萌小汐 | |
resolve #1619 | |||
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 | fix warnings | 最萌小汐 | |
2022-11-05 | check parameter types of generic extends | 最萌小汐 | |
resolve #1663 | |||
2022-11-05 | only ignore empty functions in meta files | 最萌小汐 | |
#1457 | |||
2022-11-03 | support `self` type | 最萌小汐 | |
#1505 | |||
2022-10-31 | add `---@package` | 最萌小汐 | |
2022-10-25 | diagnostic for invisible fields | 最萌小汐 | |
#1316 | |||
2022-10-17 | use `state` instead of `uri` for converter | 最萌小汐 | |
The state may have changed when responding, so we need to use the state when requesting. Try not to get the state on the spot. | |||
2022-10-13 | diagnostics consider `overload` | 最萌小汐 | |
resolve #1582 | |||
2022-10-12 | stash | 最萌小汐 | |
2022-08-29 | fix wront indent of VSCode | 最萌小汐 | |
2022-08-17 | fix runtime error | 最萌小汐 | |
2022-07-29 | fix #1406 | 最萌小汐 | |
2022-07-28 | fix runtime error | 最萌小汐 | |
2022-07-26 | only checks `1` | 最萌小汐 | |
2022-07-25 | fix message of `newline-call` and `newfield-call` | 最萌小汐 | |
2022-07-25 | fix #1365 | 最萌小汐 | |
2022-07-22 | fix #1363 don't lookup globals in blocks | 最萌小汐 | |
2022-07-22 | refactor `require-path` | 最萌小汐 | |
2022-07-19 | `close-non-object` don't check `unknown` | 最萌小汐 | |
2022-07-16 | doc.enum | 最萌小汐 | |
2022-07-14 | fix | 最萌小汐 | |
2022-07-12 | contravariance is allowed at the class declaration | 最萌小汐 | |
2022-07-12 | unnecessary tag | 最萌小汐 | |
2022-07-12 | unreachable-code | 最萌小汐 | |
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 | small fix | 最萌小汐 | |
2022-07-08 | resolve #993 supports multi-types | 最萌小汐 | |
2022-07-08 | cleanup | 最萌小汐 | |