index
:
lua-language-server
fix/honour_configuration_capability
fix/honour_configuration_capability-3.10.3
fix/honour_configuration_capability-3.7.3
fix/honour_configuration_capability-3.7.4
fix/honour_configuration_capability-3.9.3
fix/honour_configuration_capability-master
master
A language server that offers Lua language support - programmed in Lua
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
script
/
core
/
diagnostics
/
undefined-field.lua
Age
Commit message (
Expand
)
Author
2021-11-03
update async mark
最萌小汐
2021-11-02
mark async
最萌小汐
2021-07-07
ignore more class
最萌小汐
2021-06-24
await.delay
最萌小汐
2021-06-24
some cache
最萌小汐
2021-06-23
cleanup
最萌小汐
2021-06-11
rename getAst -> getState
最萌小汐
2021-06-08
update
最萌小汐
2021-06-07
update
最萌小汐
2021-06-02
update
最萌小汐
2021-05-28
update
最萌小汐
2021-05-25
cleanup
最萌小汐
2021-05-19
update
最萌小汐
2021-04-20
guide -> searcher
最萌小汐
2021-03-15
move `parser/guide.lua` to `core/guide.lua`
最萌小汐
2020-12-30
use vm level cache
最萌小汐
2020-12-29
performance optimization
最萌小汐
2020-12-28
add `vm.getDefFields`
最萌小汐
2020-12-24
set tracy
最萌小汐
2020-12-23
Merge pull request #322 from uhziel/undefined-field-donot-check-table
最萌小汐
2020-12-23
undefined-field不要检测类型为table的,会出现很多误报
Lei Zhu
2020-12-16
#306
最萌小汐
2020-12-15
提升undefined-field速度,寻找fields改为只会查找定义的 getFiel...
uhziel
2020-12-15
还是去除 deep=0
uhziel
2020-12-15
Merge branch 'master' into diagnostic-undefined-field
uhziel
2020-12-15
优化发现的细节问题,vm.getField() 改为带deep=0,不然会出现...
uhziel
2020-12-14
`undefined-field` select field only
最萌小汐
2020-12-14
#299 disable `undefined-field` in workspace
最萌小汐
2020-12-14
处理"当会推导成多个class类型时"的情况
uhziel
2020-12-11
增加对infer出多个docClass情况的处理
uhziel
2020-12-11
通过不向前推断、在vm缓存doc.class查询fields来加快分析速度
uhziel
2020-12-10
只对类的field做undefined-field诊断,避免检测出过多干扰性问题
uhziel
2020-12-09
让诊断 undefined-field 尽量精准
uhziel
2020-12-09
添加检测"未定义的 field"
uhziel