mirror of https://github.com/sveltejs/svelte
dont warn on empty block for nbsp - fixes #1658
parent
203cd1d334
commit
96e61bc9ac
@ -0,0 +1,3 @@
|
|||||||
|
export default {
|
||||||
|
dev: true
|
||||||
|
};
|
@ -0,0 +1,3 @@
|
|||||||
|
{#if x}
|
||||||
|
|
||||||
|
{/if}
|
@ -0,0 +1 @@
|
|||||||
|
[]
|
Loading…
Reference in new issue