mirror of https://github.com/sveltejs/svelte
parent
a5a0b49003
commit
df67505081
@ -0,0 +1,6 @@
|
|||||||
|
<main>
|
||||||
|
<input>
|
||||||
|
<div>
|
||||||
|
<p>
|
||||||
|
<p></p>
|
||||||
|
</main>
|
@ -0,0 +1,26 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"code": "element_implicitly_closed",
|
||||||
|
"message": "The tag `<p>` was implicitly closed by the parent or a next element. This may cause DOM structure being other than expected one.",
|
||||||
|
"start": {
|
||||||
|
"line": 4,
|
||||||
|
"column": 4
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"line": 4,
|
||||||
|
"column": 7
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"code": "element_implicitly_closed",
|
||||||
|
"message": "The tag `<div>` was implicitly closed by the parent or a next element. This may cause DOM structure being other than expected one.",
|
||||||
|
"start": {
|
||||||
|
"line": 3,
|
||||||
|
"column": 4
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"line": 3,
|
||||||
|
"column": 9
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in new issue