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

v6.11.6

Compare
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;