-
-
Notifications
You must be signed in to change notification settings - Fork 16
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 warnings when the legacy module deprecation is triggered #272
Fix warnings when the legacy module deprecation is triggered #272
Conversation
This adds the required `for` and `since` options when creating a deprecation warning.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sandydoo!
Could we get a release of this please? |
I didn't notice this until running the tests myself, but this fix causes a build error due to the types being mismatched.
Specifically, it looks as though I can fix this in this repo, but we'll need to wait for that fix before we can release. |
@scalvert, shoot, sorry for letting that slip through 😞 Linking relevant PR: DefinitelyTyped/DefinitelyTyped#52397 |
I'll try to get this fixed up and released today. |
This adds the required
for
andsince
options when creating the deprecation warning.