You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In TypeScript, it is common to have variables and types with the same name. Svelte 5 native TypeScript support prohibits this, breaking existing TypeScript code.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
In TypeScript, it is common to have variables and types with the same name. Svelte 5 native TypeScript support prohibits this, breaking existing TypeScript code.
Reproduction
REPL
Logs
Error: Identifier 'Something' has already been declared (svelte)
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: