mirror of https://github.com/sveltejs/svelte
parent
121b8a1a0c
commit
dae188c8ef
@ -0,0 +1,8 @@
|
|||||||
|
[{
|
||||||
|
"message": "'type' attribute must be specified",
|
||||||
|
"loc": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 24
|
||||||
|
},
|
||||||
|
"pos": 24
|
||||||
|
}]
|
@ -0,0 +1 @@
|
|||||||
|
<input bind:value='foo' type>
|
Loading…
Reference in new issue