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

14 lines
228 B

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