Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-08 | ignored error | 最萌小汐 | |
2024-07-30 | 过测试 | 最萌小汐 | |
2024-07-01 | perf: Optimize undefined-field check early break logic | Tom 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-09 | trace-global | 最萌小汐 | |
2022-12-22 | cleanup | 最萌小汐 | |
2022-12-22 | cleanup | 最萌小汐 | |
2022-11-07 | don't find other locals | 最萌小汐 | |
fix #1670 | |||
2022-11-01 | update search reference | 最萌小汐 | |
2022-10-11 | infer definitions and types across chain exp | 最萌小汐 | |
resolve #1561 | |||
2022-07-15 | resolve #1224 show comments for `doc.field` | 最萌小汐 | |
2022-06-23 | update | 最萌小汐 | |
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-26 | cleanup | 最萌小汐 | |
2022-04-26 | cleanup | 最萌小汐 | |
2022-04-25 | add completion and semantic for `@cast` | 最萌小汐 | |
2022-04-15 | improve performance | 最萌小汐 | |
2022-04-14 | cheanup | 最萌小汐 | |
2022-04-13 | cleanup | 最萌小汐 | |
2022-04-13 | cleanup | 最萌小汐 | |
2022-04-13 | cleanup | 最萌小汐 | |
2022-04-13 | cleanup | 最萌小汐 | |
2022-04-09 | update | 最萌小汐 | |
2022-04-09 | update | 最萌小汐 | |
2022-04-09 | update tests | 最萌小汐 | |
2022-04-08 | update | 最萌小汐 | |
2022-03-31 | cleanup | 最萌小汐 | |
2022-03-29 | update | 最萌小汐 | |
2022-03-28 | update | 最萌小汐 | |
2022-03-25 | update | 最萌小汐 | |
2022-03-25 | cleanup | 最萌小汐 | |
2022-03-08 | update | 最萌小汐 | |