mirror of https://github.com/sveltejs/svelte
better error for bind:value="{{foo}}" - fixes #437
parent
a3ecb67977
commit
75e8d6205e
@ -0,0 +1,8 @@
|
||||
{
|
||||
"message": "bound values should not be wrapped — use 'foo', not '{{foo}}'",
|
||||
"loc": {
|
||||
"line": 1,
|
||||
"column": 19
|
||||
},
|
||||
"pos": 19
|
||||
}
|
@ -0,0 +1 @@
|
||||
<input bind:value='{{foo}}'>
|
Loading…
Reference in new issue