Skip to content
This repository was archived by the owner on May 19, 2018. It is now read-only.

v6.11.6

Choose a tag to compare

@hzoo hzoo released this 14 Oct 19:51
· 545 commits to master since this release

v6.11.6 (2016-10-12)

πŸ› Bug Fix/Regression

Fix crash when exporting with destructuring and sparse array (#170) (Jeroen Engels)

// was failing with `Cannot read property 'type' of null` because of null identifiers
export const { foo: [ ,, qux7 ] } = bar;