LibJS: Start implementing the stage 3 Intl.DurationFormat proposal

This commit is contained in:
Idan Horowitz 2022-06-30 00:58:40 +03:00
commit 97fe37bcc2
Notes: sideshowbarker 2024-07-17 09:48:24 +09:00
14 changed files with 998 additions and 0 deletions

View file

@ -183,6 +183,7 @@ namespace JS {
P(formatRange) \
P(formatRangeToParts) \
P(formatToParts) \
P(fractionalDigits) \
P(fractionalSecondDigits) \
P(freeze) \
P(from) \