-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
Open to a rewrite in Typescript? #691
Comments
I would be more then open for that ... I also have that on my list but not yet time to start with it. most of my other maintained projects currently are TS so it is always a pain to do pure JS :-) I will finish current PR and then would be ideal time tbh |
@codetheweb any veto? |
I planned to many years ago. Sounds good to me. |
I've started rewriting the project in TypeScript, but I'm a bit stuck as there are tons of conflicting types in various places. No matter how I type it, it can't work. The The thing is, There are lots of other things like that: The Also, the docs show that its type should be Could you please enlighten me on these examples? Thanks. |
Hi there!
Native Typescript code (with builtin types instead of a separate declaration file, which sometimes causes problems depending in TS projects depending on their config) is IMO preferable to Javascript in most cases.
Would you be open to a PR rewriting the project's code in TypeScript? If so, I'd be happy to make one.
Otherwise, no problem!
The text was updated successfully, but these errors were encountered: