1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:17:36 +00:00

LibJS: Reorganize spec steps for Intl.NumberFormat

This is an editorial change in the Intl spec:
110cb1f
This commit is contained in:
Timothy Flynn 2022-03-15 10:58:47 -04:00 committed by Andreas Kling
parent d6868d1e9d
commit 812d3a7ef8
7 changed files with 347 additions and 344 deletions

View file

@ -6,6 +6,7 @@
#include <AK/Array.h>
#include <LibJS/Runtime/GlobalObject.h>
#include <LibJS/Runtime/Intl/NumberFormatConstructor.h>
#include <LibJS/Runtime/Intl/PluralRules.h>
namespace JS::Intl {