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/unused-event/warnings.json

16 lines
218 B

[{
"code": "unused-event",
"message": "The 'drag' event definition is unused",
"start": {
"line": 4,
"column": 3,
"character": 42
},
"end": {
"line": 6,
"column": 4,
"character": 106
},
"pos": 42
}]