haroldtreen / epub-press

📚 Web service for creating ebooks from collections of websites.
https://epub.press
GNU General Public License v3.0
327 stars 59 forks source link

Add typechecking #73

Open haroldtreen opened 3 years ago

haroldtreen commented 3 years ago

Recently been working with flow and typed javascript and it's such a dream being able to validate what is being passed around.

Would be great to eventually migrate this codebase to typescript... or even just get the base plumbing in place so that new code can be written in Typescript.

wrobbins commented 3 years ago

Nice! I would prefer TS over flow, I've used TS in a number of work projects that are in production. Go types!

haroldtreen commented 3 years ago

Ahaha - Typescript seems to be the way to go in the normal world, so would be very happy to use that. Flow has just been my peek into the world of types :) .