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

Wrong modern output #582

Closed
jnordberg opened this issue Apr 4, 2020 · 4 comments · Fixed by #570
Closed

Wrong modern output #582

jnordberg opened this issue Apr 4, 2020 · 4 comments · Fixed by #570
Labels
duplicate has-fix A fix is available, but may not yet be released.

Comments

@jnordberg
Copy link

When running microbundle --compress false --format modern on a typescript package containing async/await code the js still contains the async/await calls but when running with microbundle --compress false --format cjs,modern both the modern and commonjs bundle have the async calls converted to promises

@jnordberg
Copy link
Author

Using 0.12.0-next.8

@developit
Copy link
Owner

This should be fixed by #570. I'll work on getting a release out this week.

@developit developit added the has-fix A fix is available, but may not yet be released. label Apr 5, 2020
@developit
Copy link
Owner

Note: this is a duplicate of #518 and #560.

@marvinhagemeister
Copy link
Collaborator

Let's continue discussion in #518 and #560 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate has-fix A fix is available, but may not yet be released.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants