summaryrefslogtreecommitdiff
path: root/script/core/diagnostics/undefined-field.lua
AgeCommit message (Expand)Author
2021-03-15move `parser/guide.lua` to `core/guide.lua`最萌小汐
2020-12-30use vm level cache最萌小汐
2020-12-29performance optimization最萌小汐
2020-12-28add `vm.getDefFields`最萌小汐
2020-12-24set tracy最萌小汐
2020-12-23Merge pull request #322 from uhziel/undefined-field-donot-check-table最萌小汐
2020-12-23undefined-field不要检测类型为table的,会出现很多误报Lei Zhu
2020-12-16#306最萌小汐
2020-12-15提升undefined-field速度,寻找fields改为只会查找定义的 getFiel...uhziel
2020-12-15还是去除 deep=0uhziel
2020-12-15Merge branch 'master' into diagnostic-undefined-fielduhziel
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