-
-
Notifications
You must be signed in to change notification settings - Fork 405
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
[Merged by Bors] - DateTimeFormat helpers #2064
[Merged by Bors] - DateTimeFormat helpers #2064
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2064 +/- ##
==========================================
+ Coverage 43.99% 44.10% +0.11%
==========================================
Files 215 215
Lines 19327 19368 +41
==========================================
+ Hits 8502 8542 +40
- Misses 10825 10826 +1
Continue to review full report at Codecov.
|
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.
Thank you for taking this on! I did a in depth review and left some comments.
75e994b
to
2676d0b
Compare
* toDateTimeOptions * DateTimeStyleFormat * GetOption * GetNumberOption * DefaultNumberOption
2676d0b
to
bd5287d
Compare
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.
Some additional comments that should improve the code :)
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.
Thank you! Looks good!
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.
Nice work!
bors r+ |
This Pull Request adds several helpers to resolve #1562. It adds the following subroutines: - toDateTimeOptions - GetOption - GetNumberOption - DefaultNumberOption
Pull request successfully merged into main. Build succeeded: |
This Pull Request adds several helpers to resolve #1562. It adds the following subroutines: - toDateTimeOptions - GetOption - GetNumberOption - DefaultNumberOption
This Pull Request adds several helpers to resolve #1562.
It adds the following subroutines: