1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:57:47 +00:00

LibJS: Implement Intl.DateTimeFormat.prototype.formatRange

This commit is contained in:
Timothy Flynn 2021-12-08 19:57:21 -05:00 committed by Linus Groh
parent 1f35eda37b
commit 04f8fb07e1
7 changed files with 591 additions and 28 deletions

View file

@ -179,6 +179,7 @@ namespace JS {
P(forEach) \
P(format) \
P(formatMatcher) \
P(formatRange) \
P(formatToParts) \
P(fractionalSecondDigits) \
P(freeze) \