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

LibJS: Implement Intl.ListFormat.prototype.format

This commit is contained in:
Timothy Flynn 2021-09-06 14:37:23 -04:00 committed by Linus Groh
parent 3b410742ab
commit cdba40f7ea
7 changed files with 517 additions and 0 deletions

View file

@ -167,6 +167,7 @@ namespace JS {
P(fontcolor) \
P(fontsize) \
P(forEach) \
P(format) \
P(fractionalSecondDigits) \
P(freeze) \
P(from) \