mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibJS: Start implementing the stage 3 Intl.DurationFormat proposal
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 09:48:24 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/97fe37bcc2 Pull-request: https://github.com/SerenityOS/serenity/pull/14437 Reviewed-by: https://github.com/linusg ✅
@@ -57,6 +57,8 @@
|
||||
#include <LibJS/Runtime/Intl/DateTimeFormatPrototype.h>
|
||||
#include <LibJS/Runtime/Intl/DisplayNamesConstructor.h>
|
||||
#include <LibJS/Runtime/Intl/DisplayNamesPrototype.h>
|
||||
#include <LibJS/Runtime/Intl/DurationFormatConstructor.h>
|
||||
#include <LibJS/Runtime/Intl/DurationFormatPrototype.h>
|
||||
#include <LibJS/Runtime/Intl/Intl.h>
|
||||
#include <LibJS/Runtime/Intl/ListFormatConstructor.h>
|
||||
#include <LibJS/Runtime/Intl/ListFormatPrototype.h>
|
||||
|
||||
Reference in New Issue
Block a user