-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Fix DefinitelyTyped type definitions before publishing a new version #14256
Comments
Given the issue with loads at least was that the change would break older versions of TS. Maybe if there was some sort of @next option for DefinitelyTyped that way at least we call you have updated to that version of the definition when the RC has launched. That would have made things a little easier at least. |
When can we expect isomorphic-fetch type fixes to be deployed? Waiting on this currently... |
|
For lodash, the change DefinitelyTyped/DefinitelyTyped#14662 needs to be updated and then we can merge it. |
As for the original request, we used to validate against every drop of the compiler but as the size of DT grew it became harder to do that. |
We do this regularly now, thanks to the |
Problem:
Each TypeScript release breaks popular DefinitelyTyped type definitions, example with TypeScript 2.2 release:
Not a good developer experience
Solution:
Fix the most popular DefinitelyTyped type definitions before publishing on npm
The text was updated successfully, but these errors were encountered: