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
501 stars 126 forks source link

Use extractAssignedNames from rollup-pluginutils #383

Closed lukastaegert closed 5 years ago

lukastaegert commented 5 years ago

Resolves #303

This switches to using the new shared helper for extracting names from patterns and should fix the last remaining pattern-related issue. For the future, there is now a central place for fixing these kinds of issues.