mirror of https://github.com/sveltejs/svelte
parent
dfd697f605
commit
1ee5752ca1
@ -0,0 +1,15 @@
|
||||
[{
|
||||
"code": "binding-undeclared",
|
||||
"message": "foo is not declared",
|
||||
"pos": 37,
|
||||
"start": {
|
||||
"line": 2,
|
||||
"column": 19,
|
||||
"character": 37
|
||||
},
|
||||
"end": {
|
||||
"line": 2,
|
||||
"column": 22,
|
||||
"character": 40
|
||||
}
|
||||
}]
|
@ -0,0 +1,2 @@
|
||||
<script></script>
|
||||
<input bind:value={foo}>
|
Loading…
Reference in new issue