Cweili / svelte-fa

Tiny FontAwesome component for Svelte
https://cweili.github.io/svelte-fa/
MIT License
398 stars 24 forks source link

Build with SvelteKit packager #315

Closed theodorejb closed 7 months ago

theodorejb commented 8 months ago

These changes should make it a lot easier to build and test the project, lowering the barrier for contributions and future maintenance.

Closes #313, closes #311

mcmxcdev commented 7 months ago

Amazing work @theodorejb !

This PR would clean up lots of issues with this repo, @Cweili do you think you could find the time to review and get this merged? Would be highly appreciated :)

Cweili commented 7 months ago

@theodorejb Excellent work! I believe what we currently lack is some test cases to achieve complete coverage.

theodorejb commented 7 months ago

@Cweili Thanks! I don't believe coverage has actually decreased; it's that .svelte files were previously excluded from the report, and now they are not. So the coverage is simply more accurate now.

Cweili commented 7 months ago

Released with v4. Thanks!