mirror of https://github.com/sveltejs/svelte
parent
086cff2272
commit
ac8718b3a4
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"code": "invalid-class-directive",
|
|
||||||
"message": "Class binding name cannot be empty",
|
|
||||||
"start": {
|
|
||||||
"line": 1,
|
|
||||||
"column": 10,
|
|
||||||
"character": 10
|
|
||||||
},
|
|
||||||
"pos": 10
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
<h1 class:={true}>Hello</h1>
|
|
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"code": "empty-directive-name",
|
||||||
|
"message": "Action name cannot be empty",
|
||||||
|
"start": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 7,
|
||||||
|
"character": 7
|
||||||
|
},
|
||||||
|
"pos": 7
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
<h1 use:>Hello</h1>
|
Loading…
Reference in new issue