forked from tc39/proposal-intl-duration-format
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbiblio.json
77 lines (77 loc) · 2.11 KB
/
biblio.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[
{
"location": "https://tc39.github.io/ecma402/",
"entries": [
{
"type": "clause",
"number": "9.1",
"id": "sec-internal-slots"
},
{
"type": "op",
"aoid": "CanonicalizeLocaleList",
"id": "sec-canonicalizelocalelist"
},
{
"type": "op",
"aoid": "CreatePartsFromList",
"id": "sec-createpartsfromlist"
},
{
"type": "op",
"aoid": "GetOption",
"id": "sec-getoption"
},
{
"type": "op",
"aoid": "PartitionNumberPattern",
"id": "sec-partitionnumberpattern"
},
{
"type": "op",
"aoid": "ResolveLocale",
"id": "sec-resolvelocale"
},
{
"type": "op",
"aoid": "ResolvePlural",
"id": "sec-resolveplural"
},
{
"type": "op",
"aoid": "MakePartsList",
"id": "sec-makepartslist"
},
{
"type": "op",
"aoid": "PartitionPattern",
"id": "sec-partitionpattern"
},
{
"type": "op",
"aoid": "FormatNumeric",
"id": "sec-formatnumber"
},
{
"type": "clause",
"number": "12.3.3",
"id": "sec-intl.numberformat-internal-slots"
},
{
"type": "op",
"aoid": "GetOptionsObject",
"id": "sec-getoptionsobject"
},
{
"type": "op",
"aoid": "SupportedLocales",
"id": "sec-supportedlocales"
},
{
"type": "op",
"aoid": "GetNumberOption",
"id": "sec-getnumberoption"
}
]
}
]