We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a2d69e4
This release contains a bug fix for files using array destructuring with omitted variables. E.g.
const [, bar] = foo();
Before this release, we would throw an error when parsing this code.