Je Xia
Je Xia
https://github.com/evanw/esbuild/issues/1143
i found https://esm.sh/vanillajs-datepicker/locales/cs can work fine
since esbuild will respect the `exports` in package.json
hmm, https://mymth.github.io/vanillajs-datepicker/#/i18n?id=adding-languages has tips!
@lubomirblazekcz i will look into it, thanks!
i have a plan to provide all polyfills of nodejs internal module from `deno.land/std/node/**` to get better deno compatibility, currently i just added the `fs` polyfill since the std lib...
@roseMix try `?no-check` argument, i'll look into it! thanks
types again 🤣
@CanRau thanks, you can add `?no-check` to disable the types check, i will look into