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 * as <id>
.svelte.js
export * as foo from './bar.js is transformed into export * from './bar.js' in .svelte.js files
export * as foo from './bar.js
export * from './bar.js'
https://svelte.dev/playground/9f4a213368084d129184d92c2887f140?version=5.14.4
No response
Svelte 5.14.4
annoyance
The text was updated successfully, but these errors were encountered:
Fix created in esrap: Rich-Harris/esrap#16
Sorry, something went wrong.
export * as
No branches or pull requests
Describe the bug
export * as foo from './bar.js
is transformed intoexport * from './bar.js'
in.svelte.js
filesReproduction
https://svelte.dev/playground/9f4a213368084d129184d92c2887f140?version=5.14.4
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: