mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 04:52:23 +00:00
LibJS: Start implementing the stage 3 Intl.DurationFormat proposal
This commit is contained in:
parent
e1ee33ba7c
commit
97fe37bcc2
Notes:
sideshowbarker
2024-07-17 09:48:24 +09:00
Author: https://github.com/IdanHo
Commit: 97fe37bcc2
Pull-request: https://github.com/SerenityOS/serenity/pull/14437
Reviewed-by: https://github.com/linusg ✅
14 changed files with 998 additions and 0 deletions
|
@ -183,6 +183,7 @@ namespace JS {
|
|||
P(formatRange) \
|
||||
P(formatRangeToParts) \
|
||||
P(formatToParts) \
|
||||
P(fractionalDigits) \
|
||||
P(fractionalSecondDigits) \
|
||||
P(freeze) \
|
||||
P(from) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue