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

27 lines
451 B

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