mirror of https://github.com/sveltejs/svelte
parent
d6c985960b
commit
ffcabe6408
@ -1,14 +1,14 @@
|
||||
[
|
||||
{
|
||||
"code": "state_field_duplicate",
|
||||
"message": "`count` has already been declared on this class",
|
||||
"code": "state_field_invalid_assignment",
|
||||
"message": "Cannot assign to a state field before its declaration",
|
||||
"start": {
|
||||
"line": 4,
|
||||
"line": 3,
|
||||
"column": 2
|
||||
},
|
||||
"end": {
|
||||
"line": 4,
|
||||
"column": 24
|
||||
"line": 3,
|
||||
"column": 17
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in new issue