summaryrefslogtreecommitdiff
path: root/script/vm/def.lua
AgeCommit message (Collapse)Author
2024-08-08ignored error最萌小汐
2024-07-30过测试最萌小汐
2024-07-01perf: Optimize undefined-field check early break logicTom Lau
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.
2023-01-09trace-global最萌小汐
2022-12-22cleanup最萌小汐
2022-12-22cleanup最萌小汐
2022-11-07don't find other locals最萌小汐
fix #1670
2022-11-01update search reference最萌小汐
2022-10-11infer definitions and types across chain exp最萌小汐
resolve #1561
2022-07-15resolve #1224 show comments for `doc.field`最萌小汐
2022-06-23update最萌小汐
2022-06-15#1208 fix runtime error最萌小汐
`attempt to concatenate a boolean value (local 'lastKey')`
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.
2022-04-26cleanup最萌小汐
2022-04-26cleanup最萌小汐
2022-04-25add completion and semantic for `@cast`最萌小汐
2022-04-15improve performance最萌小汐
2022-04-14cheanup最萌小汐
2022-04-13cleanup最萌小汐
2022-04-13cleanup最萌小汐
2022-04-13cleanup最萌小汐
2022-04-13cleanup最萌小汐
2022-04-09update最萌小汐
2022-04-09update最萌小汐
2022-04-09update tests最萌小汐
2022-04-08update最萌小汐
2022-03-31cleanup最萌小汐
2022-03-29update最萌小汐
2022-03-28update最萌小汐
2022-03-25update最萌小汐
2022-03-25cleanup最萌小汐
2022-03-08update最萌小汐