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

Support ES6 module import #6

Open
atiris opened this issue Jul 13, 2020 · 0 comments
Open

Support ES6 module import #6

atiris opened this issue Jul 13, 2020 · 0 comments

Comments

@atiris
Copy link
Owner

atiris commented Jul 13, 2020

ES6 named module import is not possible for this library.
Check why this is not possible:

import { Gomshal } from 'gomshal';

Error:

import { Gomshal } from 'gomshal';
         ^^^^^^^
SyntaxError: The requested module 'gomshal' does not provide an export named 'Gomshal'
  at ModuleJob._instantiate (internal/modules/esm/module_job.js:92:21)
  at async ModuleJob.run (internal/modules/esm/module_job.js:107:20)
  at async Loader.import (internal/modules/esm/loader.js:164:24)
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