eslint-traverse
eslint-traverse copied to clipboard
Chokes on `[, foo] = arr` destructuring pattern
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
.
Fix is here: https://github.com/discord/eslint-traverse/pull/3