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