Manuel

Results 153 comments of Manuel

I will give that a try!

Don't know how we could detect that without dramatically uglifying our code.

> I will give that a try! I don't think this will work. `svelte-ast-print` requires us to use the "modern" `svelte` parser, which seems to be quite different than before....

Not-solvable at this time

> When it's a dirty git repo we should warn them of that immediately rather than having them choose the options first and then telling them What do you mean...

Re-opening, as this will not be handled by #466 but I think this might get important in the future.

I think a warning will be enough for the time being. If we see this as a problem in the future, we can always refactor this. Will the current architecture...

Good! Already forgot about that

I don't think that it really is. The other issue would just make sure that `Welcome to Sveltkit` (or whatever) is rendered. But this would be way better for code...

Is it possible that you mean [`snapshots`](https://vitest.dev/guide/snapshot.html)? I could not find much about [`fixtures`](https://vitest.dev/guide/test-context.html#fixture-initialization) in their docs.