`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`.