feat: Export Internationalized Date Types for DatePicker#2170
feat: Export Internationalized Date Types for DatePicker#2170dgodinez-dh merged 2 commits intodeephaven:mainfrom dgodinez-dh:dag_ExportDateTime
Conversation
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2170 +/- ##
=======================================
Coverage 46.67% 46.67%
=======================================
Files 692 692
Lines 38628 38628
Branches 9631 9631
=======================================
Hits 18028 18028
Misses 20589 20589
Partials 11 11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
|
||
| export type DateValue = CalendarDate | CalendarDateTime | ZonedDateTime; | ||
|
|
||
| export type MappedDateValue<T> = T extends ZonedDateTime |
There was a problem hiding this comment.
I would probably add a comment on these types describing why we need them.
There was a problem hiding this comment.
Pushed an update with some comments.
bmingles
left a comment
There was a problem hiding this comment.
Looks good. I'd suggest commenting these re-exports since they are a little more indirect than most of the Spectrum ones.
|
I have read the CLA Document and I hereby sign the CLA |
No description provided.