@formatjs/intl-displaynames 6.4.0 → 6.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -33
- package/polyfill.iife.js +28 -28
- package/abstract/CanonicalCodeForDisplayNames.d.ts.map +0 -1
- package/abstract/IsValidDateTimeFieldCode.d.ts.map +0 -1
- package/index.d.ts.map +0 -1
- package/lib/abstract/CanonicalCodeForDisplayNames.d.ts.map +0 -1
- package/lib/abstract/IsValidDateTimeFieldCode.d.ts.map +0 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/polyfill-force.d.ts.map +0 -1
- package/lib/polyfill.d.ts.map +0 -1
- package/lib/should-polyfill.d.ts.map +0 -1
- package/lib/supported-locales.generated.d.ts.map +0 -1
- package/polyfill-force.d.ts.map +0 -1
- package/polyfill.d.ts.map +0 -1
- package/should-polyfill.d.ts.map +0 -1
- package/supported-locales.generated.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formatjs/intl-displaynames",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.5.0",
|
|
4
4
|
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"i18n",
|
|
@@ -16,46 +16,18 @@
|
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"main": "index.js",
|
|
18
18
|
"types": "index.d.js",
|
|
19
|
-
"exports": {
|
|
20
|
-
".": {
|
|
21
|
-
"types": "./index.d.ts",
|
|
22
|
-
"import": "./lib/index.js",
|
|
23
|
-
"default": "./index.js"
|
|
24
|
-
},
|
|
25
|
-
"./polyfill": {
|
|
26
|
-
"types": "./polyfill.d.ts",
|
|
27
|
-
"import": "./lib/polyfill.js",
|
|
28
|
-
"default": "./polyfill.js"
|
|
29
|
-
},
|
|
30
|
-
"./polyfill-force": {
|
|
31
|
-
"types": "./polyfill-force.d.ts",
|
|
32
|
-
"import": "./lib/polyfill-force.js",
|
|
33
|
-
"default": "./polyfill-force.js"
|
|
34
|
-
},
|
|
35
|
-
"./should-polyfill": {
|
|
36
|
-
"types": "./should-polyfill.d.ts",
|
|
37
|
-
"import": "./lib/should-polyfill.js",
|
|
38
|
-
"default": "./should-polyfill.js"
|
|
39
|
-
},
|
|
40
|
-
"./locale-data/*": {
|
|
41
|
-
"types": "./locale-data/*.d.ts",
|
|
42
|
-
"default": "./locale-data/*.js"
|
|
43
|
-
},
|
|
44
|
-
"./polyfill.iife.js": "./polyfill.iife.js",
|
|
45
|
-
"./package.json": "./package.json"
|
|
46
|
-
},
|
|
47
19
|
"repository": {
|
|
48
20
|
"type": "git",
|
|
49
21
|
"url": "git+https://github.com/formatjs/formatjs.git"
|
|
50
22
|
},
|
|
51
23
|
"dependencies": {
|
|
52
|
-
"
|
|
53
|
-
"@formatjs/
|
|
54
|
-
"
|
|
24
|
+
"tslib": "^2.4.0",
|
|
25
|
+
"@formatjs/ecma402-abstract": "1.17.0",
|
|
26
|
+
"@formatjs/intl-localematcher": "0.4.0"
|
|
55
27
|
},
|
|
56
28
|
"devDependencies": {
|
|
57
29
|
"@formatjs/intl-getcanonicallocales": "2.2.1",
|
|
58
|
-
"@formatjs/intl-locale": "3.3.
|
|
30
|
+
"@formatjs/intl-locale": "3.3.2"
|
|
59
31
|
},
|
|
60
32
|
"bugs": {
|
|
61
33
|
"url": "https://github.com/formatjs/formatjs/issues"
|
package/polyfill.iife.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(() => {
|
|
2
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/tslib@2.4.0/node_modules/tslib/tslib.es6.js
|
|
3
3
|
var extendStatics = function(d, b) {
|
|
4
4
|
extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
|
|
5
5
|
d2.__proto__ = b2;
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
return __assign.apply(this, arguments);
|
|
33
33
|
};
|
|
34
34
|
|
|
35
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
35
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/CanonicalizeLocaleList.js
|
|
36
36
|
function CanonicalizeLocaleList(locales) {
|
|
37
37
|
return Intl.getCanonicalLocales(locales);
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
40
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/262.js
|
|
41
41
|
function ToString(o) {
|
|
42
42
|
if (typeof o === "symbol") {
|
|
43
43
|
throw TypeError("Cannot convert a Symbol value to a string");
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
var MS_PER_MINUTE = MS_PER_SECOND * SECONDS_PER_MINUTE;
|
|
57
57
|
var MS_PER_HOUR = MS_PER_MINUTE * MINUTES_PER_HOUR;
|
|
58
58
|
|
|
59
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
59
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/GetOption.js
|
|
60
60
|
function GetOption(opts, prop, type, values, fallback) {
|
|
61
61
|
if (typeof opts !== "object") {
|
|
62
62
|
throw new TypeError("Options must be an object");
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
return fallback;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
85
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/GetOptionsObject.js
|
|
86
86
|
function GetOptionsObject(options) {
|
|
87
87
|
if (typeof options === "undefined") {
|
|
88
88
|
return /* @__PURE__ */ Object.create(null);
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
throw new TypeError("Options must be an object");
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
96
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/IsSanctionedSimpleUnitIdentifier.js
|
|
97
97
|
var SANCTIONED_UNITS = [
|
|
98
98
|
"angle-degree",
|
|
99
99
|
"area-acre",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
}
|
|
145
145
|
var SIMPLE_UNITS = SANCTIONED_UNITS.map(removeUnitNamespace);
|
|
146
146
|
|
|
147
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
147
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/IsWellFormedCurrencyCode.js
|
|
148
148
|
function toUpperCase(str) {
|
|
149
149
|
return str.replace(/([a-z])/g, function(_, c) {
|
|
150
150
|
return c.toUpperCase();
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
return true;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
165
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/utils.js
|
|
166
166
|
function setInternalSlot(map, pl, field, value) {
|
|
167
167
|
if (!map.get(pl)) {
|
|
168
168
|
map.set(pl, /* @__PURE__ */ Object.create(null));
|
|
@@ -196,19 +196,19 @@
|
|
|
196
196
|
}
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
199
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/regex.generated.js
|
|
200
200
|
var S_UNICODE_REGEX = /[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20BF\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC1\uFDFC\uFDFD\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDE8\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEE0-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF73\uDF80-\uDFD8\uDFE0-\uDFEB]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDD78\uDD7A-\uDDCB\uDDCD-\uDE53\uDE60-\uDE6D\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6\uDF00-\uDF92\uDF94-\uDFCA]/;
|
|
201
201
|
|
|
202
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
202
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/NumberFormat/format_to_parts.js
|
|
203
203
|
var CARET_S_UNICODE_REGEX = new RegExp("^".concat(S_UNICODE_REGEX.source));
|
|
204
204
|
var S_DOLLAR_UNICODE_REGEX = new RegExp("".concat(S_UNICODE_REGEX.source, "$"));
|
|
205
205
|
|
|
206
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
206
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/CanonicalizeLocaleList.js
|
|
207
207
|
function CanonicalizeLocaleList2(locales) {
|
|
208
208
|
return Intl.getCanonicalLocales(locales);
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
211
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/utils.js
|
|
212
212
|
var UNICODE_EXTENSION_SEQUENCE_REGEX = /-u(?:-[0-9a-z]{2,8})+/gi;
|
|
213
213
|
function invariant2(condition, message, Err) {
|
|
214
214
|
if (Err === void 0) {
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
222
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/BestAvailableLocale.js
|
|
223
223
|
function BestAvailableLocale(availableLocales, locale) {
|
|
224
224
|
var candidate = locale;
|
|
225
225
|
while (true) {
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
240
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/LookupMatcher.js
|
|
241
241
|
function LookupMatcher(availableLocales, requestedLocales, getDefaultLocale) {
|
|
242
242
|
var result = { locale: "" };
|
|
243
243
|
for (var _i = 0, requestedLocales_1 = requestedLocales; _i < requestedLocales_1.length; _i++) {
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
return result;
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
259
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/BestFitMatcher.js
|
|
260
260
|
function BestFitMatcher(availableLocales, requestedLocales, getDefaultLocale) {
|
|
261
261
|
var minimizedAvailableLocaleMap = {};
|
|
262
262
|
var availableLocaleMap = {};
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
};
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
307
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/UnicodeExtensionValue.js
|
|
308
308
|
function UnicodeExtensionValue(extension, key) {
|
|
309
309
|
invariant2(key.length === 2, "key must have 2 elements");
|
|
310
310
|
var size = extension.length;
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
return void 0;
|
|
344
344
|
}
|
|
345
345
|
|
|
346
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
346
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/ResolveLocale.js
|
|
347
347
|
function ResolveLocale(availableLocales, requestedLocales, options, relevantExtensionKeys, localeData, getDefaultLocale) {
|
|
348
348
|
var matcher = options.localeMatcher;
|
|
349
349
|
var r;
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
return result;
|
|
408
408
|
}
|
|
409
409
|
|
|
410
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
410
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/LookupSupportedLocales.js
|
|
411
411
|
function LookupSupportedLocales(availableLocales, requestedLocales) {
|
|
412
412
|
var subset = [];
|
|
413
413
|
for (var _i = 0, requestedLocales_1 = requestedLocales; _i < requestedLocales_1.length; _i++) {
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
return subset;
|
|
422
422
|
}
|
|
423
423
|
|
|
424
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
424
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/index.js
|
|
425
425
|
function match(requestedLocales, availableLocales, defaultLocale, opts) {
|
|
426
426
|
var locales = availableLocales.reduce(function(all, l) {
|
|
427
427
|
all.add(l);
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
}).locale;
|
|
435
435
|
}
|
|
436
436
|
|
|
437
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
437
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/SupportedLocales.js
|
|
438
438
|
function SupportedLocales(availableLocales, requestedLocales, options) {
|
|
439
439
|
var matcher = "best fit";
|
|
440
440
|
if (options !== void 0) {
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
return LookupSupportedLocales(availableLocales, requestedLocales);
|
|
448
448
|
}
|
|
449
449
|
|
|
450
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
450
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/data.js
|
|
451
451
|
var MissingLocaleDataError = (
|
|
452
452
|
/** @class */
|
|
453
453
|
function(_super) {
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
}(Error)
|
|
462
462
|
);
|
|
463
463
|
|
|
464
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
464
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/types/date-time.js
|
|
465
465
|
var RangePatternType;
|
|
466
466
|
(function(RangePatternType2) {
|
|
467
467
|
RangePatternType2["startRange"] = "startRange";
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
RangePatternType2["endRange"] = "endRange";
|
|
470
470
|
})(RangePatternType || (RangePatternType = {}));
|
|
471
471
|
|
|
472
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
472
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-displaynames/lib/abstract/IsValidDateTimeFieldCode.js
|
|
473
473
|
var CODES_FOR_DATE_TIME_FIELD = [
|
|
474
474
|
"era",
|
|
475
475
|
"year",
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
return CODES_FOR_DATE_TIME_FIELD.indexOf(field) >= 0;
|
|
489
489
|
}
|
|
490
490
|
|
|
491
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
491
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-displaynames/lib/abstract/CanonicalCodeForDisplayNames.js
|
|
492
492
|
var UNICODE_REGION_SUBTAG_REGEX = /^([a-z]{2}|[0-9]{3})$/i;
|
|
493
493
|
var ALPHA_4 = /^[a-z]{4}$/i;
|
|
494
494
|
var UNICODE_TYPE_REGEX = /^[a-z0-9]{3,8}([-_][a-z0-9]{3,8})*$/i;
|
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
return code.toUpperCase();
|
|
537
537
|
}
|
|
538
538
|
|
|
539
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
539
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-displaynames/lib/index.js
|
|
540
540
|
var DisplayNames = (
|
|
541
541
|
/** @class */
|
|
542
542
|
function() {
|
|
@@ -717,10 +717,10 @@
|
|
|
717
717
|
}
|
|
718
718
|
}
|
|
719
719
|
|
|
720
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
720
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-displaynames/lib/supported-locales.generated.js
|
|
721
721
|
var supportedLocales = ["af", "af-NA", "agq", "ak", "am", "ar", "ar-AE", "ar-BH", "ar-DJ", "ar-DZ", "ar-EG", "ar-EH", "ar-ER", "ar-IL", "ar-IQ", "ar-JO", "ar-KM", "ar-KW", "ar-LB", "ar-LY", "ar-MA", "ar-MR", "ar-OM", "ar-PS", "ar-QA", "ar-SA", "ar-SD", "ar-SO", "ar-SS", "ar-SY", "ar-TD", "ar-TN", "ar-YE", "as", "asa", "ast", "az", "az-Cyrl", "az-Latn", "bas", "be", "be-tarask", "bem", "bez", "bg", "bm", "bn", "bn-IN", "bo", "bo-IN", "br", "brx", "bs", "bs-Cyrl", "bs-Latn", "ca", "ca-AD", "ca-ES-valencia", "ca-FR", "ca-IT", "ccp", "ccp-IN", "ce", "ceb", "cgg", "chr", "ckb", "ckb-IR", "cs", "cy", "da", "da-GL", "dav", "de", "de-AT", "de-BE", "de-CH", "de-IT", "de-LI", "de-LU", "dje", "doi", "dsb", "dua", "dyo", "dz", "ebu", "ee", "ee-TG", "el", "el-CY", "en", "en-001", "en-150", "en-AE", "en-AG", "en-AI", "en-AS", "en-AT", "en-AU", "en-BB", "en-BE", "en-BI", "en-BM", "en-BS", "en-BW", "en-BZ", "en-CA", "en-CC", "en-CH", "en-CK", "en-CM", "en-CX", "en-CY", "en-DE", "en-DG", "en-DK", "en-DM", "en-ER", "en-FI", "en-FJ", "en-FK", "en-FM", "en-GB", "en-GD", "en-GG", "en-GH", "en-GI", "en-GM", "en-GU", "en-GY", "en-HK", "en-IE", "en-IL", "en-IM", "en-IN", "en-IO", "en-JE", "en-JM", "en-KE", "en-KI", "en-KN", "en-KY", "en-LC", "en-LR", "en-LS", "en-MG", "en-MH", "en-MO", "en-MP", "en-MS", "en-MT", "en-MU", "en-MW", "en-MY", "en-NA", "en-NF", "en-NG", "en-NL", "en-NR", "en-NU", "en-NZ", "en-PG", "en-PH", "en-PK", "en-PN", "en-PR", "en-PW", "en-RW", "en-SB", "en-SC", "en-SD", "en-SE", "en-SG", "en-SH", "en-SI", "en-SL", "en-SS", "en-SX", "en-SZ", "en-TC", "en-TK", "en-TO", "en-TT", "en-TV", "en-TZ", "en-UG", "en-UM", "en-VC", "en-VG", "en-VI", "en-VU", "en-WS", "en-ZA", "en-ZM", "en-ZW", "eo", "es", "es-419", "es-AR", "es-BO", "es-BR", "es-BZ", "es-CL", "es-CO", "es-CR", "es-CU", "es-DO", "es-EA", "es-EC", "es-GQ", "es-GT", "es-HN", "es-IC", "es-MX", "es-NI", "es-PA", "es-PE", "es-PH", "es-PR", "es-PY", "es-SV", "es-US", "es-UY", "es-VE", "et", "eu", "ewo", "fa", "fa-AF", "ff", "ff-Adlm", "ff-Adlm-BF", "ff-Adlm-CM", "ff-Adlm-GH", "ff-Adlm-GM", "ff-Adlm-GW", "ff-Adlm-LR", "ff-Adlm-MR", "ff-Adlm-NE", "ff-Adlm-NG", "ff-Adlm-SL", "ff-Adlm-SN", "ff-Latn", "ff-Latn-BF", "ff-Latn-CM", "ff-Latn-GH", "ff-Latn-GM", "ff-Latn-GN", "ff-Latn-GW", "ff-Latn-LR", "ff-Latn-MR", "ff-Latn-NE", "ff-Latn-NG", "ff-Latn-SL", "fi", "fil", "fo", "fo-DK", "fr", "fr-BE", "fr-BF", "fr-BI", "fr-BJ", "fr-BL", "fr-CA", "fr-CD", "fr-CF", "fr-CG", "fr-CH", "fr-CI", "fr-CM", "fr-DJ", "fr-DZ", "fr-GA", "fr-GF", "fr-GN", "fr-GP", "fr-GQ", "fr-HT", "fr-KM", "fr-LU", "fr-MA", "fr-MC", "fr-MF", "fr-MG", "fr-ML", "fr-MQ", "fr-MR", "fr-MU", "fr-NC", "fr-NE", "fr-PF", "fr-PM", "fr-RE", "fr-RW", "fr-SC", "fr-SN", "fr-SY", "fr-TD", "fr-TG", "fr-TN", "fr-VU", "fr-WF", "fr-YT", "fur", "fy", "ga", "ga-GB", "gd", "gl", "gsw", "gsw-FR", "gsw-LI", "gu", "guz", "gv", "ha", "ha-GH", "ha-NE", "haw", "he", "hi", "hr", "hr-BA", "hsb", "hu", "hy", "ia", "id", "ig", "ii", "is", "it", "it-CH", "it-SM", "it-VA", "ja", "jgo", "jmc", "jv", "ka", "kab", "kam", "kde", "kea", "kgp", "khq", "ki", "kk", "kkj", "kl", "kln", "km", "kn", "ko", "ko-KP", "kok", "ks", "ks-Arab", "ksb", "ksf", "ksh", "ku", "kw", "ky", "lag", "lb", "lg", "lkt", "ln", "ln-AO", "ln-CF", "ln-CG", "lo", "lrc", "lrc-IQ", "lt", "lu", "luo", "luy", "lv", "mai", "mas", "mas-TZ", "mer", "mfe", "mg", "mgh", "mgo", "mi", "mk", "ml", "mn", "mni", "mni-Beng", "mr", "ms", "ms-BN", "ms-ID", "ms-SG", "mt", "mua", "my", "mzn", "naq", "nb", "nb-SJ", "nd", "nds", "nds-NL", "ne", "ne-IN", "nl", "nl-AW", "nl-BE", "nl-BQ", "nl-CW", "nl-SR", "nl-SX", "nmg", "nn", "nnh", "no", "nus", "nyn", "om", "om-KE", "or", "os", "os-RU", "pa", "pa-Arab", "pa-Guru", "pcm", "pl", "ps", "ps-PK", "pt", "pt-AO", "pt-CH", "pt-CV", "pt-GQ", "pt-GW", "pt-LU", "pt-MO", "pt-MZ", "pt-PT", "pt-ST", "pt-TL", "qu", "qu-BO", "qu-EC", "rm", "rn", "ro", "ro-MD", "rof", "ru", "ru-BY", "ru-KG", "ru-KZ", "ru-MD", "ru-UA", "rw", "rwk", "sa", "sah", "saq", "sat", "sat-Olck", "sbp", "sc", "sd", "sd-Arab", "sd-Deva", "se", "se-FI", "se-SE", "seh", "ses", "sg", "shi", "shi-Latn", "shi-Tfng", "si", "sk", "sl", "smn", "sn", "so", "so-DJ", "so-ET", "so-KE", "sq", "sq-MK", "sq-XK", "sr", "sr-Cyrl", "sr-Cyrl-BA", "sr-Cyrl-ME", "sr-Cyrl-XK", "sr-Latn", "sr-Latn-BA", "sr-Latn-ME", "sr-Latn-XK", "su", "su-Latn", "sv", "sv-AX", "sv-FI", "sw", "sw-CD", "sw-KE", "sw-UG", "ta", "ta-LK", "ta-MY", "ta-SG", "te", "teo", "teo-KE", "tg", "th", "ti", "ti-ER", "tk", "to", "tr", "tr-CY", "tt", "twq", "tzm", "ug", "uk", "und", "ur", "ur-IN", "uz", "uz-Arab", "uz-Cyrl", "uz-Latn", "vai", "vai-Latn", "vai-Vaii", "vi", "vun", "wae", "wo", "xh", "xog", "yav", "yi", "yo", "yo-BJ", "yrl", "yrl-CO", "yrl-VE", "yue", "yue-Hans", "yue-Hant", "zgh", "zh", "zh-Hans", "zh-Hans-HK", "zh-Hans-MO", "zh-Hans-SG", "zh-Hant", "zh-Hant-HK", "zh-Hant-MO", "zu"];
|
|
722
722
|
|
|
723
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
723
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-displaynames/lib/should-polyfill.js
|
|
724
724
|
function hasMissingICUBug() {
|
|
725
725
|
var DisplayNames2 = Intl.DisplayNames;
|
|
726
726
|
if (DisplayNames2 && !DisplayNames2.polyfilled) {
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
}
|
|
763
763
|
}
|
|
764
764
|
|
|
765
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
765
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-displaynames/lib/polyfill.js
|
|
766
766
|
if (shouldPolyfill()) {
|
|
767
767
|
Object.defineProperty(Intl, "DisplayNames", {
|
|
768
768
|
value: DisplayNames,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CanonicalCodeForDisplayNames.d.ts","sourceRoot":"","sources":["../abstract/CanonicalCodeForDisplayNames.ts"],"names":[],"mappings":"AAwBA,wBAAgB,4BAA4B,CAC1C,IAAI,EACA,UAAU,GACV,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,eAAe,GACf,UAAU,EACd,IAAI,EAAE,MAAM,GACX,MAAM,CAiCR"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IsValidDateTimeFieldCode.d.ts","sourceRoot":"","sources":["../abstract/IsValidDateTimeFieldCode.ts"],"names":[],"mappings":"AAeA,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAE/D"}
|
package/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,sBAAsB,EACtB,gBAAgB,EAIjB,MAAM,4BAA4B,CAAA;AAMnC,MAAM,WAAW,mBAAmB;IAClC,aAAa,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAA;IACrC,KAAK,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAA;IACnC,IAAI,EACA,UAAU,GACV,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,UAAU,GACV,eAAe,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC1B,eAAe,CAAC,EAAE,SAAS,GAAG,UAAU,CAAA;CACzC;AAED,MAAM,WAAW,2BAA2B;IAC1C,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,WAAW,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC,CAAA;IAChD,IAAI,EAAE,WAAW,CAAC,mBAAmB,CAAC,MAAM,CAAC,CAAC,CAAA;IAC9C,QAAQ,EAAE,WAAW,CAAC,mBAAmB,CAAC,UAAU,CAAC,CAAC,CAAA;IACtD,eAAe,EAAE,WAAW,CAAC,mBAAmB,CAAC,iBAAiB,CAAC,CAAC,CAAA;CACrE;AAED,qBAAa,YAAY;gBAErB,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,EACtC,OAAO,EAAE,mBAAmB;IAwG9B,MAAM,CAAC,kBAAkB,CACvB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,EAC3B,OAAO,CAAC,EAAE,IAAI,CAAC,mBAAmB,EAAE,eAAe,CAAC,GACnD,MAAM,EAAE;IAQX,MAAM,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,sBAAsB,EAAE,GAAG,IAAI;IAgB/D,EAAE,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,GAAG,SAAS;IA2CvE,eAAe,IAAI,2BAA2B;IAe9C,MAAM,CAAC,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,GAAG,SAAS,CAAC,CAAK;IACpE,OAAO,CAAC,MAAM,CAAC,gBAAgB,CAAoB;IACnD,OAAO,CAAC,MAAM,CAAC,eAAe,CAAK;IACnC,OAAO,CAAC,MAAM,CAAC,gBAAgB;IAG/B,gBAAuB,UAAU,QAAO;CACzC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CanonicalCodeForDisplayNames.d.ts","sourceRoot":"","sources":["../../abstract/CanonicalCodeForDisplayNames.ts"],"names":[],"mappings":"AAwBA,wBAAgB,4BAA4B,CAC1C,IAAI,EACA,UAAU,GACV,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,eAAe,GACf,UAAU,EACd,IAAI,EAAE,MAAM,GACX,MAAM,CAiCR"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IsValidDateTimeFieldCode.d.ts","sourceRoot":"","sources":["../../abstract/IsValidDateTimeFieldCode.ts"],"names":[],"mappings":"AAeA,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAE/D"}
|
package/lib/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,sBAAsB,EACtB,gBAAgB,EAIjB,MAAM,4BAA4B,CAAA;AAMnC,MAAM,WAAW,mBAAmB;IAClC,aAAa,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAA;IACrC,KAAK,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAA;IACnC,IAAI,EACA,UAAU,GACV,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,UAAU,GACV,eAAe,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC1B,eAAe,CAAC,EAAE,SAAS,GAAG,UAAU,CAAA;CACzC;AAED,MAAM,WAAW,2BAA2B;IAC1C,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,WAAW,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC,CAAA;IAChD,IAAI,EAAE,WAAW,CAAC,mBAAmB,CAAC,MAAM,CAAC,CAAC,CAAA;IAC9C,QAAQ,EAAE,WAAW,CAAC,mBAAmB,CAAC,UAAU,CAAC,CAAC,CAAA;IACtD,eAAe,EAAE,WAAW,CAAC,mBAAmB,CAAC,iBAAiB,CAAC,CAAC,CAAA;CACrE;AAED,qBAAa,YAAY;gBAErB,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,EACtC,OAAO,EAAE,mBAAmB;IAwG9B,MAAM,CAAC,kBAAkB,CACvB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,EAC3B,OAAO,CAAC,EAAE,IAAI,CAAC,mBAAmB,EAAE,eAAe,CAAC,GACnD,MAAM,EAAE;IAQX,MAAM,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,sBAAsB,EAAE,GAAG,IAAI;IAgB/D,EAAE,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,GAAG,SAAS;IA2CvE,eAAe,IAAI,2BAA2B;IAe9C,MAAM,CAAC,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,GAAG,SAAS,CAAC,CAAK;IACpE,OAAO,CAAC,MAAM,CAAC,gBAAgB,CAAoB;IACnD,OAAO,CAAC,MAAM,CAAC,eAAe,CAAK;IACnC,OAAO,CAAC,MAAM,CAAC,gBAAgB;IAG/B,gBAAuB,UAAU,QAAO;CACzC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polyfill-force.d.ts","sourceRoot":"","sources":["../polyfill-force.ts"],"names":[],"mappings":""}
|
package/lib/polyfill.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polyfill.d.ts","sourceRoot":"","sources":["../polyfill.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"should-polyfill.d.ts","sourceRoot":"","sources":["../should-polyfill.ts"],"names":[],"mappings":"AA4CA,wBAAgB,4BAA4B,YAE3C;AAED,wBAAgB,cAAc,CAAC,MAAM,SAAO,6BAQ3C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"supported-locales.generated.d.ts","sourceRoot":"","sources":["../supported-locales.generated.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,EAAE,MAAM,EAAguJ,CAAA"}
|
package/polyfill-force.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polyfill-force.d.ts","sourceRoot":"","sources":["polyfill-force.ts"],"names":[],"mappings":""}
|
package/polyfill.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polyfill.d.ts","sourceRoot":"","sources":["polyfill.ts"],"names":[],"mappings":""}
|
package/should-polyfill.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"should-polyfill.d.ts","sourceRoot":"","sources":["should-polyfill.ts"],"names":[],"mappings":"AA4CA,wBAAgB,4BAA4B,YAE3C;AAED,wBAAgB,cAAc,CAAC,MAAM,SAAO,6BAQ3C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"supported-locales.generated.d.ts","sourceRoot":"","sources":["supported-locales.generated.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,EAAE,MAAM,EAAguJ,CAAA"}
|