Typescript support #34
Replies: 7 comments 17 replies
-
It will be great if you could contribute. We are not into Typescript, but we will fully support you in this endeavor. Let us discuss possibilities! |
Beta Was this translation helpful? Give feedback.
-
@LukeGT closing the issue for now, lets reopen whenever you are ready. |
Beta Was this translation helpful? Give feedback.
-
Hello, Thanks for this useful library. I have written a Typescript declaration file for wink-nlp and wink-eng-lite-web-mode. However, these types don't correctly represent the "defaulting" behavior that happens when you pass in an invalid itsHelper or asHelper, since I couldn't figure out how to represent that kind of behavior in Typescript. I would like to contribute these files to the project, please let me know how to proceed. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Many thanks @pimpale for your contribution — have released the new version 1.8.0. 🎉 |
Beta Was this translation helpful? Give feedback.
-
Hi @pimpale Have released a new version v1.10.0 that adds model loading feature to bm25 vectorizer. I have updated the typescript for the same and request you to review it please. Thanks a lot. — Sanjaya |
Beta Was this translation helpful? Give feedback.
-
how are the typescript defs to be imported?
|
Beta Was this translation helpful? Give feedback.
-
Hi @dcsan Please check out the resolution in issue#25 from @itPiligrim Hope this works for you. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Are there any plans to write Typescript declarations files for the wink modules? I use Typescript for all JS projects these days, and in order to use wink properly I've had to hack up some declaration files (I know there's the
any
type, but ew).I'd be happy to contribute what I've written so far, but I can't promise it's complete or correct. It has been serving me well so far though :)
Beta Was this translation helpful? Give feedback.
All reactions