ciscoheat / sveltekit-superforms

Making SvelteKit forms a pleasure to use!
https://superforms.rocks
MIT License
2.01k stars 59 forks source link

New Adapter: @effect/schema #415

Open geekodour opened 2 months ago

geekodour commented 2 months ago

Can we consider supporting https://github.com/Effect-TS/effect/tree/main/packages/schema ? If it looks like something we can support, willing to work on it!

ciscoheat commented 2 months ago

Of course, check one of the existing adapters to get started: https://github.com/ciscoheat/sveltekit-superforms/tree/main/src/lib/adapters

ciscoheat commented 2 months ago

A test suite should be added here: https://github.com/ciscoheat/sveltekit-superforms/blob/main/src/tests/superValidate.test.ts#L140

geekodour commented 2 months ago

great! thanks. will keep things posted here as I work on it!