You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Treating the whole chain of subdestructuring assignee as sub-tail should be viable, but probably not very useful/intuitive until #163 is resolved. E.g.: a{(b.c)d} → {d: a[b.c]d}
request
a{ b.c }
->{ c: a.b.c }
, instead of{ c: a[b.c] }
that would probably have to parse
The text was updated successfully, but these errors were encountered: