tomblachut / svelte-intellij

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

Error in intellij when using keyed each with trailing space #281

Closed Dudek-AMS closed 2 years ago

Dudek-AMS commented 2 years ago
{#each $RequestStore.RequestUsers as request (request.__uuid) }

the space after (request.__uuid) displays a error in intelli (unexpected token).

tomblachut commented 2 years ago

Duplicate of #273