Alexander Prinzhorn
Alexander Prinzhorn
Another thought: if a Svelte component uses `partial` (I think we can detect this from meta data provided by the Svelte compiler) we cannot make it work on the client....
Current progress (locally, uncommitted): client side scripts are now only generated when the component is marked as progressive via ```svelte export const progressive = true; ``` This means by default...
I'm done for today. I'm not sure what's missing exactly. For server rendering you can now use Svelte and also import `*.svelte` in Svelte as expected. The same files can...
I also added prettier and eslint because I just couldn't work without it. We can of course remove this from the PR in the future. But they are related to...
I just ported my SvelteKit project over in about 20 minutes. What I learned: 1. `$lib` imports obviously don't work, but since this is way less JavaScript heavy (most components...
Replace sync-rpc with https://github.com/un-ts/synckit
@sintaxi do you have any plans to get back into Harp? I'd really love to create some static pages again and don't know of anything that comes close to Harp....
> First of all thank you! You have done some really amazing work here. Im sorry for the lack of feedback. Thanks! > I agree with you terraform likely needs...
Looking at my wall of text, maybe you can formulate a road map? An updated version of https://github.com/sintaxi/harp/issues/664 ? I'd be more than happy to comment on it when you...
I was just thinking if a template like Svelte can emit additional css/js, we need a special path prefix for them. Or else these would then cause another request to...