mirror of https://github.com/sveltejs/svelte
parent
26360d4ced
commit
adfc0e3e45
@ -0,0 +1,15 @@
|
|||||||
|
[{
|
||||||
|
"message": "Valid event modifiers are stop, prevent, capture, once, passive.",
|
||||||
|
"code": "invalid-event-modifiers",
|
||||||
|
"start": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 8,
|
||||||
|
"character": 8
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 36,
|
||||||
|
"character": 36
|
||||||
|
},
|
||||||
|
"pos": 8
|
||||||
|
}]
|
@ -0,0 +1 @@
|
|||||||
|
<button on:click|stop|bad="doThat()"></button>
|
Loading…
Reference in new issue