Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Co-authored-by: Tom Lau <tomandfatboy@gmail.com>
|
|
Co-authored-by: Tom Lau <tomandfatboy@gmail.com>
|
|
inconsistent-behavior-(missing-fields)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix: inconsistent type narrow due to outdated node caches of call.args
|
|
|
|
|
|
|
|
Fixed wholeMatch function
|
|
|
|
fix a specific case for getVisibleType
|
|
|
|
added lua regular expression support for Lua.doc.<scope>Name
|
|
|
|
fix: add a missing check for 'inject-field' diagnostics
|
|
|
|
|
|
|
|
|
|
fixes-a-specific-case-for-getVisibleType
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update format
|
|
fix: respect showParams config for local function completion
|
|
|
|
Perf: Improve performance of multithreaded `--check` and `undefined-field` diagnostic
|
|
|
|
|
|
|
|
The current early break only wants to check if there are any definition.
There is no need to fetch the full definitions list.
We can early break as soon as we found the 1st one.
|
|
The current hash function used to distribute work seems not perfect.
We can actually use round robin to distribute after sorting file list.
|
|
|