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/test/validator/samples/reactive-module-variable/warnings.json

18 lines
283 B

[
{
"code": "module-script-reactive-declaration",
"message": "\"foo\" is declared in a module script and will not be reactive",
"pos": 59,
"start": {
"character": 59,
"column": 4,
"line": 5
},
"end": {
"character": 69,
"column": 14,
"line": 5
}
}
]