fabian-hiller / valibot

The modular and type safe schema library for validating structural data 🤖
https://valibot.dev
MIT License
5.88k stars 181 forks source link

docs(installation): add jsr #570

Closed Shyam-Chen closed 3 months ago

Shyam-Chen commented 4 months ago

Migrating Deno modules from /x to JSR


Updated:

There are no plans to discontinue or shut down deno.land/x. Module authors can continue to publish and update modules there, and Deno code using it will continue to function.

fabian-hiller commented 4 months ago

Thanks for creating this PR and expanding the guide for JSR. I think instead of removing Deno, we should keep it until they deprecate it in favor of JSR, since Valibot is still a very popular package on /x. Let me know what you think. If you agree, feel free to keep Deno, but add JSR on top of it.

fabian-hiller commented 3 months ago

Thank you!