mirror of https://github.com/sveltejs/svelte
parent
7bb73602c3
commit
77e7054730
@ -0,0 +1,10 @@
|
||||
{
|
||||
"code": "duplicate-attribute",
|
||||
"message": "Attributes need to be unique",
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 17,
|
||||
"character": 17
|
||||
},
|
||||
"pos": 17
|
||||
}
|
@ -0,0 +1 @@
|
||||
<Widget foo={42} bind:foo/>
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"code": "duplicate-attribute",
|
||||
"message": "Attributes need to be unique",
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 17,
|
||||
"character": 17
|
||||
},
|
||||
"pos": 17
|
||||
}
|
@ -0,0 +1 @@
|
||||
<div title='foo' {title}></div>
|
Loading…
Reference in new issue