ndmitchell/debug

Show which branches are taken

Aperta

#4 aperta il 17 dic 2017

 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (7 fork)github user discovery
good first issue

Metriche repository

Star
 (122 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor