summaryrefslogtreecommitdiff
path: root/test/type_inference
AgeCommit message (Expand)Author
2022-06-14update最萌小汐
2022-06-14update runner最萌小汐
2022-06-14update最萌小汐
2022-06-09add `doc.type.code`最萌小汐
2022-06-09view infer must specify uri最萌小汐
2022-06-09#1148 view `table` after erasing alias最萌小汐
2022-05-25fix #1150最萌小汐
2022-05-23fix can not union `table` with other basic types最萌小汐
2022-05-23fix can not union `unknown` with other types最萌小汐
2022-05-01fix #1107最萌小汐
2022-04-26fix #1092最萌小汐
2022-04-26cleanup最萌小汐
2022-04-25add test最萌小汐
2022-04-25fix `assert` dose not remove `type nil`最萌小汐
2022-04-25fix infer最萌小汐
2022-04-25add `---@cast`最萌小汐
2022-04-24fix最萌小汐
2022-04-24fix `or`最萌小汐
2022-04-24cleanup最萌小汐
2022-04-24`setlocal` can be marked by `---@type`最萌小汐
2022-04-24first local of `for .. in` can not be nil最萌小汐
2022-04-24infer by `break`最萌小汐
2022-04-24infer by `goto`最萌小汐
2022-04-24infer by `if not x or x.y then`最萌小汐
2022-04-24infer by `if not x or x then`最萌小汐
2022-04-24`x = x or y` -> truthy最萌小汐
2022-04-24infer by `if x and x.y then`最萌小汐
2022-04-24infer by `assert(x)`最萌小汐
2022-04-23fix infer of `unknown and unknown`最萌小汐
2022-04-23infer by `if not x then return end`最萌小汐
2022-04-23cleanup最萌小汐
2022-04-23infer by `x == nil` and `x ~= nil`最萌小汐
2022-04-23merge if results最萌小汐
2022-04-22resolve `class[1]` by `---@field [integer] type`最萌小汐
2022-04-22display optional field in table最萌小汐
2022-04-22resolve `T[]` by `doc.type.table` or `doc.field`最萌小汐
2022-04-22fix最萌小汐
2022-04-22update optional of parameter最萌小汐
2022-04-22reset local最萌小汐
2022-04-22add `--[[@as type]]`最萌小汐
2022-04-21Merge remote-tracking branch 'origin/type-narrow'最萌小汐
2022-04-21luadoc supports `--[[@xxx]]`最萌小汐
2022-04-21Merge remote-tracking branch 'origin/type-narrow'最萌小汐
2022-04-21#1080 using `---@overload` as class constructor最萌小汐
2022-04-21supports infer of callback parameter最萌小汐
2022-04-19update runner最萌小汐
2022-04-19run local in function最萌小汐
2022-04-18stash最萌小汐
2022-04-17fix optional最萌小汐
2022-04-16fix #1061最萌小汐