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

export * as <id> is not supported in .svelte.js files #14768

Open
GauBen opened this issue Dec 19, 2024 · 1 comment
Open

export * as <id> is not supported in .svelte.js files #14768

GauBen opened this issue Dec 19, 2024 · 1 comment

Comments

@GauBen
Copy link
Contributor

GauBen commented Dec 19, 2024

Describe the bug

export * as foo from './bar.js is transformed into export * from './bar.js' in .svelte.js files

Reproduction

https://svelte.dev/playground/9f4a213368084d129184d92c2887f140?version=5.14.4

image

Logs

No response

System Info

Svelte 5.14.4

Severity

annoyance

@GauBen
Copy link
Contributor Author

GauBen commented Dec 19, 2024

Fix created in esrap: Rich-Harris/esrap#16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant