ndmitchell/debug

Show which branches are taken

開放

#4 建立於 2017年12月17日

 (0 則留言) (0 個反應) (0 位負責人)JavaScript (7 個分叉)github user discovery
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.

貢獻者指南