Both DefinitelyTyped, and typingsallow us to use existing JS-library together with their connections typescript (definition, .d.ts), provided by the community. My question is that does any of these platforms provide the ability to use bindings for a specific version of a particular library?
For example, I can see in DefinitelyTyped / jQuery that it only supports this:
// Type definitions for jQuery 1.10.x / 2.0.x
and this is the only file. And jQuery seems like a pretty popular library. Therefore, I expect that support for other libraries will be even worse.
In any case, are the TS bindings so immature that they do not allow you to specify the target version of this library? Are you planning to add this feature?
source
share