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:
parent
d6868d1e9d
commit
812d3a7ef8
7 changed files with 347 additions and 344 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue