You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/packages/svelte/tests/validator/samples/runes-referenced-nonstate/warnings.json

27 lines
517 B

[
{
"code": "non_reactive_update",
"message": "`b` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates",
"start": {
"column": 5,
"line": 3
},
"end": {
"column": 6,
"line": 3
}
},
{
"code": "non_reactive_update",
"message": "`c` is updated, but is not declared with `$state(...)`. Changing its value will not correctly trigger updates",
"start": {
"column": 5,
"line": 4
},
"end": {
"column": 6,
"line": 4
}
}
]