mirror of https://github.com/sveltejs/svelte
parent
d91cf4b2ef
commit
a26b276c5e
@ -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