1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:37:35 +00:00

LibJS: Implement Intl.DateTimeFormat.prototype.formatRangeToParts

This commit is contained in:
Timothy Flynn 2021-12-09 13:35:59 -05:00 committed by Linus Groh
parent 04f8fb07e1
commit 53df13fed7
6 changed files with 569 additions and 0 deletions

View file

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