Closed philipwhiuk closed 8 months ago
This is valid JavaScript: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment#default_value.
Maybe IE 11 does not support it but if you need to support IE11, you should probably transpile node_modules anyway.
esprima-fb reports invalid syntax:
Line 70-73:
It seems like it doesn't like the assignment inside
{}
s. Is this expected to be valid?