ndmitchell/debug

Apply to nested lambdas/functions

Aperta

#2 aperta il 17 dic 2017

 (10 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

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.

Guida contributor