-
Notifications
You must be signed in to change notification settings - Fork 304
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
Typescript definitions missing Constructor #590
Comments
Yeah... working on the Typescript declarations right now. It's taken longer than expected but it should be coming soon! |
At the moment, |
The problem is that I have to do a major rework to build the types dynamically so it's not quite that simple... As I mentioned though it IS getting close, and I'll work to make it even sooner, but can't really make promises. That said, I'm willing to accept a PR if you can help figure out what you need in Also just a note, the next version will be publishing the declarations to |
As far as I can tell, I don't think any changes to In other words, things work fine for me if I manually overwrite |
Any updates on the published update to |
Sorry, not yet, but it's coming soon, I promise! |
Any update on this? |
Hello... very sorry, my definition of "soon" appears to be very bendable, but I promise it's still coming! |
It looks like the version of
sugar.d.ts
I get through npmjs is missing theConstructor
definition for some types.I compared the version I get through npmjs against the version in the repo here and they don't match...it looks like the ones here do contain the proper
Constructor
definitions. Do I just need to wait for a new release for these to work?The text was updated successfully, but these errors were encountered: