forked from tc39/proposal-intl-datetime-style
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbiblio.json
54 lines (54 loc) · 1.07 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
{
"https://tc39.github.io/ecma402/": [
{
"type": "op",
"aoid": "BasicFormatMatcher",
"id": "sec-basicformatmatcher"
},
{
"type": "op",
"aoid": "BestFitFormatMatcher",
"id": "sec-bestfitformatmatcher"
},
{
"type": "op",
"aoid": "CanonicalizeLocaleList",
"id": "sec-canonicalizelocalelist"
},
{
"type": "op",
"aoid": "CanonicalizeTimeZoneName",
"id": "sec-canonicalizetimezonename"
},
{
"type": "op",
"aoid": "DefaultTimeZone",
"id": "sec-defaulttimezone"
},
{
"type": "op",
"aoid": "IsValidTimeZoneName",
"id": "sec-isvalidtimezonename"
},
{
"type": "op",
"aoid": "GetOption",
"id": "sec-getoption"
},
{
"type": "op",
"aoid": "ResolveLocale",
"id": "sec-resolvelocale"
},
{
"type": "op",
"aoid": "SupportedLocales",
"id": "sec-supportedlocales"
},
{
"type": "op",
"aoid": "UnwrapDateTimeFormat",
"id": "sec-unwrapdatetimeformat"
}
]
}