ndmitchell/debug

Apply to nested lambdas/functions

Aberta

#2 aberto em 17 de dez. de 2017

 (10 comentários) (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

Currently only top-level declarations are trapped. However, it should be anything that looks lambda-like, so anything nested as well. e.g.

foo x y = ...
   where
      bar x y = ...

Should annotate both foo and bar.

Guia do colaborador