getify/literalizer

need more tests for: nesting of function-properties mixed with default function param values

开放

#25 创建于 2013年9月12日

 (0 条评论) (0 个反应) (1 位负责人)JavaScript (2 个派生)github user discovery
bughelp wanted

仓库指标

星标
 (18 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

tests like this to verify when function-property candidates are abandoned, etc:

var a={b(c={d:e=>{f;}}){a:
{}/a/g}};

Haven't found a breaking test where this is a bug, yet. But we don't yet have good test coverage of that complication, so need to investigate other tests and see if there's a bug, and at a minimum, include those tests.

贡献者指南