Files
babel/test/fixtures/es2015/destructuring/parenthesized-lhs-array/options.json
2017-09-21 16:12:36 -05:00

3 lines
121 B
JSON

{
"throws": "You're trying to assign to a parenthesized expression, eg. instead of `([a]) = 0` use `([a] = 0)` (1:1)"
}