ndmitchell/debug

Apply to nested lambdas/functions

開放

#2 建立於 2017年12月17日

 (10 則留言) (0 個反應) (0 位負責人)JavaScript (7 個分叉)github user discovery
good first issue

倉庫指標

星標
 (122 顆星)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南