-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
No support for export default from "foo"
#160
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
Milestone
Comments
Fixed with [email protected] |
Latest it 1.0.45, any timeline for a release? |
@joaomilho |
k, will try |
This was referenced Apr 25, 2022
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Babel provides the module
@babel/plugin-proposal-export-default-from
that supports the syntaxexport default from "foo"
. Swc currently does not support this syntax.The text was updated successfully, but these errors were encountered: