mirror of https://github.com/sveltejs/svelte
parent
19e434fba7
commit
58e3339862
@ -0,0 +1,10 @@
|
||||
{
|
||||
"code": "empty-attribute-value",
|
||||
"message": "Attribute shorthand cannot be empty",
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 6,
|
||||
"character": 6
|
||||
},
|
||||
"pos": 6
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
<span {}></span>
|
||||
Loading…
Reference in new issue