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
I'd like to do this:
{#await import('./Map.svelte') then { default: Map }} <Map /> {/await}
but it's being formatted to this:
{#await import('./Map.svelte') then { Map }} <Map /> {/await}
which doesn't work, because it's missing the default. If I save without formatting, it does work.
default
The text was updated successfully, but these errors were encountered:
add support for object destruct reassignment, fixes sveltejs#113
cec7a25
b0eec12
No branches or pull requests
I'd like to do this:
but it's being formatted to this:
which doesn't work, because it's missing the
default
. If I save without formatting, it does work.The text was updated successfully, but these errors were encountered: