mirror of https://github.com/sveltejs/svelte
parent
06024250b2
commit
a8913f8a7c
@ -1,14 +1,14 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"code": "state_field_invalid_assignment",
|
"code": "duplicate_class_field",
|
||||||
"message": "Cannot assign to a state field before its declaration",
|
"message": "`count` has already been declared",
|
||||||
"start": {
|
"start": {
|
||||||
"line": 2,
|
"line": 5,
|
||||||
"column": 1
|
"column": 2
|
||||||
},
|
},
|
||||||
"end": {
|
"end": {
|
||||||
"line": 2,
|
"line": 5,
|
||||||
"column": 12
|
"column": 24
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in new issue