We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[, foo] = arr
eslint-traverse throws an exception on https://github.com/discord/eslint-traverse/blob/master/index.js#L24 when traversing an array destructuring pattern with an omitted identifier, since the missing identifier's node property is set to null.
eslint-traverse
node
null
The text was updated successfully, but these errors were encountered:
Skip traversal of null nodes
8fe1e56
Fixes discord#2
Fix is here: #3
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
eslint-traverse
throws an exception on https://github.com/discord/eslint-traverse/blob/master/index.js#L24 when traversing an array destructuring pattern with an omitted identifier, since the missing identifier'snode
property is set tonull
.The text was updated successfully, but these errors were encountered: