This repository has been archived by the owner on May 19, 2018. It is now read-only.
v6.11.6
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;