typings / discussions

For discussions and issues with Typings or TypeScript definitions
7 stars 0 forks source link

Project and eco-system migration to a post Typescript 2.0 world #33

Closed cantide5ga closed 8 years ago

cantide5ga commented 8 years ago

I have a handful of type definitions (some converted from DT) that embrace the use of external modules that was a huge selling point when typings got started. I'm starting a new project and this is my first opportunity to get in sync with Typings 2.0's support for installing type definitions. I spent a fair amount of time getting caught up on everything, but everything is still a bit disjointed. I got some questions/musings:

I'm very patient and excited to see this all become 'standardized' in a way; I have no strong opinions and am along for the ride :) but, it's always been a bit painful. Thanks for any thoughts.

blakeembrey commented 8 years ago
  1. We're waiting for https://github.com/Microsoft/types-publisher/issues/4 so you can use @types with definitions from our registry. You should just be able to continue using Typings or TypeScript 2.0 as is without any issue.
  2. Nope, I continue to use exclusively Typings myself because DefinitelyTyped does not contain the definitions I use nor the updates I need.
  3. It serves the same purpose as always, and will probably continue to do so for some time. Eventually, I'd like to deprecate it entirely for TypeScript 2.0 native features, but the issue above is blocking that.

There's also https://github.com/typings/typings/issues/600 which you may be interested in.