mirror of https://github.com/sveltejs/svelte
always warn on empty block - fixes #2042
parent
fa1322b00b
commit
871147260c
@ -1,3 +0,0 @@
|
|||||||
export default {
|
|
||||||
dev: true
|
|
||||||
};
|
|
@ -1,5 +0,0 @@
|
|||||||
{#each things as thing}
|
|
||||||
|
|
||||||
{/each}
|
|
||||||
|
|
||||||
{#each things as thing}{/each}
|
|
@ -1 +0,0 @@
|
|||||||
[]
|
|
Loading…
Reference in new issue