Skip to content

v4.0.2

Compare
Choose a tag to compare
@trotzig trotzig released this 10 Dec 15:53

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.