12:16
<Jack Works>
For a Pattern ({ a: b }), is Assignment ( pattern = expr ) and ForIn/ForOf ( for (pattern of) ) the only case that can change "b" instead of declare a new "b"?
12:37
<Ashley Claymore>
they do appear to be the only two places that reference AssignmentPattern in the spec, other references are for early errors