rtfpessoa/diff2html-cli

Convert to TypeScript?

whyboris opened this issue ยท 3 comments

I'm curious if you think it's worth converting (at least part) of the codebase to TypeScript.

The key benefit would be type annotations for method inputs (to make it clear what the methods expect and what types they will return).

I could test out converting a single file to see whether everything works as expected ๐Ÿ‘Œ but only if you think it worth the effort ๐Ÿ‘

@whyboris that could be interesting. The only thing I would like to keep would be to have nice compatibility with JS.

I'll give it a try sometime ๐Ÿ˜

closed with #53 โœ