1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:24:57 +00:00

LibJS: Start implementing Intl Segment Iterator objects

This commit is contained in:
Idan Horowitz 2022-01-30 02:18:47 +02:00 committed by Linus Groh
parent 9802b16298
commit 6c26a02aa8
7 changed files with 129 additions and 0 deletions

View file

@ -67,6 +67,7 @@
#include <LibJS/Runtime/Intl/PluralRulesPrototype.h>
#include <LibJS/Runtime/Intl/RelativeTimeFormatConstructor.h>
#include <LibJS/Runtime/Intl/RelativeTimeFormatPrototype.h>
#include <LibJS/Runtime/Intl/SegmentIteratorPrototype.h>
#include <LibJS/Runtime/Intl/SegmenterConstructor.h>
#include <LibJS/Runtime/Intl/SegmenterPrototype.h>
#include <LibJS/Runtime/Intl/SegmentsPrototype.h>