open-wc / custom-elements-manifest-deprecated

Custom Elements Manifest is a file format that describes custom elements in your project.
8 stars 4 forks source link

[core] Reduce use of `any` #14

Closed thepassle closed 3 years ago

thepassle commented 3 years ago

In some places there are quite a lot of any types used, just to get something working. It'd be nice to reduce the amount of any throughout the code.

Contributions are welcome here, if anybody is interested in contributing to this: Dont worry about the entire codebase, whatever cleanup here is welcome 🙂

AMoldskred commented 3 years ago

I'll help you out!👋

thepassle commented 3 years ago

Awesome!

Please do let me know if you run into anything weird or need anything to get started 🙂 I very much followed the "make it work, then make it pretty" pattern 🙈 but if anything is unclear, I'm more than happy to help.