tomblachut / svelte-intellij

Svelte components in WebStorm and friends
MIT License
485 stars 38 forks source link

Typescript import type incorrectly marked as broken #141

Closed y-y-yoshi closed 4 years ago

y-y-yoshi commented 4 years ago

Hi,

when using the typescript type import in the script tag in a svelte file like this:

<script  lang="typescript">
  import type Foo from "./foo";
 ....
</script>

the import is marked as broken, although serving the app works fine.

tomblachut commented 4 years ago

TS it not yet supported.

tomblachut commented 4 years ago

Works in newest release!