mirror of https://github.com/sveltejs/svelte
allow duplicates of the same action on an element (#5875)
parent
abf11bb02b
commit
13e3d755da
@ -0,0 +1 @@
|
||||
<input use:autofocus use:autofocus>
|
@ -0,0 +1,34 @@
|
||||
{
|
||||
"html": {
|
||||
"start": 0,
|
||||
"end": 35,
|
||||
"type": "Fragment",
|
||||
"children": [
|
||||
{
|
||||
"start": 0,
|
||||
"end": 35,
|
||||
"type": "Element",
|
||||
"name": "input",
|
||||
"attributes": [
|
||||
{
|
||||
"start": 7,
|
||||
"end": 20,
|
||||
"type": "Action",
|
||||
"name": "autofocus",
|
||||
"modifiers": [],
|
||||
"expression": null
|
||||
},
|
||||
{
|
||||
"start": 21,
|
||||
"end": 34,
|
||||
"type": "Action",
|
||||
"name": "autofocus",
|
||||
"modifiers": [],
|
||||
"expression": null
|
||||
}
|
||||
],
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in new issue