-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Consider TypeScript? #32
Comments
Could you elaborate? Are you suggesting adding TypeScript type-definitions? |
Yes, I propose to add definitions at least for the public API, although writing the library in TS may be helpful as well |
Interface definitions for both TypeScript and Flow would be useful, possibly via each's respective type-definition repositories (typings and flow-typed). I'd be worried about a full conversion to either without consideration whether the to-ES5 build process for one would make it harder to add annotations for the other. I'll see what I can do about having a crack at the Flow side of this. Thanks again for writing this library. 😊 |
Awesome, @damncabbage! Please take note of #34; it changes a lot and might even make it easier to create type definitions because of much more explicit sub-classing. |
Closing due to inactivity. I have no plans to work on this, and the issue does not seem to get a lot of attention. Feel free to reopen if you are still working on this, @damncabbage. |
In case other users who have found this thread via search engine, I have added the flow types for Fluture v6 in flow-typed flow-typed/flow-typed/pull/912 It is near completeness but works for all of my use cases for now. |
That's fantastic @stevenyap, thanks! 👌 |
Typescript support would be awesome.. i'll try.. |
Typescript support has landed in Fluture 7.0.0 thanks to @tusharmath |
Awesome!
On Tue, Aug 8, 2017, 4:51 PM Aldwin Vlasblom ***@***.***> wrote:
Typescript support has landed in Fluture 7.0.0 thanks to @tusharmath
<https://github.com/tusharmath>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFRwFfwV8xes0ptlnhtBJNf0f-hY3bSOks5sWCGVgaJpZM4KG_Gt>
.
--
-------------------------------------------
Cheers,
Steven Yap
Awesome Coder
[This message is transmitted on 100% recycled electrons and no electrons
are harmed in the process of transmission.]
|
IMO, TypeScript may be useful for a library like that.
The text was updated successfully, but these errors were encountered: