tomblachut / svelte-intellij

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

variables defined in $: label are unresolved #89

Closed shirotech closed 4 years ago

shirotech commented 4 years ago

It is only resolved if you placed a let outside, but should still be valid to save that extra line without it.

e.g.

Screen Shot 2019-11-17 at 9 46 06 pm
tomblachut commented 4 years ago

Closing in favor of #7

This turned out to be the hardest piece to implement because it circumvents JS analysis.