Skip to content

svelte-check-1.2.6

Compare
Choose a tag to compare
@dummdidumm dummdidumm released this 19 Mar 14:09
· 683 commits to master since this release
dc138f6
  • (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)