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-this-get/errors.json

13 lines
225 B

[{
"code": "impure-computed",
"message": "Cannot use this.get(...) — values must be passed into the function as arguments",
"pos": 73,
"loc": {
"line": 7,
"column": 11
},
"end": {
"line": 7,
"column": 28
}
}]