Closed dishuostec closed 4 years ago
Partially fixed in #39. Imports are still marked as unused :/
Small update:
export {default as Foo} from './Foo.svelte';
export {default as Bar} from './Bar.svelte';
works at least in current version. I'm gonna fix this soon™
will be fixed in v0.14
When re-export multiple svelte components using a js file, webstorm can't recognize component.
example: https://svelte.dev/repl/e66018598e614b5d874a28fb9fa4ac62?version=3.7.1