Describe the problem
I want to make a {@const a = b} declaration inside an {#if cond} block, but svelte complains about it's parent.
Describe the proposed solution
It would be cool if it just worked.
Alternatives considered
None
Importance
would make my life easier
Describe the problem
I want to make a
{@const a = b}declaration inside an{#if cond}block, but svelte complains about it's parent.Describe the proposed solution
It would be cool if it just worked.
Alternatives considered
None
Importance
would make my life easier