mirror of https://github.com/sveltejs/svelte
better error for unmatched closing tag (#321)
parent
a8d19839cd
commit
2efd532563
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"message": "</div> attempted to close an element that was not open",
|
||||||
|
"loc": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 0
|
||||||
|
},
|
||||||
|
"pos": 0
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
</div>
|
Loading…
Reference in new issue