ndmitchell/debug

Apply to nested lambdas/functions

Open

#2 opened on Dec 17, 2017

View on GitHub
 (10 comments) (0 reactions) (0 assignees)JavaScript (7 forks)github user discovery
good first issue

Repository metrics

Stars
 (122 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide