mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:27:35 +00:00
LibJS: Start implementing the stage 3 Intl.DurationFormat proposal
This commit is contained in:
parent
e1ee33ba7c
commit
97fe37bcc2
14 changed files with 998 additions and 0 deletions
|
@ -104,6 +104,9 @@ set(SOURCES
|
|||
Runtime/Intl/DisplayNames.cpp
|
||||
Runtime/Intl/DisplayNamesConstructor.cpp
|
||||
Runtime/Intl/DisplayNamesPrototype.cpp
|
||||
Runtime/Intl/DurationFormat.cpp
|
||||
Runtime/Intl/DurationFormatConstructor.cpp
|
||||
Runtime/Intl/DurationFormatPrototype.cpp
|
||||
Runtime/Intl/Intl.cpp
|
||||
Runtime/Intl/ListFormat.cpp
|
||||
Runtime/Intl/ListFormatConstructor.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue