-
Notifications
You must be signed in to change notification settings - Fork 446
TS-client outstanding work #3
Comments
Hi, what do you think about compiling the ts client when you build the library and publish the .js and .d.ts files as a package ? I do not see any real advantage on pushing this added complexity on the users of the library :D Ps: right now i can't figure it out how to use the ts client on my project, i would love to give it a try |
@valeriob - we want to do something to that effect but so far have been working on functionality rather than release story. If you want to use the client at the moment now you can clone the repo run build.cmd/build.sh and copy the client to your project from the |
Thanks @moozzyk i understand priorities, i'm glad it's in the radar :D |
@moozzyk Excellent work! Didn't know work was already underway to support vanilla JS already :) I'm on the .NET Core slack (aspnetcore.slack.com) if you want to ping me on there as well. |
Opening smaller issues since a bulk of the work is done here. |
As per davidfowl/Sockets#12
this
in callbacks/eventhandlers (b32d3ad)loggingtracked now as: Consistent, configurable logging in the JavaScript client #485async
/await
(requires typescript 2.1.1?) (3a01d6c)The text was updated successfully, but these errors were encountered: