summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)Author
2022-06-15cleanup最萌小汐
2022-06-15resolve #1212最萌小汐
2022-06-15fix #1208 get state after ready最萌小汐
2022-06-15resolve #1105 infer type by `type(x)`最萌小汐
2022-06-15remove unused file最萌小汐
2022-06-15fix style最萌小汐
2022-06-15resolve #1154 resolve #1165最萌小汐
infer type by `t and t.x`
2022-06-15resolve #1094 infer type by `error`最萌小汐
2022-06-15fix最萌小汐
2022-06-15add `error` and `type` into special最萌小汐
2022-06-15#1208 avoid dead cycles最萌小汐
2022-06-15#1208 fix runtime error最萌小汐
`attempt to concatenate a boolean value (local 'lastKey')`
2022-06-15fix #1204 `missing-parameter` incorrect最萌小汐
should count returns by `call.node` instead of `call`
2022-06-14#1207 add sample for description for LuaDoc最萌小汐
2022-06-14fix so many workspace diagnostics最萌小汐
2022-06-14don't chek nil of any最萌小汐
2022-06-14update runner最萌小汐
2022-06-14update runner最萌小汐
2022-06-14update runner最萌小汐
2022-06-14update最萌小汐
2022-06-14update runner最萌小汐
2022-06-14update runner最萌小汐
2022-06-14update runner最萌小汐
2022-06-14update runner最萌小汐
2022-06-14update最萌小汐
2022-06-14update最萌小汐
2022-06-13update runner最萌小汐
2022-06-13new runner最萌小汐
2022-06-13small fix最萌小汐
2022-06-09#1061 completion for `doc.type.code`最萌小汐
2022-06-09add `doc.type.code`最萌小汐
2022-06-09view infer must specify uri最萌小汐
2022-06-09#1148 view `table` after erasing alias最萌小汐
2022-06-09update doc最萌小汐
2022-06-09update config最萌小汐
2022-06-08update config最萌小汐
2022-06-08update config最萌小汐
2022-06-08update config最萌小汐
2022-06-08build config最萌小汐
2022-06-08clear node cache after reload workspace最萌小汐
2022-06-08cleanup最萌小汐
2022-06-07cleanup最萌小汐
2022-06-07cleanup最萌小汐
2022-06-07add enum supports最萌小汐
2022-06-07cleanup最萌小汐
2022-06-07#1192 improve `[[--@as number]]`最萌小汐
cache ases and search with dichotomy
2022-06-07#1192 add benchmark for completion `jass.common`最萌小汐
2022-06-07#1192 improve performance最萌小汐
`guide.getLocal` is too slow
2022-06-07#1192 don't search local in simple最萌小汐
use the methods provided by `local-id` to avoid wasting on `gets`
2022-06-07#1192 improve local id最萌小汐
In most cases, we only need to get `sets`. In general, there are few `sets` and many `gets`. Therefore, separating these two cases can significantly improve performance.