-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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 part of #10474: Enables strict typescript checks for some files - (9) #13246
Conversation
some title
merged-with-develop
@@ -21,6 +21,8 @@ import { ObjectsDomainConstants } from | |||
import { RatioInputAnswer } from | |||
'interactions/answer-defs'; | |||
|
|||
type GCD = (x: number, y: number) => number; |
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.
type GCD = (x: number, y: number) => number; | |
type GreatestCommonDivisor = (x: number, y: number) => number; |
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.
done
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.
just one nit, otherwise LGTM!
Unassigning @EeshaArif since they have already approved the PR. |
Assigning @kevintab95, @nithusha21, @srijanreddy98, @iamprayush for code owner reviews. Thanks! |
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.
LGTM for codeowner files. Thanks @mridul-netizen!
Unassigning @kevintab95 since they have already approved the PR. |
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.
LGTM
Unassigning @srijanreddy98 since they have already approved the PR. |
@nithusha21 @iamprayush PTAL |
Unassigning @nithusha21 since they have already approved the PR. |
Hi @mridul-netizen. Due to recent changes in the "develop" branch, this PR now has a merge conflict. Please follow this link if you need help resolving the conflict, so that the PR can be merged. Thanks! |
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.
LGTM for code-owner file!
Overview
Essential Checklist
Proof that changes are correct
PR Pointers
Files Covered
PasteBin to Errors - link