livebud / bud

The Full-Stack Web Framework for Go
MIT License
5.58k stars 179 forks source link

Add svelte import test #280

Closed JanGordon closed 2 years ago

JanGordon commented 2 years ago

A test that checks if you can import a svelte component from another svelte file.

I hope I did the right thing that you asked for here

matthewmueller commented 2 years ago

Awesome, this is very helpful @JanGordon! I just commented inline.

matthewmueller commented 2 years ago

Hey @JanGordon, just updated your PR in another PR: https://github.com/livebud/bud/pull/283.

The test contains the expected relative path behavior, so you'll find a working example in that PR. Thanks for kicking off the discussion + this PR!