summaryrefslogtreecommitdiff
path: root/script/parser
AgeCommit message (Collapse)Author
2023-01-31watch symbolic links最萌小汐
resolve #1848
2023-01-17fix #1825最萌小汐
2023-01-16support `---@meta [name]`最萌小汐
once declared `name`, user can only require this file by declared name meta file can not be required with name `_`
2023-01-16Nesting of `[[...]]` is not allowed in Lua 5.1 .最萌小汐
fix #1805
2023-01-11stash最萌小汐
2023-01-11stash最萌小汐
2023-01-10stash最萌小汐
2023-01-09cast global最萌小汐
2023-01-09improve performance最萌小汐
2023-01-09trace-global最萌小汐
2023-01-04cleanup最萌小汐
2023-01-04cleanup最萌小汐
2023-01-03fix renaming最萌小汐
2022-12-18improve code-lens最萌小汐
2022-12-16fix最萌小汐
2022-12-16new tracer最萌小汐
2022-12-13stash最萌小汐
2022-12-08cleanup最萌小汐
2022-11-29modify `require` after renaming files最萌小汐
2022-11-29updat submodules最萌小汐
2022-11-23fix #1704最萌小汐
2022-11-15fix #1698最萌小汐
2022-11-09fix #1677最萌小汐
2022-11-08fix description disapeared for overloaded function最萌小汐
2022-11-07fix warning最萌小汐
2022-11-07full support for interface最萌小汐
2022-11-06type check: check the fields in table最萌小汐
resolve #1434
2022-11-05check parameter types of generic extends最萌小汐
resolve #1663
2022-11-03fix #1480最萌小汐
2022-11-03support `self` type最萌小汐
#1505
2022-11-02setting `runtime.special` supports fields最萌小汐
#1484
2022-11-02improve `---@see`最萌小汐
resolve #1344
2022-11-02fix tests最萌小汐
2022-11-02`---@see` use workspace-symbol最萌小汐
#1344
2022-11-01improve field attribute最萌小汐
2022-11-01cleanup最萌小汐
2022-10-31add `---@package`最萌小汐
2022-10-27add support for `---@public`最萌小汐
2022-10-25some fix最萌小汐
2022-10-25fix最萌小汐
2022-10-25`---@private` and `---@protected`最萌小汐
#1316
2022-10-24supports `private`, `protected` and `public`最萌小汐
#1316
2022-10-20fix #1642最萌小汐
2022-10-17cleanup最萌小汐
2022-10-17use `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-11fix #1608最萌小汐
2022-09-28fix #1593最萌小汐
2022-09-21stack最萌小汐
2022-09-07fix #1529最萌小汐
2022-09-06fix最萌小汐