-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
0.16.9 throws [ERROR] The symbol has already been declared for same name nested functions #2757
Comments
I have the same issue with |
I add |
This is happening to me in a react project, when I am using vite
|
this fixes the issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
causes
reproduction: https://stackblitz.com/edit/node-tl5iaw?file=a.js
pnpm build
downgrading to 0.16.8 works.
running
node index.js
works.the sample code is adapted from the 0.16.9 changelog example "// JavaScript allows this".
edit:
discovered via reports in @sveltejs/kit triggered by svelte generating duplicate code
The text was updated successfully, but these errors were encountered: