getify/literalizer

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

Open

#25 ouverte le 12 sept. 2013

Voir sur GitHub
 (0 commentaires) (0 réactions) (1 assigné)JavaScript (2 forks)github user discovery
bughelp wanted

Métriques du dépôt

Stars
 (18 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur