exercism / pr-commenter-action

The PR Commenter GitHub action posts comments on a PR that can vary depending on which files are being changed in the PR.
MIT License
37 stars 16 forks source link

Convert from JavaScript to TypeScript #9

Open angelikatyborska opened 3 years ago

angelikatyborska commented 3 years ago

It would be lovely for the maintainability of this project if it was written in TypeScript. The only reason I didn't initially write it in TypeScript is because I didn't know it then and I wanted to finish it faster (without adding in the additional time for learning TypeScript).

Delaney commented 2 months ago

Hey @angelikatyborska I know it's an old issue but can I take a crack at this?