mirror of https://github.com/sveltejs/svelte
parent
c39a3f6d58
commit
6e04e840f9
@ -0,0 +1,7 @@
|
|||||||
|
[{
|
||||||
|
"message": "Invalid reactive declaration — must depend on local state",
|
||||||
|
"code": "invalid-reactive-declaration",
|
||||||
|
"start": { "line": 2, "column": 1, "character": 10 },
|
||||||
|
"end": { "line": 2, "column": 23, "character": 32 },
|
||||||
|
"pos": 10
|
||||||
|
}]
|
@ -0,0 +1,3 @@
|
|||||||
|
<script>
|
||||||
|
$: console.log('foo');
|
||||||
|
</script>
|
Loading…
Reference in new issue