ndmitchell/debug

Apply to nested lambdas/functions

Offen

#2 geöffnet am 17.12.2017

 (10 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (7 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (122 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide