pluvial / svelte-adapter-deno

A SvelteKit adapter for Deno
https://svelte-adapter-deno.deno.dev/
MIT License
313 stars 14 forks source link

Call utils function in @sveltejs/kit #2

Closed heliumbrain closed 2 years ago

heliumbrain commented 2 years ago

The utils function in the @sveltejs/kit package was never called. Fixed that.

Fix for #1

jpaquim commented 2 years ago

Thanks! I've been off these last few weeks, didn't notice the change to the adapter APIs, will have to look into it and see if there are any other potential changes to be made.

Also, looking at the changelog for the node adapter, there may be a couple of things we can also integrate into the deno adapter: https://github.com/sveltejs/kit/blob/master/packages/adapter-node/CHANGELOG.md Would you by any chance be interested in continuing to contribute in this direction?

heliumbrain commented 2 years ago

Would you by any chance be interested in continuing to contribute in this direction?

@jpaquim I'll try to help out where I can. But I'm pretty limited both when it comes to time and deeper knowledge of how this works 😄