ndmitchell/debug

Show which branches are taken

Aberta

#4 aberto em 17 de dez. de 2017

 (0 comentário) (0 reação) (0 responsável)JavaScript (7 forks)github user discovery
good first issue

Métricas do repositório

Stars
 (122 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador