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