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/method-nonexistent-helper/warnings.json

33 lines
608 B

[
{
"code": "invalid-callee",
"message": "'foo' is an invalid callee (should be one of this.*, refs.*, event.*, options.*, console.*, set, fire, destroy or bar). 'foo' exists on 'helpers', did you put it in the wrong place?",
"pos": 18,
"start": {
"line": 1,
"column": 18,
"character": 18
},
"end": {
"line": 1,
"column": 23,
"character": 23
}
},
{
"code": "unused-helper",
"message": "The 'foo' helper is unused",
"start": {
"line": 12,
"column": 3,
"character": 126
},
"end": {
"line": 14,
"column": 4,
"character": 156
},
"pos": 126
}
]