ndmitchell/debug

Show which branches are taken

オープン

#4 opened on 2017/12/17

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (7 件のフォーク)github user discovery
good first issue

Repository metrics

Stars
 (122 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド