fabian-hiller / valibot

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

fix(deno): Add missing file extensions #637

Closed Omochice closed 4 months ago

Omochice commented 4 months ago

Summary

Fixled some files that were imported without extensions.

Details

When using https://deno.land/x/valibot with deno, the type check fails after updating to v0.31.0.

So, I fixed some files has import without extensions.

I checked this fixes by deno check src/**/*.ts on Library dir.

fabian-hiller commented 4 months ago

Sorry! And thank you!