-
Notifications
You must be signed in to change notification settings - Fork 727
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
Feature Request: TypeScript Definition #862
Comments
I am not familiar with this. If this a repository, can you help in submitting there? |
@vitmalina The problem is not submitting, but creating one. If such a file were available, than IntelliJ could offer better/smarter completion for W2UI based projects. |
Any one can help creating one? |
@vitmalina I'd love to but I simply don't have the time at the moment. I'll check back when my schedule opens a bit and see if the ticket is still open. |
The new kid on the block is @types (https://blogs.msdn.microsoft.com/typescript/2016/06/15/the-future-of-declaration-files/) and it would be great to have a type definition of w2ui version 1.5! There is already one for 1.4.3 (https://www.npmjs.com/package/@types/w2ui) written by Valentin Robert. |
I know there is the typescript 2.3 definition for w2ui 1.4.3 which is also on nugget here https://www.nuget.org/packages/w2ui.TypeScript.DefinitelyTyped @vitmalina , could you have a look through the code of "index.d.ts" and highlight any properties / methods you have changed / added between 1.4.3 and 1.5 so that the typescript definition can be updated if it needs it. |
@AndrePageot the 1.5 changes are listed at the top of the source files here: https://github.com/vitmalina/w2ui/tree/master/src 1.5 has been released, 2.0 is in the working |
I'm not sure if this is on your radar or not, so I thought I'd open an issue for a feature request. It would be fantastic if w2ui had a type definition available at DefinitelyTyped (https://github.com/borisyankov/DefinitelyTyped) that could be installed via the TypeScript Definition Manager (http://definitelytyped.org/tsd/).
The text was updated successfully, but these errors were encountered: