mirror of https://github.com/sveltejs/svelte
break declaration grouping on non-declaration nodes (fixes #2022)
parent
86bee90d8a
commit
d788bb9735
@ -1,7 +1,6 @@
|
||||
<script>
|
||||
export let x;
|
||||
export let x, y
|
||||
|
||||
export let y;
|
||||
$: y = x;
|
||||
|
||||
export let z;
|
Loading…
Reference in new issue