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

16 lines
216 B

8 years ago
[{
"code": "duplicate-property",
8 years ago
"message": "Duplicate property 'methods'",
"start": {
8 years ago
"line": 9,
"column": 2,
"character": 74
8 years ago
},
"end": {
"line": 11,
"column": 3,
"character": 101
},
8 years ago
"pos": 74
}]