LibJS: Use enums instead of strings in Intl.DurationFormat AOs

This commit is contained in:
Timothy Flynn 2024-12-03 10:34:33 -05:00 committed by Tim Flynn
commit 5cfd50224c
Notes: github-actions[bot] 2024-12-04 13:02:51 +00:00
4 changed files with 184 additions and 141 deletions

View file

@ -586,6 +586,7 @@ namespace JS {
P(weekday) \
P(weekend) \
P(weekOfYear) \
P(week) \
P(weeks) \
P(weeksDisplay) \
P(with) \