warnings.json — svelte Source File
Architecture documentation for warnings.json, a json file in the svelte codebase.
Entity Profile
Source Code
[
{
"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
}
}
]
Source
Frequently Asked Questions
What does warnings.json do?
warnings.json is a source file in the svelte codebase, written in json.
Where is warnings.json in the architecture?
warnings.json is located at packages/svelte/tests/validator/samples/runes-referenced-nonstate/warnings.json (directory: packages/svelte/tests/validator/samples/runes-referenced-nonstate).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free