MZ
Посмотрел issues в svelte репозитории и не нашел упоминаний
Size: a a a
MZ
MZ
SG
MZ
SG
SG
SG
PM
/GodComponent/
Variant1.svelte
Variant2.svelte
Variant3.svelte
index.js
PM
export { default as Variant1 } from './Variant1.svelte';
export { default as Variant2 } from './Variant2.svelte';
export { default as Variant3 } from './Variant3.svelte';
...
И юзаем:import * as GodComponent from './GodComponent/';
...
<GodComponent.Variant1 />
PM
EM
export { default as Variant1 } from './Variant1.svelte';
export { default as Variant2 } from './Variant2.svelte';
export { default as Variant3 } from './Variant3.svelte';
...
И юзаем:import * as GodComponent from './GodComponent/';
...
<GodComponent.Variant1 />
/

@rollup/plugin-alias VS Code подсвечивает мне такую штуку/

/
/

.svelte, то он уже не ругается/
typescript видел расширение .svelte
Такое можно сделать?.js, .ts, .tsx и .d.tsEM
К
К
К