You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
The text was updated successfully, but these errors were encountered:
ivanz
changed the title
What about the typings registry and typed-typings repository?
What about the typings registry and typed-typings organization?
Jul 9, 2016
ivanz
changed the title
What about the typings registry and typed-typings organization?
What about the declarations in the typings registry and typed-typings organization?
Jul 9, 2016
ivanz
changed the title
What about the declarations in the typings registry and typed-typings organization?
What about the declarations in the "typings" registry and "typed-typings" organization?
Jul 9, 2016
So, I just realised a clever trick I can start implementing ASAP. I can set the package.json names of repos in @types to @types/<name>. Then, once you install it, it'll automatically be placed in the location TypeScript needs to look it up. That way everything in @types can be supported until redirects are properly implemented.
What is the plan (if any) for the
typings
registry and typings already published as npm packages? Also thetyped-typings
organization?An example is the
chai
typings package where DefinitelyTyped has version 3.4.0, but thetypings
registry has the latest 3.5.0 ( https://github.com/typings/registry/blob/master/npm/chai.json )The text was updated successfully, but these errors were encountered: