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
<script lang="ts"> const foo = 1; </script> <div use:action={{ foo }} />
Renaming foo to bar yields the following :
<div use:action={{ bar }} />
Expected :
<div use:action={{ foo: bar }} />
The text was updated successfully, but these errors were encountered:
(fix) add prefix/suffix to rename
8848ab1
sveltejs#755
(fix) add prefix/suffix to rename (#757)
092e90c
#755
No branches or pull requests
Renaming foo to bar yields the following :
Expected :
The text was updated successfully, but these errors were encountered: