ndmitchell/debug

Apply to nested lambdas/functions

オープン

#2 opened on 2017/12/17

 (10 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (7 件のフォーク)github user discovery
good first issue

Repository metrics

Stars
 (122 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド