typings / registry

The registry of type definitions for TypeScript
238 stars 176 forks source link

Typings for jasmine #493

Open unional opened 8 years ago

westonpace commented 8 years ago

A lot of these requests are for definitions that are already available on DefinitelyTyped? Was the goal to move them to external modules instead of global modules? I thought I read somewhere that DefinitelyTyped was going to do that at some point themselves. I wouldn't mind contributing a bit here and there (would help me learn TypeScript better anyways) but don't want to waste effort.

unional commented 8 years ago

You are correct. Issues labeled with "Most wanted" already exist in DT.

AFAIK, there will be a merge between DT and typings/registry in the future.

To avoid conflict, these now should be marked as low priority.

Thanks for brining it up. 👍

EDIT: As you have pointed out, having the typings in external module format is the future and the better option. That's why these requests are originally created, so that if they can be converted to external module format here, then more people would benefit from them.