svelte/test/validator/samples/method-arrow-this/errors.json

9 lines
152 B

[{
"message": "Method 'foo' should be a function expression, not an arrow function expression",
"pos": 79,
"loc": {
"line": 6,
"column": 3
}
}]