cibernox / svelte-intl-precompile

I18n library for Svelte.js that analyzes your keys at build time for max performance and minimal footprint
https://svelte-intl-precompile.com
ISC License
274 stars 13 forks source link

Svelte5 support #67

Open stalkerg opened 1 month ago

stalkerg commented 1 month ago

Seems like we should replace storage by value.

cibernox commented 1 month ago

I need to take a look at the needed changes to support svelte 5

stalkerg commented 1 month ago

yeah, the main change it's storage replaced by rune. Shouldn't be too much changes.

stalkerg commented 1 month ago

Will be good to do this #66 during this support as well.