-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Deno.bundle() does not handle export * as
(export-star-as) correctly
#4542
Comments
This is a bug. I think we missed this export pattern when we do the analysis of the exported nodes for the module and don't properly resolve the symbol names. |
I can work on this |
Could it be bug with typescript? |
@grosto actually, I probably need to take a look into it further. It might or might not be TypeScript. The problem is the main module is JavaScript, so that works a bit differently, and it feels like we might not be setting up right when the main module is JS and we are bundling, which means the issue has nothing to do with the |
Related to #5219 |
I am unable to reproduce now on Deno 1.1.1. I cloned the repo and updated to the proper version of This can be closed now. |
@kitsonk I gonna try it out with my prototype as well then 🙂 |
Closing as resolved |
More details in this repo
The text was updated successfully, but these errors were encountered: