summaryrefslogtreecommitdiff
path: root/test/type_inference
AgeCommit message (Expand)Author
2022-06-17some fix最萌小汐
2022-06-17fix infer by `string[]`最萌小汐
2022-06-16fix runner for `doc.type.array`最萌小汐
2022-06-16infer `nil` as redundant return value最萌小汐
2022-06-16fix #1213 change back to enum最萌小汐
2022-06-16fix #1215 penetrate parentheses最萌小汐
2022-06-15infer type by `local tp = type(x)`最萌小汐
2022-06-15resolve #1212最萌小汐
2022-06-15resolve #1105 infer type by `type(x)`最萌小汐
2022-06-15resolve #1154 resolve #1165最萌小汐
2022-06-15resolve #1094 infer type by `error`最萌小汐
2022-06-15fix最萌小汐
2022-06-15#1208 avoid dead cycles最萌小汐
2022-06-14update runner最萌小汐
2022-06-14update runner最萌小汐
2022-06-14update runner最萌小汐
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`最萌小汐