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

Fails when a namespaced export is used #889

Closed
davbrito opened this issue Jan 10, 2024 · 1 comment · Fixed by #890
Closed

Fails when a namespaced export is used #889

davbrito opened this issue Jan 10, 2024 · 1 comment · Fixed by #890
Labels

Comments

@davbrito
Copy link

If you have a namespaced export in the code like this:

export * as namespace from "./module.js";

It throws the error TypeError: Cannot read properties of undefined (reading 'type')

@danez
Copy link
Collaborator

danez commented Jan 12, 2024

Fixed in 7.0.3

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants