This repository was archived by the owner on Aug 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 116
Fail to import deconstructed object variable with Literals declaration #303
Comments
Looks like I'm hitting this when trying to rollup sequelize, the code in particular:
|
This particular issue should be fixed in the latest release via #358 |
I don' think it is because the call to
is made where |
lukastaegert
added a commit
that referenced
this issue
Apr 4, 2019
lukastaegert
added a commit
that referenced
this issue
Apr 4, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The plugin fails bundling a module which exports a variable from deconstruction with literal keys.
Example
module.js
index.js
It seems a
rollup-pluginutils
failure (here the related issue and PR). Also, theextractNames
helper inrollup-plugin-commonjs
could have the same issue.The text was updated successfully, but these errors were encountered: