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
563 B

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