jprichardson / node-jsonfile

Easily read/write JSON files.
MIT License
1.2k stars 321 forks source link

Port the library to TS #120

Closed AIRTucha closed 5 years ago

AIRTucha commented 5 years ago

Port library source code to TS enables the generation of correct typings. Please, squash it, since commit msgs are not perfect.

RyanZim commented 5 years ago

As a maintainer, I don't know Typescript, so this would make me unable to maintain the library.

AIRTucha commented 5 years ago

Don't worry; it was just a friendly attempt to help the community since it is much easier to have consistent typing in that way, but I would not mind if you will not approve it. Nevertheless, if you know JS and any statically typed language, you practically know TypeScript;)

As developers, we should not be afraid of new tech, I suppose.

RyanZim commented 5 years ago

Yeah, unfortunately, JS is the only language I really know. :frowning:

AIRTucha commented 5 years ago

Btw, the codebase is not big. I would be able to assist you in maintenance if you let.