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/computed-purity-check-no-this/errors.json

16 lines
343 B

[{
"code": "impure-computed",
"message": "Computed properties should be pure functions — they do not have access to the component instance and cannot use 'this'. Did you mean to put this in 'methods'?",
"pos": 81,
"start": {
"line": 7,
"column": 4,
"character": 81
},
"end": {
"line": 7,
"column": 8,
"character": 85
}
}]