BREAKING(cli/unstable): remove ProgressBarFormatter.styledTime and use DurationFormat#6692
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6692 +/- ##
==========================================
- Coverage 94.43% 94.42% -0.01%
==========================================
Files 630 630
Lines 50566 50574 +8
Branches 8969 8969
==========================================
+ Hits 47750 47757 +7
Misses 2247 2247
- Partials 569 570 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I don't see this reasoning. |
Good catch! |
|
|
I am a bit busy atm. I might have time for another go on this in a few weeks. If someone wants to take over feel free. |


We should not provide an opinionated time style in the
ProgressBarFormatterobject, we already provide a defaultFormatter which styles the time.Instead we should point to
Intl.DurationFormatwhich allows for all kinds of styles.