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
Example:
<g> <slot /> </g> <script> export default { namespace: `svg` } </script>
Error message:
The 'namespace' property must be a string literal representing a valid namespace
REPL Reproduction: https://svelte.technology/repl?version=1.58.4&gist=f0ea73178d7664c8de272e0efbc3d9de
This affects me because I started using my autoformatting script in Svelte components, and this article seemed reasonable to me: https://ponyfoo.com/articles/template-literals-strictly-better-strings
The text was updated successfully, but these errors were encountered:
Fix backtick string literals not being recognized for the svg property
e81fb88
Failing test for sveltejs#1284 Fixes sveltejs#1284
Pull request opened: #1285
Sorry, something went wrong.
Fixed in v.1.58.5.
No branches or pull requests
Example:
Error message:
REPL Reproduction: https://svelte.technology/repl?version=1.58.4&gist=f0ea73178d7664c8de272e0efbc3d9de
This affects me because I started using my autoformatting script in Svelte components, and this article seemed reasonable to me: https://ponyfoo.com/articles/template-literals-strictly-better-strings
The text was updated successfully, but these errors were encountered: