ndmitchell/debug

Show which branches are taken

Ouverte

#4 ouverte le 17 déc. 2017

 (0 commentaire) (0 réaction) (0 personne assignée)JavaScript (7 forks)github user discovery
good first issue

Métriques du dépôt

Stars
 (122 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur