language-tools
language-tools copied to clipboard
TypeScript: Allow SapperAnchorProps & SvelteKitAnchorProps on svelte:element
Ref: https://github.com/sveltejs/language-tools/issues/1576
@dummdidumm this is my attempt to address the Typescript issue I opened. It passes tests, but I'm gonna see if I can figure out how to add a test that fails without these changes.
I updated the samples for svelte-element and sveltekit-anchor-attrs. I verified that these samples fail in master. Let me know what you think.