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
289 B

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