-
Notifications
You must be signed in to change notification settings - Fork 10
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
Potential Typescript support? #9
Comments
Hello, about switching to Typescript, I don't think I really wanna do that. Incrementally adopting it is gonna get messy and rewriting the huge library is gonna be a hard task so I'll go with making |
Finished adding |
Hello @kenan238 ! I'm really not sure why this issue was closed, but I just wanted to say that those typings are not really great (Box accepting |
Hello @kenan238. The |
Hello @DoormatIka, just pushed a new version of the library, had to wait until I added some other new stuff to go along with it. |
Hello @michalusio, I'm not sure about writing manual typings, because of how tedious it would be to constantly update the files and I don't have too much time these days, these will have to do for now. The idea of rewriting it in TS has my approval even though it's gonna be extremely tedious, I'll check out other ways to automate that however |
Hello again, I'm starting the refactor on another branch |
@kenan238 nice to hear about the refactor, and looking forward to TS... hoping this will let the library work in Deno, as importing with 'npm:reblessed' and trying to run the demo results in an error.
|
Cool! I'll fix up the base lib and go on with the refactor |
@kenan238 Do you need any help with the TS refactor? I'd be happy to help if I can! By the way, have you seen this @types package? |
It'd be handy if you could help since I have been bombarded with exams and I am itching for summer to arrive. |
Hey, I got too much work so I can't help. To reduce the amount of work I suggest writing Anyway, good luck :) |
That's what I thought, the original library is such a mess, I'd like to look into re-writing it during my free time |
Hi!
First of all, thank you for creating a fork of blessed.
I am currently in the process of writing a JSX wrapper for blessed and I've wanted to use your fork as the basis.
However the package does not have any typings, there's no DefinitelyTyped for it, and @types/blessed has many incorrect typings.
I was thinking to either add Typescript to this project, or add a
d.ts
file with correct typings for now.I could take a look at it soon if the package is still maintained?
The text was updated successfully, but these errors were encountered: