good first issue
仓库指标
- 星标
- (122 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
When there is an if or pattern match it should highlight the taken path in yellow. When there is a boolean predicate it should highlight it in green/blue according to the result (perhaps, might not be necessary with the yellow color).
Note this isn't intended to be a HPC style "what got evaluated" in terms of lazy evaluation, more just which call path was taken.