-
Notifications
You must be signed in to change notification settings - Fork 208
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
typescript 5.2 #8252
typescript 5.2 #8252
Conversation
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 for the pointer to the release notes
@@ -134,13 +134,6 @@ | |||
* @returns {Promise<Invitation>} addCollateralInvitation | |||
*/ | |||
|
|||
/** | |||
* @callback Liquidate |
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.
Never was a fan of @callback
Gonna hold off on this until typescript-eslint/typescript-eslint#7155 Without it,
|
e54db1f
to
55bbaf4
Compare
Description
https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/
Security Considerations
n/a
Scaling Considerations
n/a
Documentation Considerations
not necessary
Testing Considerations
CI sufficient
Upgrade Considerations
No runtime changes