We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
in the migration script ,can we add a new feature to auto rename types ?
got this error <!-- @migration-task Error while migrating Svelte code: Identifier 'book' has already been declared -->
<!-- @migration-task Error while migrating Svelte code: Identifier 'book' has already been declared -->
related #13125
<script lang="ts"> import {type a} from "./Component.ts" let {a}=$props() let name = 'world'; </script> <h1>Hello {name}!</h1>
No response
-
annoyance
The text was updated successfully, but these errors were encountered:
Yup this is the same bug and an upstream one
#13125 (comment)
therefore closing as duplicate of #13125
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
in the migration script ,can we add a new feature to auto rename types ?
got this error
<!-- @migration-task Error while migrating Svelte code: Identifier 'book' has already been declared -->
related #13125
Reproduction
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: