rollup / rollup-plugin-commonjs

This module has moved and is now available at @rollup/plugin-commonjs / https://github.com/rollup/plugins/blob/master/packages/commonjs
MIT License
502 stars 126 forks source link

Fix #358: handle array destructuring assignment #379

Closed Tundon closed 5 years ago

Tundon commented 5 years ago

Also a new test case is added to misc tests -> handles array destructuring assignment

closes #375 resolves #376 resolves #358