-
Notifications
You must be signed in to change notification settings - Fork 3
Refactor code base to TypeScript (fix #50) #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
ping @julien-f |
@julien-f any chance to see this merged? |
Hey everybody, I don't think I will merge this, I'm not proficient enough in TypeScript to feel confident in changing the current code to it. My experience with json-rpc-protocol (which is much simpler) is mixed: since the move to TS I feel uneasy making some changes which would have been trivial in JS just because I don't know to do it without breaking the types. I am open to adding a declaration file though 🙂 @huan Thank you so much for your work and I'm sorry for doing this so late. |
@julien-f That's ok for me, thanks for telling me that. And please feel free to let me know when you want to switch to a TypeScript code base! :) |
Convert the code base to TypeScript #50