summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2024-05-11支持根据参数类型选择函数定义最萌小汐
2024-05-11整理代码最萌小汐
2024-05-11暂存-转到实现最萌小汐
2024-04-23提交崩溃测试最萌小汐
2024-04-18`merge` 改叫 `partial`最萌小汐
2024-04-18补充测试和更新说明最萌小汐
2024-04-18如果有 merge 属性,则跳过 `duplicate-doc-alias` 检查最萌小汐
2024-04-18支持多个enum合并最萌小汐
2024-04-17修正 `discard-returns` 对条件的误报最萌小汐
2024-04-17修复测试最萌小汐
2024-04-17thread.sleep 改成毫秒最萌小汐
2024-03-25Detect discard-returns in all block typesJakub
2024-03-18Merge branch 'master' into generic-pattern1fesily
2024-02-26Merge pull request #2541 from fesily/automatic-infer-function-param-type最萌小汐
update test
2024-02-26update testfesily
2024-02-26platform.OS -> platform.osactboy168
2024-02-21Merge branch 'master' into generic-pattern1fesily
2024-02-21add infer function param typefesily
2024-02-19Merge pull request #2505 from lizho/master最萌小汐
support tuple type
2024-02-01Merge pull request #2502 from emmericp/luadoc-groups最萌小汐
Add group param for luadoc generated by plugins
2024-02-01Add --visualize command that outputs the AST of a given file as graphvizPaul Emmerich
2024-01-30support tuple typelizho
2024-01-28Add group param for luadoc generated by pluginsPaul Emmerich
This allows binding multiple generated luadoc annotations to a single node easily by explicitly specifying their bind group.
2024-01-24Revert "Merge pull request #2481 from ↵最萌小汐
fesily/automatic-derivation-function-param-type" This reverts commit 34319c7990cba47ddc00e77aabfccbb923f84e26, reversing changes made to ef7157c450254b0ee447960b0cb06d6f1b0dbaaa.
2024-01-19recode plugin interfacefesily
2024-01-17Merge branch 'master' into generic-pattern1fesily
2024-01-17Merge branch 'master' into plugin-OnNodeCompileFunctionParamfesily
2024-01-17fix testfesily
2024-01-17formatfesily
2024-01-17add testfesily
2024-01-17doc param support generic patternfesily
2024-01-16automatic derivation function param typefesily
2024-01-10cleanupfesily
2024-01-10Merge branch 'LuaLS:master' into plugin-add-OnTransformAstfesily
2024-01-10astHelper: addParamTypeDocfesily
2024-01-10Merge pull request #2472 from fesily/plugin-add-OnTransformAst最萌小汐
plugin: add OnTransformAst interface
2024-01-09plugin: add OnTransformAst interfacefesily
2023-11-14fix type infer in overload最萌小汐
2023-10-07pause diagnostic in tests最萌小汐
2023-09-25feat: support param snippets with spaceLewis Russell
Currently LuaLS will expand: ```lua ---<??> local x = function (x, y) end ``` with: ```lua ---comment ---@param x any ---@param y any local x = function (x, y) end ``` This change adds a variation of this snippet to expand: ```lua --- <??> local x = function (x, y) end ``` with: ```lua --- comment --- @param x any --- @param y any local x = function (x, y) end ```
2023-08-24fix wrong uri in test最萌小汐
2023-08-23support `---@class (exact)`最萌小汐
#1990
2023-08-22fix wrong `missing-fields` with union types最萌小汐
fix #2252
2023-08-16supports `---@enum (key)`最萌小汐
2023-08-14fix warning最萌小汐
2023-08-14check `doc.field`最萌小汐
#1990
2023-08-14also check `doc.type.table`最萌小汐
2023-08-11stash最萌小汐
2023-08-11fix stack overflow最萌小汐
2023-08-11local uses `nil` at least最萌小汐
fix #2155