Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to locate exposed module, invalid warning that exposed symbol is not exposed #54

Open
cdaringe opened this issue Oct 31, 2019 · 0 comments

Comments

@cdaringe
Copy link

probem

./src/client.ts → bundle.js...
[!] Error: 'parse' is not exported by node_modules/querystring/index.js
https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module
node_modules/rollup-plugin-node-builtins/src/es6/url.js (25:8)

however, opening querystring/index.js clearly shows:

exports.decode = exports.parse = require('./decode');
exports.encode = exports.stringify = require('./encode');

as you can see, parse is exposed. perhaps the module eval method needs some 👀 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant