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/properties-computed-must-be.../errors.json

16 lines
268 B

[{
"code": "invalid-computed-value",
"message": "Computed properties can be function expressions or arrow function expressions",
"start": {
"line": 6,
"column": 8,
"character": 62
},
"end": {
"line": 6,
"column": 20,
"character": 74
},
"pos": 62
}]