Closed Indeedornot closed 1 year ago
Continuation of issue Updated the reproduction with version 2.8.1
Sample code
<h1 class:test={test}/>
Expected output with svelteAllowShorthand: false
svelteAllowShorthand: false
Real output:
<h1 class:test/>
Reproduction made using starting svelte-kit project
look at src/routes/+page.svelte and run npm run format
src/routes/+page.svelte
npm run format
Continuation of issue Updated the reproduction with version 2.8.1
Sample code
Expected output with
svelteAllowShorthand: false
Real output:
Reproduction made using starting svelte-kit project
look at
src/routes/+page.svelte
and runnpm run format