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/error-mode-warn/warnings.json

39 lines
548 B

[
{
"code": "invalid-binding",
"message": "Cannot bind to a variable which is not writable",
"start": {
"line": 5,
"column": 19
},
"end": {
"line": 5,
"column": 24
}
},
{
"code": "missing-declaration",
"message": "'undeclared' is not defined",
"start": {
"column": 19,
"line": 6
},
"end": {
"column": 29,
"line": 6
}
},
{
"code": "binding-undeclared",
"message": "undeclared is not declared",
"end": {
"column": 29,
"line": 6
},
"start": {
"column": 19,
"line": 6
}
}
]