We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
export_undef
<script module>
Starting in Svelte v5.5.0, when exporting from a <script module> the compiler gives an export_undef error that didn't exist in earlier versions.
v5.5.0
We aren't able to build our apps on 5.5+ because of this.
Assuming this was introduced alongside #14315 ?
REPL (latest 5.9.0) REPL (break introduced 5.5.0) REPL (last working 5.4.0)
Check the Another.svelte file for the error.
Another.svelte
No response
REPL
blocking an upgrade
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Starting in Svelte
v5.5.0
, when exporting from a<script module>
the compiler gives anexport_undef
error that didn't exist in earlier versions.We aren't able to build our apps on 5.5+ because of this.
Assuming this was introduced alongside #14315 ?
Reproduction
REPL (latest 5.9.0)
REPL (break introduced 5.5.0)
REPL (last working 5.4.0)
Check the
Another.svelte
file for the error.Logs
No response
System Info
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: