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

15 lines
270 B

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