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
I assume that you are talking about importing a type exported from <script context="module"> inside a .ts file. If so, that's a duplicate of sveltejs/language-tools#550
Describe the bug
I am using typescript with svelte and I cannot export a type from a module script element.
Expected behavior
It should be possible to export a type from a module script
Information about your Svelte project:
Severity
The issue is actually not that of a big deal I could export the type from a regular typescript file.
The text was updated successfully, but these errors were encountered: