Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-07 | fix: function param's auto infer type should use union of all overload | Tom Lau | |
2024-09-06 | fix | 最萌小汐 | |
2024-09-06 | Infer the parameter types of a same-named function in the subclass based on ↵ | 最萌小汐 | |
the parameter types in the superclass function. | |||
2024-09-06 | 无用代码 | 最萌小汐 | |
2024-09-05 | fix | 最萌小汐 | |
2024-08-29 | fix VM plugins | Connor Bren | |
2024-08-23 | custom luadoc generation | Skarph | |
2024-08-18 | `enum`具有`partial`时会提示所有同`enum`字段而不是只提示当 ↵ | xuhuanzy | |
表的字段. | |||
2024-08-02 | fix runtime error | 最萌小汐 | |
fix #2776 | |||
2024-07-17 | fix: inconsistent type narrow due to outdated node caches of call.args | Tom Lau | |
2024-05-11 | 整理代码 | 最萌小汐 | |
2024-05-11 | 支持根据参数类型选择函数定义 | 最萌小汐 | |
2024-03-18 | Update compiler.lua | Luke100000 | |
2024-02-23 | Update script/vm/compiler.lua | fesily | |
Co-authored-by: Lewis Russell <me@lewisr.dev> | |||
2024-02-21 | add infer function param type | fesily | |
2024-01-24 | Revert "Merge pull request #2481 from ↵ | 最萌小汐 | |
fesily/automatic-derivation-function-param-type" This reverts commit 34319c7990cba47ddc00e77aabfccbb923f84e26, reversing changes made to ef7157c450254b0ee447960b0cb06d6f1b0dbaaa. | |||
2024-01-20 | remove unused | fesily | |
2024-01-19 | recode plugin interface | fesily | |
2024-01-17 | Merge branch 'master' into plugin-OnNodeCompileFunctionParam | fesily | |
2024-01-17 | use func.parent.ref | fesily | |
2024-01-17 | plugin interface add OnNodeCompileFunctionParam | fesily | |
2024-01-16 | compileLocal add async | fesily | |
2024-01-16 | automatic derivation function param type | fesily | |
2023-11-14 | fix type infer in overload | 最萌小汐 | |
2023-08-14 | fix warning | 最萌小汐 | |
2023-08-11 | check nil | 最萌小汐 | |
2023-08-11 | local uses `nil` at least | 最萌小汐 | |
fix #2155 | |||
2023-08-11 | support `---@type` and `--[[@as]]` for return | 最萌小汐 | |
resolve #2144 | |||
2023-08-10 | support `@type` for `return` | 最萌小汐 | |
#2144 | |||
2023-08-10 | enable `as` table | 最萌小汐 | |
#2144 | |||
2023-08-01 | don't show constructor in hover | 最萌小汐 | |
2023-06-13 | bind overloads | 最萌小汐 | |
fix #2083 | |||
2023-06-01 | Update compiler.lua | fesily | |
2023-06-01 | getReturnOfSetMetaTable remove nil | fesily | |
2023-05-25 | special treat `__*` | 最萌小汐 | |
#2106 | |||
2023-05-22 | special searching for `__index` | 最萌小汐 | |
#2106 | |||
2023-04-25 | export name and comment in returns | 最萌小汐 | |
2023-03-08 | fix #1928 | 最萌小汐 | |
2023-03-02 | Array of a class type does not get completion #1940 | jharajeev55 | |
https: //github.com/LuaLS/lua-language-server/issues/1940 Co-Authored-By: esarver <4965633+esarver@users.noreply.github.com> | |||
2023-02-07 | check nil | 最萌小汐 | |
#1886 | |||
2023-02-02 | fix #1871 | 最萌小汐 | |
2023-02-02 | special treate for return values of require | 最萌小汐 | |
2nd should be unknown since Lua 5.3, otherwise should be nil #1868 | |||
2023-01-31 | fix #1857 | 最萌小汐 | |
2023-01-30 | infer types of tableindex by semantic | 最萌小汐 | |
fix #1831 | |||
2023-01-30 | respect quotation marks | 最萌小汐 | |
2023-01-17 | more special treates for meta files | 最萌小汐 | |
2023-01-16 | improve type infer of recursion alias | 最萌小汐 | |
2023-01-13 | fix | 最萌小汐 | |
2023-01-13 | fix | 最萌小汐 | |
2023-01-13 | fix | 最萌小汐 | |