Closed
Description
openedon Apr 27, 2016
no-named-as-default-member.js:85:42
Unsure what source makes it crash... Narrowed it down to:
function someFunction() {
switch (someVariable) {
case 'something': {
const { // The error is reported at the { on this line
...rest
} = someGlobal;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment