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

33 lines
551 B

[
{
"message": "The passive modifier only works with wheel and touch events",
"code": "redundant-event-modifier",
"start": {
"line": 1,
"column": 8,
"character": 8
},
"end": {
"line": 1,
"column": 40,
"character": 40
},
"pos": 8
},
{
"message": "Touch event handlers that don't use the 'event' object are passive by default",
"code": "redundant-event-modifier",
"start": {
"line": 2,
"column": 5,
"character": 56
},
"end": {
"line": 2,
"column": 47,
"character": 98
},
"pos": 56
}
]