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

Try using es6 generators #54

Closed
Bikossor opened this issue Mar 29, 2020 · 4 comments
Closed

Try using es6 generators #54

Bikossor opened this issue Mar 29, 2020 · 4 comments
Labels
question Further information is requested

Comments

@Bikossor
Copy link
Owner

No description provided.

@Bikossor Bikossor self-assigned this Mar 29, 2020
@Bikossor Bikossor added the question Further information is requested label Mar 29, 2020
@Bikossor Bikossor removed their assignment Jan 29, 2022
@StringKe
Copy link

esm import error.

import anonymus from "anonymus";
console.log(anonymus) // undefined

@Bikossor
Copy link
Owner Author

@StringKe this does not really belong to this issue but try the following:

import * as anonymus from "anonymus";

console.log(anonymus);

@StringKe
Copy link

it worked, thanks

@Bikossor
Copy link
Owner Author

Bikossor commented Feb 4, 2024

This will be implemented with #306

@Bikossor Bikossor closed this as completed Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants