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.

贡献者指南