We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
(fix) respect strict mode and shorthand options
71df481
when formatting style/class directives fies sveltejs#328
bd5a49a
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: