nuxt-modules / i18n

I18n module for Nuxt
https://i18n.nuxtjs.org
MIT License
1.75k stars 483 forks source link

refactor: improve function type safety #3024

Closed BobbieGoede closed 4 months ago

BobbieGoede commented 4 months ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

This PR refactors a few things, I extracted methods used for compatibility into a separate file and improved types in various places to remove eslint-disable and @ts-ignore as well as type assertions.

๐Ÿ“ Checklist