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

13 lines
214 B

[{
"message": "Computed property name 'with-hyphen' is invalid — must be a valid identifier such as with_hyphen",
"loc": {
"line": 9,
"column": 3
},
"end": {
"line": 9,
"column": 28
},
"pos": 87
}]