@formatjs/intl-datetimeformat 6.7.0 → 6.8.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/add-all-tz.js +457 -1
- package/add-golden-tz.js +252 -1
- package/lib/src/data/all-tz.d.ts.map +1 -1
- package/lib/src/data/all-tz.js +320 -319
- package/lib/src/data/links.d.ts +137 -136
- package/lib/src/data/links.d.ts.map +1 -1
- package/lib/src/data/links.js +137 -136
- package/package.json +4 -4
- package/polyfill.iife.js +185 -184
- package/src/data/all-tz.d.ts.map +1 -1
- package/src/data/all-tz.js +320 -319
- package/src/data/links.d.ts +137 -136
- package/src/data/links.d.ts.map +1 -1
- package/src/data/links.js +137 -136
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;
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
return t;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
47
|
+
// ../../../../../../../../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
|
|
48
48
|
function CanonicalizeLocaleList(locales) {
|
|
49
49
|
return Intl.getCanonicalLocales(locales);
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
52
|
+
// ../../../../../../../../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/CanonicalizeTimeZoneName.js
|
|
53
53
|
function CanonicalizeTimeZoneName(tz, _a) {
|
|
54
54
|
var tzData = _a.tzData, uppercaseLinks = _a.uppercaseLinks;
|
|
55
55
|
var uppercasedTz = tz.toUpperCase();
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
return ianaTimeZone;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
67
|
+
// ../../../../../../../../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
|
|
68
68
|
function ToString(o) {
|
|
69
69
|
if (typeof o === "symbol") {
|
|
70
70
|
throw TypeError("Cannot convert a Symbol value to a string");
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
return mod(t, MS_PER_SECOND);
|
|
316
316
|
}
|
|
317
317
|
|
|
318
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
318
|
+
// ../../../../../../../../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/DefaultNumberOption.js
|
|
319
319
|
function DefaultNumberOption(val, min, max, fallback) {
|
|
320
320
|
if (val !== void 0) {
|
|
321
321
|
val = Number(val);
|
|
@@ -327,13 +327,13 @@
|
|
|
327
327
|
return fallback;
|
|
328
328
|
}
|
|
329
329
|
|
|
330
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
330
|
+
// ../../../../../../../../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/GetNumberOption.js
|
|
331
331
|
function GetNumberOption(options, property, minimum, maximum, fallback) {
|
|
332
332
|
var val = options[property];
|
|
333
333
|
return DefaultNumberOption(val, minimum, maximum, fallback);
|
|
334
334
|
}
|
|
335
335
|
|
|
336
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
336
|
+
// ../../../../../../../../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
|
|
337
337
|
function GetOption(opts, prop, type, values, fallback) {
|
|
338
338
|
if (typeof opts !== "object") {
|
|
339
339
|
throw new TypeError("Options must be an object");
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
return fallback;
|
|
360
360
|
}
|
|
361
361
|
|
|
362
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
362
|
+
// ../../../../../../../../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
|
|
363
363
|
var SANCTIONED_UNITS = [
|
|
364
364
|
"angle-degree",
|
|
365
365
|
"area-acre",
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
}
|
|
411
411
|
var SIMPLE_UNITS = SANCTIONED_UNITS.map(removeUnitNamespace);
|
|
412
412
|
|
|
413
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
413
|
+
// ../../../../../../../../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/IsValidTimeZoneName.js
|
|
414
414
|
function IsValidTimeZoneName(tz, _a) {
|
|
415
415
|
var tzData = _a.tzData, uppercaseLinks = _a.uppercaseLinks;
|
|
416
416
|
var uppercasedTz = tz.toUpperCase();
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
return zoneNames.has(uppercasedTz) || linkNames.has(uppercasedTz);
|
|
429
429
|
}
|
|
430
430
|
|
|
431
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
431
|
+
// ../../../../../../../../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
|
|
432
432
|
function defineProperty(target, name, _a) {
|
|
433
433
|
var value = _a.value;
|
|
434
434
|
Object.defineProperty(target, name, {
|
|
@@ -447,19 +447,19 @@
|
|
|
447
447
|
}
|
|
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/regex.generated.js
|
|
451
451
|
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]/;
|
|
452
452
|
|
|
453
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
453
|
+
// ../../../../../../../../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
|
|
454
454
|
var CARET_S_UNICODE_REGEX = new RegExp("^".concat(S_UNICODE_REGEX.source));
|
|
455
455
|
var S_DOLLAR_UNICODE_REGEX = new RegExp("".concat(S_UNICODE_REGEX.source, "$"));
|
|
456
456
|
|
|
457
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
457
|
+
// ../../../../../../../../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
|
|
458
458
|
function CanonicalizeLocaleList2(locales) {
|
|
459
459
|
return Intl.getCanonicalLocales(locales);
|
|
460
460
|
}
|
|
461
461
|
|
|
462
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
462
|
+
// ../../../../../../../../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
|
|
463
463
|
var UNICODE_EXTENSION_SEQUENCE_REGEX = /-u(?:-[0-9a-z]{2,8})+/gi;
|
|
464
464
|
function invariant2(condition, message, Err) {
|
|
465
465
|
if (Err === void 0) {
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
472
|
|
|
473
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
473
|
+
// ../../../../../../../../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
|
|
474
474
|
function BestAvailableLocale(availableLocales, locale) {
|
|
475
475
|
var candidate = locale;
|
|
476
476
|
while (true) {
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
}
|
|
489
489
|
}
|
|
490
490
|
|
|
491
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
491
|
+
// ../../../../../../../../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
|
|
492
492
|
function LookupMatcher(availableLocales, requestedLocales, getDefaultLocale) {
|
|
493
493
|
var result = { locale: "" };
|
|
494
494
|
for (var _i = 0, requestedLocales_1 = requestedLocales; _i < requestedLocales_1.length; _i++) {
|
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
return result;
|
|
508
508
|
}
|
|
509
509
|
|
|
510
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
510
|
+
// ../../../../../../../../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
|
|
511
511
|
function BestFitMatcher(availableLocales, requestedLocales, getDefaultLocale) {
|
|
512
512
|
var minimizedAvailableLocaleMap = {};
|
|
513
513
|
var availableLocaleMap = {};
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
};
|
|
556
556
|
}
|
|
557
557
|
|
|
558
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
558
|
+
// ../../../../../../../../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
|
|
559
559
|
function UnicodeExtensionValue(extension, key) {
|
|
560
560
|
invariant2(key.length === 2, "key must have 2 elements");
|
|
561
561
|
var size = extension.length;
|
|
@@ -594,7 +594,7 @@
|
|
|
594
594
|
return void 0;
|
|
595
595
|
}
|
|
596
596
|
|
|
597
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
597
|
+
// ../../../../../../../../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
|
|
598
598
|
function ResolveLocale(availableLocales, requestedLocales, options, relevantExtensionKeys, localeData, getDefaultLocale) {
|
|
599
599
|
var matcher = options.localeMatcher;
|
|
600
600
|
var r;
|
|
@@ -658,7 +658,7 @@
|
|
|
658
658
|
return result;
|
|
659
659
|
}
|
|
660
660
|
|
|
661
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
661
|
+
// ../../../../../../../../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
|
|
662
662
|
function LookupSupportedLocales(availableLocales, requestedLocales) {
|
|
663
663
|
var subset = [];
|
|
664
664
|
for (var _i = 0, requestedLocales_1 = requestedLocales; _i < requestedLocales_1.length; _i++) {
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
return subset;
|
|
673
673
|
}
|
|
674
674
|
|
|
675
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
675
|
+
// ../../../../../../../../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
|
|
676
676
|
function match(requestedLocales, availableLocales, defaultLocale, opts) {
|
|
677
677
|
var locales = availableLocales.reduce(function(all, l) {
|
|
678
678
|
all.add(l);
|
|
@@ -685,7 +685,7 @@
|
|
|
685
685
|
}).locale;
|
|
686
686
|
}
|
|
687
687
|
|
|
688
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
688
|
+
// ../../../../../../../../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/PartitionPattern.js
|
|
689
689
|
function PartitionPattern(pattern) {
|
|
690
690
|
var result = [];
|
|
691
691
|
var beginIndex = pattern.indexOf("{");
|
|
@@ -717,7 +717,7 @@
|
|
|
717
717
|
return result;
|
|
718
718
|
}
|
|
719
719
|
|
|
720
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
720
|
+
// ../../../../../../../../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
|
|
721
721
|
function SupportedLocales(availableLocales, requestedLocales, options) {
|
|
722
722
|
var matcher = "best fit";
|
|
723
723
|
if (options !== void 0) {
|
|
@@ -730,7 +730,7 @@
|
|
|
730
730
|
return LookupSupportedLocales(availableLocales, requestedLocales);
|
|
731
731
|
}
|
|
732
732
|
|
|
733
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
733
|
+
// ../../../../../../../../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
|
|
734
734
|
var MissingLocaleDataError = (
|
|
735
735
|
/** @class */
|
|
736
736
|
function(_super) {
|
|
@@ -744,7 +744,7 @@
|
|
|
744
744
|
}(Error)
|
|
745
745
|
);
|
|
746
746
|
|
|
747
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
747
|
+
// ../../../../../../../../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
|
|
748
748
|
var RangePatternType;
|
|
749
749
|
(function(RangePatternType2) {
|
|
750
750
|
RangePatternType2["startRange"] = "startRange";
|
|
@@ -752,7 +752,7 @@
|
|
|
752
752
|
RangePatternType2["endRange"] = "endRange";
|
|
753
753
|
})(RangePatternType || (RangePatternType = {}));
|
|
754
754
|
|
|
755
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
755
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/get_internal_slots.js
|
|
756
756
|
var internalSlotMap = /* @__PURE__ */ new WeakMap();
|
|
757
757
|
function getInternalSlots(x) {
|
|
758
758
|
var internalSlots = internalSlotMap.get(x);
|
|
@@ -763,99 +763,12 @@
|
|
|
763
763
|
return internalSlots;
|
|
764
764
|
}
|
|
765
765
|
|
|
766
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
766
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/data/links.js
|
|
767
767
|
var links_default = {
|
|
768
|
-
"Australia/ACT": "Australia/Sydney",
|
|
769
|
-
"Australia/LHI": "Australia/Lord_Howe",
|
|
770
|
-
"Australia/NSW": "Australia/Sydney",
|
|
771
|
-
"Australia/North": "Australia/Darwin",
|
|
772
|
-
"Australia/Queensland": "Australia/Brisbane",
|
|
773
|
-
"Australia/South": "Australia/Adelaide",
|
|
774
|
-
"Australia/Tasmania": "Australia/Hobart",
|
|
775
|
-
"Australia/Victoria": "Australia/Melbourne",
|
|
776
|
-
"Australia/West": "Australia/Perth",
|
|
777
|
-
"Australia/Yancowinna": "Australia/Broken_Hill",
|
|
778
|
-
"Brazil/Acre": "America/Rio_Branco",
|
|
779
|
-
"Brazil/DeNoronha": "America/Noronha",
|
|
780
|
-
"Brazil/East": "America/Sao_Paulo",
|
|
781
|
-
"Brazil/West": "America/Manaus",
|
|
782
|
-
"Canada/Atlantic": "America/Halifax",
|
|
783
|
-
"Canada/Central": "America/Winnipeg",
|
|
784
|
-
"Canada/Eastern": "America/Toronto",
|
|
785
|
-
"Canada/Mountain": "America/Edmonton",
|
|
786
|
-
"Canada/Newfoundland": "America/St_Johns",
|
|
787
|
-
"Canada/Pacific": "America/Vancouver",
|
|
788
|
-
"Canada/Saskatchewan": "America/Regina",
|
|
789
|
-
"Canada/Yukon": "America/Whitehorse",
|
|
790
|
-
"Chile/Continental": "America/Santiago",
|
|
791
|
-
"Chile/EasterIsland": "Pacific/Easter",
|
|
792
|
-
"Cuba": "America/Havana",
|
|
793
|
-
"Egypt": "Africa/Cairo",
|
|
794
|
-
"Eire": "Europe/Dublin",
|
|
795
|
-
"Etc/GMT+0": "Etc/GMT",
|
|
796
|
-
"Etc/GMT-0": "Etc/GMT",
|
|
797
|
-
"Etc/GMT0": "Etc/GMT",
|
|
798
|
-
"Etc/Greenwich": "Etc/GMT",
|
|
799
|
-
"Etc/UCT": "Etc/UTC",
|
|
800
|
-
"Etc/Universal": "Etc/UTC",
|
|
801
|
-
"Etc/Zulu": "Etc/UTC",
|
|
802
|
-
"GB": "Europe/London",
|
|
803
|
-
"GB-Eire": "Europe/London",
|
|
804
|
-
"GMT+0": "Etc/GMT",
|
|
805
|
-
"GMT-0": "Etc/GMT",
|
|
806
|
-
"GMT0": "Etc/GMT",
|
|
807
|
-
"Greenwich": "Etc/GMT",
|
|
808
|
-
"Hongkong": "Asia/Hong_Kong",
|
|
809
|
-
"Iceland": "Africa/Abidjan",
|
|
810
|
-
"Iran": "Asia/Tehran",
|
|
811
|
-
"Israel": "Asia/Jerusalem",
|
|
812
|
-
"Jamaica": "America/Jamaica",
|
|
813
|
-
"Japan": "Asia/Tokyo",
|
|
814
|
-
"Kwajalein": "Pacific/Kwajalein",
|
|
815
|
-
"Libya": "Africa/Tripoli",
|
|
816
|
-
"Mexico/BajaNorte": "America/Tijuana",
|
|
817
|
-
"Mexico/BajaSur": "America/Mazatlan",
|
|
818
|
-
"Mexico/General": "America/Mexico_City",
|
|
819
|
-
"NZ": "Pacific/Auckland",
|
|
820
|
-
"NZ-CHAT": "Pacific/Chatham",
|
|
821
|
-
"Navajo": "America/Denver",
|
|
822
|
-
"PRC": "Asia/Shanghai",
|
|
823
|
-
"Poland": "Europe/Warsaw",
|
|
824
|
-
"Portugal": "Europe/Lisbon",
|
|
825
|
-
"ROC": "Asia/Taipei",
|
|
826
|
-
"ROK": "Asia/Seoul",
|
|
827
|
-
"Singapore": "Asia/Singapore",
|
|
828
|
-
"Turkey": "Europe/Istanbul",
|
|
829
|
-
"UCT": "Etc/UTC",
|
|
830
|
-
"US/Alaska": "America/Anchorage",
|
|
831
|
-
"US/Aleutian": "America/Adak",
|
|
832
|
-
"US/Arizona": "America/Phoenix",
|
|
833
|
-
"US/Central": "America/Chicago",
|
|
834
|
-
"US/East-Indiana": "America/Indiana/Indianapolis",
|
|
835
|
-
"US/Eastern": "America/New_York",
|
|
836
|
-
"US/Hawaii": "Pacific/Honolulu",
|
|
837
|
-
"US/Indiana-Starke": "America/Indiana/Knox",
|
|
838
|
-
"US/Michigan": "America/Detroit",
|
|
839
|
-
"US/Mountain": "America/Denver",
|
|
840
|
-
"US/Pacific": "America/Los_Angeles",
|
|
841
|
-
"US/Samoa": "Pacific/Pago_Pago",
|
|
842
|
-
"UTC": "Etc/UTC",
|
|
843
|
-
"Universal": "Etc/UTC",
|
|
844
|
-
"W-SU": "Europe/Moscow",
|
|
845
|
-
"Zulu": "Etc/UTC",
|
|
846
|
-
"America/Buenos_Aires": "America/Argentina/Buenos_Aires",
|
|
847
|
-
"America/Catamarca": "America/Argentina/Catamarca",
|
|
848
|
-
"America/Cordoba": "America/Argentina/Cordoba",
|
|
849
|
-
"America/Indianapolis": "America/Indiana/Indianapolis",
|
|
850
|
-
"America/Jujuy": "America/Argentina/Jujuy",
|
|
851
|
-
"America/Knox_IN": "America/Indiana/Knox",
|
|
852
|
-
"America/Louisville": "America/Kentucky/Louisville",
|
|
853
|
-
"America/Mendoza": "America/Argentina/Mendoza",
|
|
854
|
-
"America/Virgin": "America/Puerto_Rico",
|
|
855
|
-
"Pacific/Samoa": "Pacific/Pago_Pago",
|
|
856
768
|
"Africa/Accra": "Africa/Abidjan",
|
|
857
769
|
"Africa/Addis_Ababa": "Africa/Nairobi",
|
|
858
770
|
"Africa/Asmara": "Africa/Nairobi",
|
|
771
|
+
"Africa/Asmera": "Africa/Nairobi",
|
|
859
772
|
"Africa/Bamako": "Africa/Abidjan",
|
|
860
773
|
"Africa/Bangui": "Africa/Lagos",
|
|
861
774
|
"Africa/Banjul": "Africa/Abidjan",
|
|
@@ -886,64 +799,159 @@
|
|
|
886
799
|
"Africa/Nouakchott": "Africa/Abidjan",
|
|
887
800
|
"Africa/Ouagadougou": "Africa/Abidjan",
|
|
888
801
|
"Africa/Porto-Novo": "Africa/Lagos",
|
|
802
|
+
"Africa/Timbuktu": "Africa/Abidjan",
|
|
889
803
|
"America/Anguilla": "America/Puerto_Rico",
|
|
890
804
|
"America/Antigua": "America/Puerto_Rico",
|
|
805
|
+
"America/Argentina/ComodRivadavia": "America/Argentina/Catamarca",
|
|
891
806
|
"America/Aruba": "America/Puerto_Rico",
|
|
892
807
|
"America/Atikokan": "America/Panama",
|
|
808
|
+
"America/Atka": "America/Adak",
|
|
893
809
|
"America/Blanc-Sablon": "America/Puerto_Rico",
|
|
810
|
+
"America/Buenos_Aires": "America/Argentina/Buenos_Aires",
|
|
811
|
+
"America/Catamarca": "America/Argentina/Catamarca",
|
|
894
812
|
"America/Cayman": "America/Panama",
|
|
813
|
+
"America/Coral_Harbour": "America/Panama",
|
|
814
|
+
"America/Cordoba": "America/Argentina/Cordoba",
|
|
895
815
|
"America/Creston": "America/Phoenix",
|
|
896
816
|
"America/Curacao": "America/Puerto_Rico",
|
|
897
817
|
"America/Dominica": "America/Puerto_Rico",
|
|
818
|
+
"America/Ensenada": "America/Tijuana",
|
|
819
|
+
"America/Fort_Wayne": "America/Indiana/Indianapolis",
|
|
820
|
+
"America/Godthab": "America/Nuuk",
|
|
898
821
|
"America/Grenada": "America/Puerto_Rico",
|
|
899
822
|
"America/Guadeloupe": "America/Puerto_Rico",
|
|
823
|
+
"America/Indianapolis": "America/Indiana/Indianapolis",
|
|
824
|
+
"America/Jujuy": "America/Argentina/Jujuy",
|
|
825
|
+
"America/Knox_IN": "America/Indiana/Knox",
|
|
900
826
|
"America/Kralendijk": "America/Puerto_Rico",
|
|
827
|
+
"America/Louisville": "America/Kentucky/Louisville",
|
|
901
828
|
"America/Lower_Princes": "America/Puerto_Rico",
|
|
902
829
|
"America/Marigot": "America/Puerto_Rico",
|
|
830
|
+
"America/Mendoza": "America/Argentina/Mendoza",
|
|
831
|
+
"America/Montreal": "America/Toronto",
|
|
903
832
|
"America/Montserrat": "America/Puerto_Rico",
|
|
904
833
|
"America/Nassau": "America/Toronto",
|
|
834
|
+
"America/Nipigon": "America/Toronto",
|
|
835
|
+
"America/Pangnirtung": "America/Iqaluit",
|
|
905
836
|
"America/Port_of_Spain": "America/Puerto_Rico",
|
|
837
|
+
"America/Porto_Acre": "America/Rio_Branco",
|
|
838
|
+
"America/Rainy_River": "America/Winnipeg",
|
|
839
|
+
"America/Rosario": "America/Argentina/Cordoba",
|
|
840
|
+
"America/Santa_Isabel": "America/Tijuana",
|
|
841
|
+
"America/Shiprock": "America/Denver",
|
|
906
842
|
"America/St_Barthelemy": "America/Puerto_Rico",
|
|
907
843
|
"America/St_Kitts": "America/Puerto_Rico",
|
|
908
844
|
"America/St_Lucia": "America/Puerto_Rico",
|
|
909
845
|
"America/St_Thomas": "America/Puerto_Rico",
|
|
910
846
|
"America/St_Vincent": "America/Puerto_Rico",
|
|
847
|
+
"America/Thunder_Bay": "America/Toronto",
|
|
911
848
|
"America/Tortola": "America/Puerto_Rico",
|
|
849
|
+
"America/Virgin": "America/Puerto_Rico",
|
|
850
|
+
"America/Yellowknife": "America/Edmonton",
|
|
912
851
|
"Antarctica/DumontDUrville": "Pacific/Port_Moresby",
|
|
913
852
|
"Antarctica/McMurdo": "Pacific/Auckland",
|
|
853
|
+
"Antarctica/South_Pole": "Pacific/Auckland",
|
|
914
854
|
"Antarctica/Syowa": "Asia/Riyadh",
|
|
915
855
|
"Antarctica/Vostok": "Asia/Urumqi",
|
|
916
856
|
"Arctic/Longyearbyen": "Europe/Berlin",
|
|
917
857
|
"Asia/Aden": "Asia/Riyadh",
|
|
858
|
+
"Asia/Ashkhabad": "Asia/Ashgabat",
|
|
918
859
|
"Asia/Bahrain": "Asia/Qatar",
|
|
919
860
|
"Asia/Brunei": "Asia/Kuching",
|
|
861
|
+
"Asia/Calcutta": "Asia/Kolkata",
|
|
862
|
+
"Asia/Chongqing": "Asia/Shanghai",
|
|
863
|
+
"Asia/Chungking": "Asia/Shanghai",
|
|
864
|
+
"Asia/Dacca": "Asia/Dhaka",
|
|
865
|
+
"Asia/Harbin": "Asia/Shanghai",
|
|
866
|
+
"Asia/Istanbul": "Europe/Istanbul",
|
|
867
|
+
"Asia/Kashgar": "Asia/Urumqi",
|
|
868
|
+
"Asia/Katmandu": "Asia/Kathmandu",
|
|
920
869
|
"Asia/Kuala_Lumpur": "Asia/Singapore",
|
|
921
870
|
"Asia/Kuwait": "Asia/Riyadh",
|
|
871
|
+
"Asia/Macao": "Asia/Macau",
|
|
922
872
|
"Asia/Muscat": "Asia/Dubai",
|
|
923
873
|
"Asia/Phnom_Penh": "Asia/Bangkok",
|
|
874
|
+
"Asia/Rangoon": "Asia/Yangon",
|
|
875
|
+
"Asia/Saigon": "Asia/Ho_Chi_Minh",
|
|
876
|
+
"Asia/Tel_Aviv": "Asia/Jerusalem",
|
|
877
|
+
"Asia/Thimbu": "Asia/Thimphu",
|
|
878
|
+
"Asia/Ujung_Pandang": "Asia/Makassar",
|
|
879
|
+
"Asia/Ulan_Bator": "Asia/Ulaanbaatar",
|
|
924
880
|
"Asia/Vientiane": "Asia/Bangkok",
|
|
881
|
+
"Atlantic/Faeroe": "Atlantic/Faroe",
|
|
882
|
+
"Atlantic/Jan_Mayen": "Europe/Berlin",
|
|
925
883
|
"Atlantic/Reykjavik": "Africa/Abidjan",
|
|
926
884
|
"Atlantic/St_Helena": "Africa/Abidjan",
|
|
885
|
+
"Australia/ACT": "Australia/Sydney",
|
|
886
|
+
"Australia/Canberra": "Australia/Sydney",
|
|
887
|
+
"Australia/Currie": "Australia/Hobart",
|
|
888
|
+
"Australia/LHI": "Australia/Lord_Howe",
|
|
889
|
+
"Australia/NSW": "Australia/Sydney",
|
|
890
|
+
"Australia/North": "Australia/Darwin",
|
|
891
|
+
"Australia/Queensland": "Australia/Brisbane",
|
|
892
|
+
"Australia/South": "Australia/Adelaide",
|
|
893
|
+
"Australia/Tasmania": "Australia/Hobart",
|
|
894
|
+
"Australia/Victoria": "Australia/Melbourne",
|
|
895
|
+
"Australia/West": "Australia/Perth",
|
|
896
|
+
"Australia/Yancowinna": "Australia/Broken_Hill",
|
|
897
|
+
"Brazil/Acre": "America/Rio_Branco",
|
|
898
|
+
"Brazil/DeNoronha": "America/Noronha",
|
|
899
|
+
"Brazil/East": "America/Sao_Paulo",
|
|
900
|
+
"Brazil/West": "America/Manaus",
|
|
901
|
+
"Canada/Atlantic": "America/Halifax",
|
|
902
|
+
"Canada/Central": "America/Winnipeg",
|
|
903
|
+
"Canada/Eastern": "America/Toronto",
|
|
904
|
+
"Canada/Mountain": "America/Edmonton",
|
|
905
|
+
"Canada/Newfoundland": "America/St_Johns",
|
|
906
|
+
"Canada/Pacific": "America/Vancouver",
|
|
907
|
+
"Canada/Saskatchewan": "America/Regina",
|
|
908
|
+
"Canada/Yukon": "America/Whitehorse",
|
|
909
|
+
"Chile/Continental": "America/Santiago",
|
|
910
|
+
"Chile/EasterIsland": "Pacific/Easter",
|
|
911
|
+
"Cuba": "America/Havana",
|
|
912
|
+
"Egypt": "Africa/Cairo",
|
|
913
|
+
"Eire": "Europe/Dublin",
|
|
914
|
+
"Etc/GMT+0": "Etc/GMT",
|
|
915
|
+
"Etc/GMT-0": "Etc/GMT",
|
|
916
|
+
"Etc/GMT0": "Etc/GMT",
|
|
917
|
+
"Etc/Greenwich": "Etc/GMT",
|
|
918
|
+
"Etc/UCT": "Etc/UTC",
|
|
919
|
+
"Etc/Universal": "Etc/UTC",
|
|
920
|
+
"Etc/Zulu": "Etc/UTC",
|
|
927
921
|
"Europe/Amsterdam": "Europe/Brussels",
|
|
922
|
+
"Europe/Belfast": "Europe/London",
|
|
928
923
|
"Europe/Bratislava": "Europe/Prague",
|
|
929
924
|
"Europe/Busingen": "Europe/Zurich",
|
|
930
925
|
"Europe/Copenhagen": "Europe/Berlin",
|
|
931
926
|
"Europe/Guernsey": "Europe/London",
|
|
932
927
|
"Europe/Isle_of_Man": "Europe/London",
|
|
933
928
|
"Europe/Jersey": "Europe/London",
|
|
929
|
+
"Europe/Kiev": "Europe/Kyiv",
|
|
934
930
|
"Europe/Ljubljana": "Europe/Belgrade",
|
|
935
931
|
"Europe/Luxembourg": "Europe/Brussels",
|
|
936
932
|
"Europe/Mariehamn": "Europe/Helsinki",
|
|
937
933
|
"Europe/Monaco": "Europe/Paris",
|
|
934
|
+
"Europe/Nicosia": "Asia/Nicosia",
|
|
938
935
|
"Europe/Oslo": "Europe/Berlin",
|
|
939
936
|
"Europe/Podgorica": "Europe/Belgrade",
|
|
940
937
|
"Europe/San_Marino": "Europe/Rome",
|
|
941
938
|
"Europe/Sarajevo": "Europe/Belgrade",
|
|
942
939
|
"Europe/Skopje": "Europe/Belgrade",
|
|
943
940
|
"Europe/Stockholm": "Europe/Berlin",
|
|
941
|
+
"Europe/Tiraspol": "Europe/Chisinau",
|
|
942
|
+
"Europe/Uzhgorod": "Europe/Kyiv",
|
|
944
943
|
"Europe/Vaduz": "Europe/Zurich",
|
|
945
944
|
"Europe/Vatican": "Europe/Rome",
|
|
946
945
|
"Europe/Zagreb": "Europe/Belgrade",
|
|
946
|
+
"Europe/Zaporozhye": "Europe/Kyiv",
|
|
947
|
+
"GB": "Europe/London",
|
|
948
|
+
"GB-Eire": "Europe/London",
|
|
949
|
+
"GMT+0": "Etc/GMT",
|
|
950
|
+
"GMT-0": "Etc/GMT",
|
|
951
|
+
"GMT0": "Etc/GMT",
|
|
952
|
+
"Greenwich": "Etc/GMT",
|
|
953
|
+
"Hongkong": "Asia/Hong_Kong",
|
|
954
|
+
"Iceland": "Africa/Abidjan",
|
|
947
955
|
"Indian/Antananarivo": "Africa/Nairobi",
|
|
948
956
|
"Indian/Christmas": "Asia/Bangkok",
|
|
949
957
|
"Indian/Cocos": "Asia/Yangon",
|
|
@@ -952,66 +960,59 @@
|
|
|
952
960
|
"Indian/Mahe": "Asia/Dubai",
|
|
953
961
|
"Indian/Mayotte": "Africa/Nairobi",
|
|
954
962
|
"Indian/Reunion": "Asia/Dubai",
|
|
963
|
+
"Iran": "Asia/Tehran",
|
|
964
|
+
"Israel": "Asia/Jerusalem",
|
|
965
|
+
"Jamaica": "America/Jamaica",
|
|
966
|
+
"Japan": "Asia/Tokyo",
|
|
967
|
+
"Kwajalein": "Pacific/Kwajalein",
|
|
968
|
+
"Libya": "Africa/Tripoli",
|
|
969
|
+
"Mexico/BajaNorte": "America/Tijuana",
|
|
970
|
+
"Mexico/BajaSur": "America/Mazatlan",
|
|
971
|
+
"Mexico/General": "America/Mexico_City",
|
|
972
|
+
"NZ": "Pacific/Auckland",
|
|
973
|
+
"NZ-CHAT": "Pacific/Chatham",
|
|
974
|
+
"Navajo": "America/Denver",
|
|
975
|
+
"PRC": "Asia/Shanghai",
|
|
955
976
|
"Pacific/Chuuk": "Pacific/Port_Moresby",
|
|
977
|
+
"Pacific/Enderbury": "Pacific/Kanton",
|
|
956
978
|
"Pacific/Funafuti": "Pacific/Tarawa",
|
|
979
|
+
"Pacific/Johnston": "Pacific/Honolulu",
|
|
957
980
|
"Pacific/Majuro": "Pacific/Tarawa",
|
|
958
981
|
"Pacific/Midway": "Pacific/Pago_Pago",
|
|
959
982
|
"Pacific/Pohnpei": "Pacific/Guadalcanal",
|
|
983
|
+
"Pacific/Ponape": "Pacific/Guadalcanal",
|
|
960
984
|
"Pacific/Saipan": "Pacific/Guam",
|
|
985
|
+
"Pacific/Samoa": "Pacific/Pago_Pago",
|
|
986
|
+
"Pacific/Truk": "Pacific/Port_Moresby",
|
|
961
987
|
"Pacific/Wake": "Pacific/Tarawa",
|
|
962
988
|
"Pacific/Wallis": "Pacific/Tarawa",
|
|
963
|
-
"Africa/Timbuktu": "Africa/Abidjan",
|
|
964
|
-
"America/Argentina/ComodRivadavia": "America/Argentina/Catamarca",
|
|
965
|
-
"America/Atka": "America/Adak",
|
|
966
|
-
"America/Coral_Harbour": "America/Panama",
|
|
967
|
-
"America/Ensenada": "America/Tijuana",
|
|
968
|
-
"America/Fort_Wayne": "America/Indiana/Indianapolis",
|
|
969
|
-
"America/Montreal": "America/Toronto",
|
|
970
|
-
"America/Nipigon": "America/Toronto",
|
|
971
|
-
"America/Pangnirtung": "America/Iqaluit",
|
|
972
|
-
"America/Porto_Acre": "America/Rio_Branco",
|
|
973
|
-
"America/Rainy_River": "America/Winnipeg",
|
|
974
|
-
"America/Rosario": "America/Argentina/Cordoba",
|
|
975
|
-
"America/Santa_Isabel": "America/Tijuana",
|
|
976
|
-
"America/Shiprock": "America/Denver",
|
|
977
|
-
"America/Thunder_Bay": "America/Toronto",
|
|
978
|
-
"Antarctica/South_Pole": "Pacific/Auckland",
|
|
979
|
-
"Asia/Chongqing": "Asia/Shanghai",
|
|
980
|
-
"Asia/Harbin": "Asia/Shanghai",
|
|
981
|
-
"Asia/Kashgar": "Asia/Urumqi",
|
|
982
|
-
"Asia/Tel_Aviv": "Asia/Jerusalem",
|
|
983
|
-
"Atlantic/Jan_Mayen": "Europe/Berlin",
|
|
984
|
-
"Australia/Canberra": "Australia/Sydney",
|
|
985
|
-
"Australia/Currie": "Australia/Hobart",
|
|
986
|
-
"Europe/Belfast": "Europe/London",
|
|
987
|
-
"Europe/Tiraspol": "Europe/Chisinau",
|
|
988
|
-
"Europe/Uzhgorod": "Europe/Kyiv",
|
|
989
|
-
"Europe/Zaporozhye": "Europe/Kyiv",
|
|
990
|
-
"Pacific/Enderbury": "Pacific/Kanton",
|
|
991
|
-
"Pacific/Johnston": "Pacific/Honolulu",
|
|
992
989
|
"Pacific/Yap": "Pacific/Port_Moresby",
|
|
993
|
-
"
|
|
994
|
-
"
|
|
995
|
-
"
|
|
996
|
-
"
|
|
997
|
-
"
|
|
998
|
-
"
|
|
999
|
-
"
|
|
1000
|
-
"
|
|
1001
|
-
"
|
|
1002
|
-
"
|
|
1003
|
-
"
|
|
1004
|
-
"
|
|
1005
|
-
"
|
|
1006
|
-
"
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
1009
|
-
"
|
|
1010
|
-
"Pacific
|
|
1011
|
-
"
|
|
990
|
+
"Poland": "Europe/Warsaw",
|
|
991
|
+
"Portugal": "Europe/Lisbon",
|
|
992
|
+
"ROC": "Asia/Taipei",
|
|
993
|
+
"ROK": "Asia/Seoul",
|
|
994
|
+
"Singapore": "Asia/Singapore",
|
|
995
|
+
"Turkey": "Europe/Istanbul",
|
|
996
|
+
"UCT": "Etc/UTC",
|
|
997
|
+
"US/Alaska": "America/Anchorage",
|
|
998
|
+
"US/Aleutian": "America/Adak",
|
|
999
|
+
"US/Arizona": "America/Phoenix",
|
|
1000
|
+
"US/Central": "America/Chicago",
|
|
1001
|
+
"US/East-Indiana": "America/Indiana/Indianapolis",
|
|
1002
|
+
"US/Eastern": "America/New_York",
|
|
1003
|
+
"US/Hawaii": "Pacific/Honolulu",
|
|
1004
|
+
"US/Indiana-Starke": "America/Indiana/Knox",
|
|
1005
|
+
"US/Michigan": "America/Detroit",
|
|
1006
|
+
"US/Mountain": "America/Denver",
|
|
1007
|
+
"US/Pacific": "America/Los_Angeles",
|
|
1008
|
+
"US/Samoa": "Pacific/Pago_Pago",
|
|
1009
|
+
"UTC": "Etc/UTC",
|
|
1010
|
+
"Universal": "Etc/UTC",
|
|
1011
|
+
"W-SU": "Europe/Moscow",
|
|
1012
|
+
"Zulu": "Etc/UTC"
|
|
1012
1013
|
};
|
|
1013
1014
|
|
|
1014
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1015
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/packer.js
|
|
1015
1016
|
function unpack(data) {
|
|
1016
1017
|
var abbrvs = data.abbrvs.split("|");
|
|
1017
1018
|
var offsets = data.offsets.split("|").map(function(n) {
|
|
@@ -1037,7 +1038,7 @@
|
|
|
1037
1038
|
return zones;
|
|
1038
1039
|
}
|
|
1039
1040
|
|
|
1040
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1041
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/utils.js
|
|
1041
1042
|
var DATE_TIME_PROPS = [
|
|
1042
1043
|
"weekday",
|
|
1043
1044
|
"era",
|
|
@@ -1060,7 +1061,7 @@
|
|
|
1060
1061
|
var shortMorePenalty = 3;
|
|
1061
1062
|
var offsetPenalty = 1;
|
|
1062
1063
|
|
|
1063
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1064
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/ToLocalTime.js
|
|
1064
1065
|
function getApplicableZoneData(t, timeZone, tzData) {
|
|
1065
1066
|
var _a;
|
|
1066
1067
|
var zoneData = tzData[timeZone];
|
|
@@ -1104,7 +1105,7 @@
|
|
|
1104
1105
|
};
|
|
1105
1106
|
}
|
|
1106
1107
|
|
|
1107
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1108
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/FormatDateTimePattern.js
|
|
1108
1109
|
function pad(n) {
|
|
1109
1110
|
if (n < 10) {
|
|
1110
1111
|
return "0".concat(n);
|
|
@@ -1263,7 +1264,7 @@
|
|
|
1263
1264
|
return result;
|
|
1264
1265
|
}
|
|
1265
1266
|
|
|
1266
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1267
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/PartitionDateTimePattern.js
|
|
1267
1268
|
function PartitionDateTimePattern(dtf, x, implDetails) {
|
|
1268
1269
|
x = TimeClip(x);
|
|
1269
1270
|
if (isNaN(x)) {
|
|
@@ -1275,7 +1276,7 @@
|
|
|
1275
1276
|
return FormatDateTimePattern(dtf, PartitionPattern(pattern), x, implDetails);
|
|
1276
1277
|
}
|
|
1277
1278
|
|
|
1278
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1279
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/FormatDateTime.js
|
|
1279
1280
|
function FormatDateTime(dtf, x, implDetails) {
|
|
1280
1281
|
var parts = PartitionDateTimePattern(dtf, x, implDetails);
|
|
1281
1282
|
var result = "";
|
|
@@ -1286,7 +1287,7 @@
|
|
|
1286
1287
|
return result;
|
|
1287
1288
|
}
|
|
1288
1289
|
|
|
1289
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1290
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/BasicFormatMatcher.js
|
|
1290
1291
|
function BasicFormatMatcher(options, formats) {
|
|
1291
1292
|
var bestScore = -Infinity;
|
|
1292
1293
|
var bestFormat = formats[0];
|
|
@@ -1363,7 +1364,7 @@
|
|
|
1363
1364
|
return __assign({}, bestFormat);
|
|
1364
1365
|
}
|
|
1365
1366
|
|
|
1366
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1367
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/skeleton.js
|
|
1367
1368
|
var DATE_TIME_REGEX = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
|
|
1368
1369
|
var expPatternTrimmer = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;
|
|
1369
1370
|
function matchSkeletonPattern(match2, result) {
|
|
@@ -1616,7 +1617,7 @@
|
|
|
1616
1617
|
];
|
|
1617
1618
|
}
|
|
1618
1619
|
|
|
1619
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1620
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/BestFitFormatMatcher.js
|
|
1620
1621
|
function isNumericType(t) {
|
|
1621
1622
|
return t === "numeric" || t === "2-digit";
|
|
1622
1623
|
}
|
|
@@ -1698,7 +1699,7 @@
|
|
|
1698
1699
|
return patternFormat;
|
|
1699
1700
|
}
|
|
1700
1701
|
|
|
1701
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1702
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/DateTimeStyleFormat.js
|
|
1702
1703
|
function DateTimeStyleFormat(dateStyle, timeStyle, dataLocaleData) {
|
|
1703
1704
|
var dateFormat, timeFormat;
|
|
1704
1705
|
if (timeStyle !== void 0) {
|
|
@@ -1737,7 +1738,7 @@
|
|
|
1737
1738
|
return dateFormat;
|
|
1738
1739
|
}
|
|
1739
1740
|
|
|
1740
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1741
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/ToDateTimeOptions.js
|
|
1741
1742
|
function ToDateTimeOptions(options, required, defaults) {
|
|
1742
1743
|
if (options === void 0) {
|
|
1743
1744
|
options = null;
|
|
@@ -1794,7 +1795,7 @@
|
|
|
1794
1795
|
return options;
|
|
1795
1796
|
}
|
|
1796
1797
|
|
|
1797
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1798
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/InitializeDateTimeFormat.js
|
|
1798
1799
|
function isTimeRelated(opt) {
|
|
1799
1800
|
for (var _i = 0, _a = ["hour", "minute", "second"]; _i < _a.length; _i++) {
|
|
1800
1801
|
var prop = _a[_i];
|
|
@@ -1957,7 +1958,7 @@
|
|
|
1957
1958
|
return dtf;
|
|
1958
1959
|
}
|
|
1959
1960
|
|
|
1960
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1961
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/FormatDateTimeToParts.js
|
|
1961
1962
|
function FormatDateTimeToParts(dtf, x, implDetails) {
|
|
1962
1963
|
var parts = PartitionDateTimePattern(dtf, x, implDetails);
|
|
1963
1964
|
var result = ArrayCreate(0);
|
|
@@ -1971,7 +1972,7 @@
|
|
|
1971
1972
|
return result;
|
|
1972
1973
|
}
|
|
1973
1974
|
|
|
1974
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1975
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/PartitionDateTimeRangePattern.js
|
|
1975
1976
|
var TABLE_2_FIELDS = [
|
|
1976
1977
|
"era",
|
|
1977
1978
|
"year",
|
|
@@ -2086,7 +2087,7 @@
|
|
|
2086
2087
|
return result;
|
|
2087
2088
|
}
|
|
2088
2089
|
|
|
2089
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2090
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/FormatDateTimeRangeToParts.js
|
|
2090
2091
|
function FormatDateTimeRangeToParts(dtf, x, y, implDetails) {
|
|
2091
2092
|
var parts = PartitionDateTimeRangePattern(dtf, x, y, implDetails);
|
|
2092
2093
|
var result = new Array(0);
|
|
@@ -2101,7 +2102,7 @@
|
|
|
2101
2102
|
return result;
|
|
2102
2103
|
}
|
|
2103
2104
|
|
|
2104
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2105
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/FormatDateTimeRange.js
|
|
2105
2106
|
function FormatDateTimeRange(dtf, x, y, implDetails) {
|
|
2106
2107
|
var parts = PartitionDateTimeRangePattern(dtf, x, y, implDetails);
|
|
2107
2108
|
var result = "";
|
|
@@ -2112,7 +2113,7 @@
|
|
|
2112
2113
|
return result;
|
|
2113
2114
|
}
|
|
2114
2115
|
|
|
2115
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2116
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/core.js
|
|
2116
2117
|
var UPPERCASED_LINKS = Object.keys(links_default).reduce(function(all, l) {
|
|
2117
2118
|
all[l.toUpperCase()] = links_default[l];
|
|
2118
2119
|
return all;
|
|
@@ -2386,10 +2387,10 @@
|
|
|
2386
2387
|
} catch (e) {
|
|
2387
2388
|
}
|
|
2388
2389
|
|
|
2389
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2390
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/supported-locales.generated.js
|
|
2390
2391
|
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"];
|
|
2391
2392
|
|
|
2392
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2393
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/should-polyfill.js
|
|
2393
2394
|
function supportsDateStyle() {
|
|
2394
2395
|
try {
|
|
2395
2396
|
return !!new Intl.DateTimeFormat(void 0, {
|
|
@@ -2435,7 +2436,7 @@
|
|
|
2435
2436
|
}
|
|
2436
2437
|
}
|
|
2437
2438
|
|
|
2438
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2439
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/to_locale_string.js
|
|
2439
2440
|
function toLocaleString(x, locales, options) {
|
|
2440
2441
|
var dtf = new DateTimeFormat(locales, options);
|
|
2441
2442
|
return dtf.format(x);
|
|
@@ -2449,7 +2450,7 @@
|
|
|
2449
2450
|
return dtf.format(x);
|
|
2450
2451
|
}
|
|
2451
2452
|
|
|
2452
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2453
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/polyfill.js
|
|
2453
2454
|
if (shouldPolyfill()) {
|
|
2454
2455
|
defineProperty(Intl, "DateTimeFormat", { value: DateTimeFormat });
|
|
2455
2456
|
defineProperty(Date.prototype, "toLocaleString", {
|