Skip to content

Commit fc8ff13

Browse files
authored
Merge pull request #11 from ryzokuken/spec
Add spec text
2 parents 8267d98 + 210922c commit fc8ff13

File tree

4 files changed

+723
-99
lines changed

4 files changed

+723
-99
lines changed

biblio.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"https://tc39.github.io/ecma402/": [
3+
{
4+
"type": "clause",
5+
"number": "9.1",
6+
"id": "sec-internal-slots"
7+
},
8+
{
9+
"type": "op",
10+
"aoid": "CanonicalizeLocaleList",
11+
"id": "sec-canonicalizelocalelist"
12+
},
13+
{
14+
"type": "op",
15+
"aoid": "GetOption",
16+
"id": "sec-getoption"
17+
},
18+
{
19+
"type": "op",
20+
"aoid": "PartitionNumberPattern",
21+
"id": "sec-partitionnumberpattern"
22+
},
23+
{
24+
"type": "op",
25+
"aoid": "ResolveLocale",
26+
"id": "sec-resolvelocale"
27+
},
28+
{
29+
"type": "op",
30+
"aoid": "ResolvePlural",
31+
"id": "sec-resolveplural"
32+
},
33+
{
34+
"type": "op",
35+
"aoid": "MakePartsList",
36+
"id": "sec-makepartslist"
37+
},
38+
{
39+
"type": "op",
40+
"aoid": "PartitionPattern",
41+
"id": "sec-partitionpattern"
42+
},
43+
{
44+
"type": "op",
45+
"aoid": "FormatNumeric",
46+
"id": "sec-formatnumber"
47+
},
48+
{
49+
"type": "clause",
50+
"number": "12.3.3",
51+
"id": "sec-intl.numberformat-internal-slots"
52+
}
53+
],
54+
"https://tc39.github.io/proposal-temporal/": [
55+
{
56+
"type": "op",
57+
"aoid": "ToPartialDuration",
58+
"id": "sec-temporal-topartialduration"
59+
}
60+
],
61+
"https://tc39.github.io/proposal-intl-list-format/": [
62+
{
63+
"type": "op",
64+
"aoid": "CreatePartsFromList",
65+
"id": "sec-createpartsfromlist"
66+
}
67+
]
68+
}

0 commit comments

Comments
 (0)