- (feat) files ending with
.svelte.d.ts
are now resolved prior to a same file ending with.svelte
. This enables library authors to ship type definitions of Svelte files next to their implementation. (#878) - (fix) handle $store in directive - animate/transition/action can use $stores, too (#877)
- (fix) control flow for awaited promise (#880)
- (fix) svelte2tsx-generation of bubbled and custom events (#886)
- (fix) generate getter/setter when accessors is true (#882)