when i run `svelte-strip`, there is no output and it seems to silently fail ```svelte <!-- src/asdf.svelte --> <script lang="ts"> export const foo: string = '' </script> ``` ``` > svelte-strip strip src asdf > ``` windows 10, svelte-strip 1.0.2, node 18.10.0