mirror of https://github.com/sveltejs/svelte
parent
2858cf582e
commit
1e86df520a
@ -0,0 +1,17 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"message": "Invalid element definition",
|
||||||
|
"code": "invalid-element-definition",
|
||||||
|
"start": {
|
||||||
|
"line": 2,
|
||||||
|
"column": 17,
|
||||||
|
"character": 23
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"line": 2,
|
||||||
|
"column": 17,
|
||||||
|
"character": 23
|
||||||
|
},
|
||||||
|
"pos": 23
|
||||||
|
}
|
||||||
|
]
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
<div>
|
||||||
|
<svelte:element this>foo</svelte:element>
|
||||||
|
</div>
|
||||||
Loading…
Reference in new issue