getify/literalizer

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

オープン

#25 opened on 2013/09/12

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)JavaScript (2 件のフォーク)github user discovery
bughelp wanted

Repository metrics

Stars
 (18 個のスター)
PR merge metrics
 (30d に merged 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.

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