ndmitchell/debug

Apply to nested lambdas/functions

Ouverte

#2 ouverte le 17 déc. 2017

 (10 commentaires) (0 réaction) (0 personne assignée)JavaScript (7 forks)github user discovery
good first issue

Métriques du dépôt

Stars
 (122 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur