Closed asm0dey closed 4 years ago
Ah yes, re-exports don't work yet
Duplicates #48
Why is it reexport?
Svelte compiles to default exports, which are recognized, but e.g. in case of npm libraries you usually want to create one module which re-exports everything else, like in case of sveltestrap
It's still not working for me. I am using WebStorm 2023.2.2
and plugin version 232.9921.36
. IDE is still marking reexport imports as unused.
idea is f*cked in last time like s*it. Got problem like this too.
idea version: Build #IU-232.10227.8, built on November 9, 2023
plugin version: 232.9921.36
Hello! Please follow the ticket on YouTrack for that specific problem: WEB-63156 Svelte: namespaced component imports are marked as unused
Consider the following snippet:
In this example the whole
import
line is marked as unused while being obviously used