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-unexpected/errors.json

16 lines
236 B

8 years ago
[{
"code": "unexpected-property",
8 years ago
"message": "Unexpected property 'dada' (did you mean 'data'?)",
"start": {
8 years ago
"line": 5,
"column": 2,
"character": 42
8 years ago
},
"end": {
"line": 9,
"column": 3,
"character": 84
},
8 years ago
"pos": 42
}]