@formatjs/intl-datetimeformat 6.3.1 → 6.4.2
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 +1 -1
- package/add-golden-tz.js +1 -1
- package/lib/src/abstract/FormatDateTime.d.ts +2 -1
- package/lib/src/abstract/FormatDateTime.d.ts.map +1 -1
- package/lib/src/abstract/FormatDateTimePattern.d.ts +3 -3
- package/lib/src/abstract/FormatDateTimePattern.d.ts.map +1 -1
- package/lib/src/abstract/FormatDateTimePattern.js +0 -1
- package/lib/src/abstract/InitializeDateTimeFormat.d.ts +2 -2
- package/lib/src/abstract/InitializeDateTimeFormat.d.ts.map +1 -1
- package/lib/src/abstract/PartitionDateTimePattern.d.ts +2 -2
- package/lib/src/abstract/PartitionDateTimePattern.d.ts.map +1 -1
- package/lib/src/data/all-tz.js +295 -295
- package/lib/src/data/links.d.ts +171 -51
- package/lib/src/data/links.d.ts.map +1 -1
- package/lib/src/data/links.js +172 -52
- package/lib/src/types.d.ts +4 -4
- package/lib/src/types.d.ts.map +1 -1
- package/package.json +3 -3
- package/polyfill.iife.js +220 -100
- package/src/abstract/FormatDateTime.d.ts +2 -1
- package/src/abstract/FormatDateTime.d.ts.map +1 -1
- package/src/abstract/FormatDateTimePattern.d.ts +3 -3
- package/src/abstract/FormatDateTimePattern.d.ts.map +1 -1
- package/src/abstract/FormatDateTimePattern.js +0 -1
- package/src/abstract/InitializeDateTimeFormat.d.ts +2 -2
- package/src/abstract/InitializeDateTimeFormat.d.ts.map +1 -1
- package/src/abstract/PartitionDateTimePattern.d.ts +2 -2
- package/src/abstract/PartitionDateTimePattern.d.ts.map +1 -1
- package/src/data/all-tz.js +295 -295
- package/src/data/links.d.ts +171 -51
- package/src/data/links.d.ts.map +1 -1
- package/src/data/links.js +172 -52
- package/src/types.d.ts +4 -4
- package/src/types.d.ts.map +1 -1
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 = function(_super) {
|
|
735
735
|
__extends(MissingLocaleDataError2, _super);
|
|
736
736
|
function MissingLocaleDataError2() {
|
|
@@ -741,7 +741,7 @@
|
|
|
741
741
|
return MissingLocaleDataError2;
|
|
742
742
|
}(Error);
|
|
743
743
|
|
|
744
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
744
|
+
// ../../../../../../../../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
|
|
745
745
|
var RangePatternType;
|
|
746
746
|
(function(RangePatternType2) {
|
|
747
747
|
RangePatternType2["startRange"] = "startRange";
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
RangePatternType2["endRange"] = "endRange";
|
|
750
750
|
})(RangePatternType || (RangePatternType = {}));
|
|
751
751
|
|
|
752
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
752
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/get_internal_slots.js
|
|
753
753
|
var internalSlotMap = /* @__PURE__ */ new WeakMap();
|
|
754
754
|
function getInternalSlots(x) {
|
|
755
755
|
var internalSlots = internalSlotMap.get(x);
|
|
@@ -760,51 +760,9 @@
|
|
|
760
760
|
return internalSlots;
|
|
761
761
|
}
|
|
762
762
|
|
|
763
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
763
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/data/links.js
|
|
764
764
|
var links_default = {
|
|
765
|
-
"Africa/Asmera": "Africa/Nairobi",
|
|
766
|
-
"Africa/Timbuktu": "Africa/Abidjan",
|
|
767
|
-
"America/Argentina/ComodRivadavia": "America/Argentina/Catamarca",
|
|
768
|
-
"America/Atka": "America/Adak",
|
|
769
|
-
"America/Buenos_Aires": "America/Argentina/Buenos_Aires",
|
|
770
|
-
"America/Catamarca": "America/Argentina/Catamarca",
|
|
771
|
-
"America/Coral_Harbour": "America/Panama",
|
|
772
|
-
"America/Cordoba": "America/Argentina/Cordoba",
|
|
773
|
-
"America/Ensenada": "America/Tijuana",
|
|
774
|
-
"America/Fort_Wayne": "America/Indiana/Indianapolis",
|
|
775
|
-
"America/Godthab": "America/Nuuk",
|
|
776
|
-
"America/Indianapolis": "America/Indiana/Indianapolis",
|
|
777
|
-
"America/Jujuy": "America/Argentina/Jujuy",
|
|
778
|
-
"America/Knox_IN": "America/Indiana/Knox",
|
|
779
|
-
"America/Louisville": "America/Kentucky/Louisville",
|
|
780
|
-
"America/Mendoza": "America/Argentina/Mendoza",
|
|
781
|
-
"America/Montreal": "America/Toronto",
|
|
782
|
-
"America/Porto_Acre": "America/Rio_Branco",
|
|
783
|
-
"America/Rosario": "America/Argentina/Cordoba",
|
|
784
|
-
"America/Santa_Isabel": "America/Tijuana",
|
|
785
|
-
"America/Shiprock": "America/Denver",
|
|
786
|
-
"America/Virgin": "America/Puerto_Rico",
|
|
787
|
-
"Antarctica/South_Pole": "Pacific/Auckland",
|
|
788
|
-
"Asia/Ashkhabad": "Asia/Ashgabat",
|
|
789
|
-
"Asia/Calcutta": "Asia/Kolkata",
|
|
790
|
-
"Asia/Chongqing": "Asia/Shanghai",
|
|
791
|
-
"Asia/Chungking": "Asia/Shanghai",
|
|
792
|
-
"Asia/Dacca": "Asia/Dhaka",
|
|
793
|
-
"Asia/Harbin": "Asia/Shanghai",
|
|
794
|
-
"Asia/Kashgar": "Asia/Urumqi",
|
|
795
|
-
"Asia/Katmandu": "Asia/Kathmandu",
|
|
796
|
-
"Asia/Macao": "Asia/Macau",
|
|
797
|
-
"Asia/Rangoon": "Asia/Yangon",
|
|
798
|
-
"Asia/Saigon": "Asia/Ho_Chi_Minh",
|
|
799
|
-
"Asia/Tel_Aviv": "Asia/Jerusalem",
|
|
800
|
-
"Asia/Thimbu": "Asia/Thimphu",
|
|
801
|
-
"Asia/Ujung_Pandang": "Asia/Makassar",
|
|
802
|
-
"Asia/Ulan_Bator": "Asia/Ulaanbaatar",
|
|
803
|
-
"Atlantic/Faeroe": "Atlantic/Faroe",
|
|
804
|
-
"Atlantic/Jan_Mayen": "Europe/Berlin",
|
|
805
765
|
"Australia/ACT": "Australia/Sydney",
|
|
806
|
-
"Australia/Canberra": "Australia/Sydney",
|
|
807
|
-
"Australia/Currie": "Australia/Hobart",
|
|
808
766
|
"Australia/LHI": "Australia/Lord_Howe",
|
|
809
767
|
"Australia/NSW": "Australia/Sydney",
|
|
810
768
|
"Australia/North": "Australia/Darwin",
|
|
@@ -831,10 +789,13 @@
|
|
|
831
789
|
"Cuba": "America/Havana",
|
|
832
790
|
"Egypt": "Africa/Cairo",
|
|
833
791
|
"Eire": "Europe/Dublin",
|
|
792
|
+
"Etc/GMT+0": "Etc/GMT",
|
|
793
|
+
"Etc/GMT-0": "Etc/GMT",
|
|
794
|
+
"Etc/GMT0": "Etc/GMT",
|
|
795
|
+
"Etc/Greenwich": "Etc/GMT",
|
|
834
796
|
"Etc/UCT": "Etc/UTC",
|
|
835
|
-
"
|
|
836
|
-
"
|
|
837
|
-
"Europe/Tiraspol": "Europe/Chisinau",
|
|
797
|
+
"Etc/Universal": "Etc/UTC",
|
|
798
|
+
"Etc/Zulu": "Etc/UTC",
|
|
838
799
|
"GB": "Europe/London",
|
|
839
800
|
"GB-Eire": "Europe/London",
|
|
840
801
|
"GMT+0": "Etc/GMT",
|
|
@@ -856,12 +817,6 @@
|
|
|
856
817
|
"NZ-CHAT": "Pacific/Chatham",
|
|
857
818
|
"Navajo": "America/Denver",
|
|
858
819
|
"PRC": "Asia/Shanghai",
|
|
859
|
-
"Pacific/Enderbury": "Pacific/Kanton",
|
|
860
|
-
"Pacific/Johnston": "Pacific/Honolulu",
|
|
861
|
-
"Pacific/Ponape": "Pacific/Guadalcanal",
|
|
862
|
-
"Pacific/Samoa": "Pacific/Pago_Pago",
|
|
863
|
-
"Pacific/Truk": "Pacific/Port_Moresby",
|
|
864
|
-
"Pacific/Yap": "Pacific/Port_Moresby",
|
|
865
820
|
"Poland": "Europe/Warsaw",
|
|
866
821
|
"Portugal": "Europe/Lisbon",
|
|
867
822
|
"ROC": "Asia/Taipei",
|
|
@@ -884,10 +839,175 @@
|
|
|
884
839
|
"UTC": "Etc/UTC",
|
|
885
840
|
"Universal": "Etc/UTC",
|
|
886
841
|
"W-SU": "Europe/Moscow",
|
|
887
|
-
"Zulu": "Etc/UTC"
|
|
842
|
+
"Zulu": "Etc/UTC",
|
|
843
|
+
"America/Buenos_Aires": "America/Argentina/Buenos_Aires",
|
|
844
|
+
"America/Catamarca": "America/Argentina/Catamarca",
|
|
845
|
+
"America/Cordoba": "America/Argentina/Cordoba",
|
|
846
|
+
"America/Indianapolis": "America/Indiana/Indianapolis",
|
|
847
|
+
"America/Jujuy": "America/Argentina/Jujuy",
|
|
848
|
+
"America/Knox_IN": "America/Indiana/Knox",
|
|
849
|
+
"America/Louisville": "America/Kentucky/Louisville",
|
|
850
|
+
"America/Mendoza": "America/Argentina/Mendoza",
|
|
851
|
+
"America/Virgin": "America/Puerto_Rico",
|
|
852
|
+
"Pacific/Samoa": "Pacific/Pago_Pago",
|
|
853
|
+
"Africa/Accra": "Africa/Abidjan",
|
|
854
|
+
"Africa/Addis_Ababa": "Africa/Nairobi",
|
|
855
|
+
"Africa/Asmara": "Africa/Nairobi",
|
|
856
|
+
"Africa/Bamako": "Africa/Abidjan",
|
|
857
|
+
"Africa/Bangui": "Africa/Lagos",
|
|
858
|
+
"Africa/Banjul": "Africa/Abidjan",
|
|
859
|
+
"Africa/Blantyre": "Africa/Maputo",
|
|
860
|
+
"Africa/Brazzaville": "Africa/Lagos",
|
|
861
|
+
"Africa/Bujumbura": "Africa/Maputo",
|
|
862
|
+
"Africa/Conakry": "Africa/Abidjan",
|
|
863
|
+
"Africa/Dakar": "Africa/Abidjan",
|
|
864
|
+
"Africa/Dar_es_Salaam": "Africa/Nairobi",
|
|
865
|
+
"Africa/Djibouti": "Africa/Nairobi",
|
|
866
|
+
"Africa/Douala": "Africa/Lagos",
|
|
867
|
+
"Africa/Freetown": "Africa/Abidjan",
|
|
868
|
+
"Africa/Gaborone": "Africa/Maputo",
|
|
869
|
+
"Africa/Harare": "Africa/Maputo",
|
|
870
|
+
"Africa/Kampala": "Africa/Nairobi",
|
|
871
|
+
"Africa/Kigali": "Africa/Maputo",
|
|
872
|
+
"Africa/Kinshasa": "Africa/Lagos",
|
|
873
|
+
"Africa/Libreville": "Africa/Lagos",
|
|
874
|
+
"Africa/Lome": "Africa/Abidjan",
|
|
875
|
+
"Africa/Luanda": "Africa/Lagos",
|
|
876
|
+
"Africa/Lubumbashi": "Africa/Maputo",
|
|
877
|
+
"Africa/Lusaka": "Africa/Maputo",
|
|
878
|
+
"Africa/Malabo": "Africa/Lagos",
|
|
879
|
+
"Africa/Maseru": "Africa/Johannesburg",
|
|
880
|
+
"Africa/Mbabane": "Africa/Johannesburg",
|
|
881
|
+
"Africa/Mogadishu": "Africa/Nairobi",
|
|
882
|
+
"Africa/Niamey": "Africa/Lagos",
|
|
883
|
+
"Africa/Nouakchott": "Africa/Abidjan",
|
|
884
|
+
"Africa/Ouagadougou": "Africa/Abidjan",
|
|
885
|
+
"Africa/Porto-Novo": "Africa/Lagos",
|
|
886
|
+
"America/Anguilla": "America/Puerto_Rico",
|
|
887
|
+
"America/Antigua": "America/Puerto_Rico",
|
|
888
|
+
"America/Aruba": "America/Puerto_Rico",
|
|
889
|
+
"America/Atikokan": "America/Panama",
|
|
890
|
+
"America/Blanc-Sablon": "America/Puerto_Rico",
|
|
891
|
+
"America/Cayman": "America/Panama",
|
|
892
|
+
"America/Creston": "America/Phoenix",
|
|
893
|
+
"America/Curacao": "America/Puerto_Rico",
|
|
894
|
+
"America/Dominica": "America/Puerto_Rico",
|
|
895
|
+
"America/Grenada": "America/Puerto_Rico",
|
|
896
|
+
"America/Guadeloupe": "America/Puerto_Rico",
|
|
897
|
+
"America/Kralendijk": "America/Puerto_Rico",
|
|
898
|
+
"America/Lower_Princes": "America/Puerto_Rico",
|
|
899
|
+
"America/Marigot": "America/Puerto_Rico",
|
|
900
|
+
"America/Montserrat": "America/Puerto_Rico",
|
|
901
|
+
"America/Nassau": "America/Toronto",
|
|
902
|
+
"America/Port_of_Spain": "America/Puerto_Rico",
|
|
903
|
+
"America/St_Barthelemy": "America/Puerto_Rico",
|
|
904
|
+
"America/St_Kitts": "America/Puerto_Rico",
|
|
905
|
+
"America/St_Lucia": "America/Puerto_Rico",
|
|
906
|
+
"America/St_Thomas": "America/Puerto_Rico",
|
|
907
|
+
"America/St_Vincent": "America/Puerto_Rico",
|
|
908
|
+
"America/Tortola": "America/Puerto_Rico",
|
|
909
|
+
"Antarctica/DumontDUrville": "Pacific/Port_Moresby",
|
|
910
|
+
"Antarctica/McMurdo": "Pacific/Auckland",
|
|
911
|
+
"Antarctica/Syowa": "Asia/Riyadh",
|
|
912
|
+
"Antarctica/Vostok": "Asia/Urumqi",
|
|
913
|
+
"Arctic/Longyearbyen": "Europe/Berlin",
|
|
914
|
+
"Asia/Aden": "Asia/Riyadh",
|
|
915
|
+
"Asia/Bahrain": "Asia/Qatar",
|
|
916
|
+
"Asia/Brunei": "Asia/Kuching",
|
|
917
|
+
"Asia/Kuala_Lumpur": "Asia/Singapore",
|
|
918
|
+
"Asia/Kuwait": "Asia/Riyadh",
|
|
919
|
+
"Asia/Muscat": "Asia/Dubai",
|
|
920
|
+
"Asia/Phnom_Penh": "Asia/Bangkok",
|
|
921
|
+
"Asia/Vientiane": "Asia/Bangkok",
|
|
922
|
+
"Atlantic/Reykjavik": "Africa/Abidjan",
|
|
923
|
+
"Atlantic/St_Helena": "Africa/Abidjan",
|
|
924
|
+
"Europe/Amsterdam": "Europe/Brussels",
|
|
925
|
+
"Europe/Bratislava": "Europe/Prague",
|
|
926
|
+
"Europe/Busingen": "Europe/Zurich",
|
|
927
|
+
"Europe/Copenhagen": "Europe/Berlin",
|
|
928
|
+
"Europe/Guernsey": "Europe/London",
|
|
929
|
+
"Europe/Isle_of_Man": "Europe/London",
|
|
930
|
+
"Europe/Jersey": "Europe/London",
|
|
931
|
+
"Europe/Ljubljana": "Europe/Belgrade",
|
|
932
|
+
"Europe/Luxembourg": "Europe/Brussels",
|
|
933
|
+
"Europe/Mariehamn": "Europe/Helsinki",
|
|
934
|
+
"Europe/Monaco": "Europe/Paris",
|
|
935
|
+
"Europe/Oslo": "Europe/Berlin",
|
|
936
|
+
"Europe/Podgorica": "Europe/Belgrade",
|
|
937
|
+
"Europe/San_Marino": "Europe/Rome",
|
|
938
|
+
"Europe/Sarajevo": "Europe/Belgrade",
|
|
939
|
+
"Europe/Skopje": "Europe/Belgrade",
|
|
940
|
+
"Europe/Stockholm": "Europe/Berlin",
|
|
941
|
+
"Europe/Vaduz": "Europe/Zurich",
|
|
942
|
+
"Europe/Vatican": "Europe/Rome",
|
|
943
|
+
"Europe/Zagreb": "Europe/Belgrade",
|
|
944
|
+
"Indian/Antananarivo": "Africa/Nairobi",
|
|
945
|
+
"Indian/Christmas": "Asia/Bangkok",
|
|
946
|
+
"Indian/Cocos": "Asia/Yangon",
|
|
947
|
+
"Indian/Comoro": "Africa/Nairobi",
|
|
948
|
+
"Indian/Kerguelen": "Indian/Maldives",
|
|
949
|
+
"Indian/Mahe": "Asia/Dubai",
|
|
950
|
+
"Indian/Mayotte": "Africa/Nairobi",
|
|
951
|
+
"Indian/Reunion": "Asia/Dubai",
|
|
952
|
+
"Pacific/Chuuk": "Pacific/Port_Moresby",
|
|
953
|
+
"Pacific/Funafuti": "Pacific/Tarawa",
|
|
954
|
+
"Pacific/Majuro": "Pacific/Tarawa",
|
|
955
|
+
"Pacific/Midway": "Pacific/Pago_Pago",
|
|
956
|
+
"Pacific/Pohnpei": "Pacific/Guadalcanal",
|
|
957
|
+
"Pacific/Saipan": "Pacific/Guam",
|
|
958
|
+
"Pacific/Wake": "Pacific/Tarawa",
|
|
959
|
+
"Pacific/Wallis": "Pacific/Tarawa",
|
|
960
|
+
"Africa/Timbuktu": "Africa/Abidjan",
|
|
961
|
+
"America/Argentina/ComodRivadavia": "America/Argentina/Catamarca",
|
|
962
|
+
"America/Atka": "America/Adak",
|
|
963
|
+
"America/Coral_Harbour": "America/Panama",
|
|
964
|
+
"America/Ensenada": "America/Tijuana",
|
|
965
|
+
"America/Fort_Wayne": "America/Indiana/Indianapolis",
|
|
966
|
+
"America/Montreal": "America/Toronto",
|
|
967
|
+
"America/Nipigon": "America/Toronto",
|
|
968
|
+
"America/Porto_Acre": "America/Rio_Branco",
|
|
969
|
+
"America/Rainy_River": "America/Winnipeg",
|
|
970
|
+
"America/Rosario": "America/Argentina/Cordoba",
|
|
971
|
+
"America/Santa_Isabel": "America/Tijuana",
|
|
972
|
+
"America/Shiprock": "America/Denver",
|
|
973
|
+
"America/Thunder_Bay": "America/Toronto",
|
|
974
|
+
"Antarctica/South_Pole": "Pacific/Auckland",
|
|
975
|
+
"Asia/Chongqing": "Asia/Shanghai",
|
|
976
|
+
"Asia/Harbin": "Asia/Shanghai",
|
|
977
|
+
"Asia/Kashgar": "Asia/Urumqi",
|
|
978
|
+
"Asia/Tel_Aviv": "Asia/Jerusalem",
|
|
979
|
+
"Atlantic/Jan_Mayen": "Europe/Berlin",
|
|
980
|
+
"Australia/Canberra": "Australia/Sydney",
|
|
981
|
+
"Australia/Currie": "Australia/Hobart",
|
|
982
|
+
"Europe/Belfast": "Europe/London",
|
|
983
|
+
"Europe/Tiraspol": "Europe/Chisinau",
|
|
984
|
+
"Europe/Uzhgorod": "Europe/Kyiv",
|
|
985
|
+
"Europe/Zaporozhye": "Europe/Kyiv",
|
|
986
|
+
"Pacific/Enderbury": "Pacific/Kanton",
|
|
987
|
+
"Pacific/Johnston": "Pacific/Honolulu",
|
|
988
|
+
"Pacific/Yap": "Pacific/Port_Moresby",
|
|
989
|
+
"Africa/Asmera": "Africa/Nairobi",
|
|
990
|
+
"America/Godthab": "America/Nuuk",
|
|
991
|
+
"Asia/Ashkhabad": "Asia/Ashgabat",
|
|
992
|
+
"Asia/Calcutta": "Asia/Kolkata",
|
|
993
|
+
"Asia/Chungking": "Asia/Shanghai",
|
|
994
|
+
"Asia/Dacca": "Asia/Dhaka",
|
|
995
|
+
"Asia/Istanbul": "Europe/Istanbul",
|
|
996
|
+
"Asia/Katmandu": "Asia/Kathmandu",
|
|
997
|
+
"Asia/Macao": "Asia/Macau",
|
|
998
|
+
"Asia/Rangoon": "Asia/Yangon",
|
|
999
|
+
"Asia/Saigon": "Asia/Ho_Chi_Minh",
|
|
1000
|
+
"Asia/Thimbu": "Asia/Thimphu",
|
|
1001
|
+
"Asia/Ujung_Pandang": "Asia/Makassar",
|
|
1002
|
+
"Asia/Ulan_Bator": "Asia/Ulaanbaatar",
|
|
1003
|
+
"Atlantic/Faeroe": "Atlantic/Faroe",
|
|
1004
|
+
"Europe/Kiev": "Europe/Kyiv",
|
|
1005
|
+
"Europe/Nicosia": "Asia/Nicosia",
|
|
1006
|
+
"Pacific/Ponape": "Pacific/Guadalcanal",
|
|
1007
|
+
"Pacific/Truk": "Pacific/Port_Moresby"
|
|
888
1008
|
};
|
|
889
1009
|
|
|
890
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1010
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/packer.js
|
|
891
1011
|
function unpack(data) {
|
|
892
1012
|
var abbrvs = data.abbrvs.split("|");
|
|
893
1013
|
var offsets = data.offsets.split("|").map(function(n) {
|
|
@@ -913,7 +1033,7 @@
|
|
|
913
1033
|
return zones;
|
|
914
1034
|
}
|
|
915
1035
|
|
|
916
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1036
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/utils.js
|
|
917
1037
|
var DATE_TIME_PROPS = [
|
|
918
1038
|
"weekday",
|
|
919
1039
|
"era",
|
|
@@ -936,7 +1056,7 @@
|
|
|
936
1056
|
var shortMorePenalty = 3;
|
|
937
1057
|
var offsetPenalty = 1;
|
|
938
1058
|
|
|
939
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1059
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/ToLocalTime.js
|
|
940
1060
|
function getApplicableZoneData(t, timeZone, tzData) {
|
|
941
1061
|
var _a;
|
|
942
1062
|
var zoneData = tzData[timeZone];
|
|
@@ -979,7 +1099,7 @@
|
|
|
979
1099
|
};
|
|
980
1100
|
}
|
|
981
1101
|
|
|
982
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1102
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/FormatDateTimePattern.js
|
|
983
1103
|
function pad(n) {
|
|
984
1104
|
if (n < 10) {
|
|
985
1105
|
return "0".concat(n);
|
|
@@ -1135,7 +1255,7 @@
|
|
|
1135
1255
|
return result;
|
|
1136
1256
|
}
|
|
1137
1257
|
|
|
1138
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1258
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/PartitionDateTimePattern.js
|
|
1139
1259
|
function PartitionDateTimePattern(dtf, x, implDetails) {
|
|
1140
1260
|
x = TimeClip(x);
|
|
1141
1261
|
if (isNaN(x)) {
|
|
@@ -1147,7 +1267,7 @@
|
|
|
1147
1267
|
return FormatDateTimePattern(dtf, PartitionPattern(pattern), x, implDetails);
|
|
1148
1268
|
}
|
|
1149
1269
|
|
|
1150
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1270
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/FormatDateTime.js
|
|
1151
1271
|
function FormatDateTime(dtf, x, implDetails) {
|
|
1152
1272
|
var parts = PartitionDateTimePattern(dtf, x, implDetails);
|
|
1153
1273
|
var result = "";
|
|
@@ -1158,7 +1278,7 @@
|
|
|
1158
1278
|
return result;
|
|
1159
1279
|
}
|
|
1160
1280
|
|
|
1161
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1281
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/BasicFormatMatcher.js
|
|
1162
1282
|
function BasicFormatMatcher(options, formats) {
|
|
1163
1283
|
var bestScore = -Infinity;
|
|
1164
1284
|
var bestFormat = formats[0];
|
|
@@ -1235,7 +1355,7 @@
|
|
|
1235
1355
|
return __assign({}, bestFormat);
|
|
1236
1356
|
}
|
|
1237
1357
|
|
|
1238
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1358
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/skeleton.js
|
|
1239
1359
|
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;
|
|
1240
1360
|
var expPatternTrimmer = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;
|
|
1241
1361
|
function matchSkeletonPattern(match2, result) {
|
|
@@ -1488,7 +1608,7 @@
|
|
|
1488
1608
|
];
|
|
1489
1609
|
}
|
|
1490
1610
|
|
|
1491
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1611
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/BestFitFormatMatcher.js
|
|
1492
1612
|
function isNumericType(t) {
|
|
1493
1613
|
return t === "numeric" || t === "2-digit";
|
|
1494
1614
|
}
|
|
@@ -1570,7 +1690,7 @@
|
|
|
1570
1690
|
return patternFormat;
|
|
1571
1691
|
}
|
|
1572
1692
|
|
|
1573
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1693
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/DateTimeStyleFormat.js
|
|
1574
1694
|
function DateTimeStyleFormat(dateStyle, timeStyle, dataLocaleData) {
|
|
1575
1695
|
var dateFormat, timeFormat;
|
|
1576
1696
|
if (timeStyle !== void 0) {
|
|
@@ -1609,7 +1729,7 @@
|
|
|
1609
1729
|
return dateFormat;
|
|
1610
1730
|
}
|
|
1611
1731
|
|
|
1612
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1732
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/ToDateTimeOptions.js
|
|
1613
1733
|
function ToDateTimeOptions(options, required, defaults) {
|
|
1614
1734
|
if (options === void 0) {
|
|
1615
1735
|
options = null;
|
|
@@ -1666,7 +1786,7 @@
|
|
|
1666
1786
|
return options;
|
|
1667
1787
|
}
|
|
1668
1788
|
|
|
1669
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1789
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/InitializeDateTimeFormat.js
|
|
1670
1790
|
function isTimeRelated(opt) {
|
|
1671
1791
|
for (var _i = 0, _a = ["hour", "minute", "second"]; _i < _a.length; _i++) {
|
|
1672
1792
|
var prop = _a[_i];
|
|
@@ -1828,7 +1948,7 @@
|
|
|
1828
1948
|
return dtf;
|
|
1829
1949
|
}
|
|
1830
1950
|
|
|
1831
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1951
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/FormatDateTimeToParts.js
|
|
1832
1952
|
function FormatDateTimeToParts(dtf, x, implDetails) {
|
|
1833
1953
|
var parts = PartitionDateTimePattern(dtf, x, implDetails);
|
|
1834
1954
|
var result = ArrayCreate(0);
|
|
@@ -1842,7 +1962,7 @@
|
|
|
1842
1962
|
return result;
|
|
1843
1963
|
}
|
|
1844
1964
|
|
|
1845
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1965
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/PartitionDateTimeRangePattern.js
|
|
1846
1966
|
var TABLE_2_FIELDS = [
|
|
1847
1967
|
"era",
|
|
1848
1968
|
"year",
|
|
@@ -1955,7 +2075,7 @@
|
|
|
1955
2075
|
return result;
|
|
1956
2076
|
}
|
|
1957
2077
|
|
|
1958
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2078
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/FormatDateTimeRangeToParts.js
|
|
1959
2079
|
function FormatDateTimeRangeToParts(dtf, x, y, implDetails) {
|
|
1960
2080
|
var parts = PartitionDateTimeRangePattern(dtf, x, y, implDetails);
|
|
1961
2081
|
var result = new Array(0);
|
|
@@ -1970,7 +2090,7 @@
|
|
|
1970
2090
|
return result;
|
|
1971
2091
|
}
|
|
1972
2092
|
|
|
1973
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2093
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/abstract/FormatDateTimeRange.js
|
|
1974
2094
|
function FormatDateTimeRange(dtf, x, y, implDetails) {
|
|
1975
2095
|
var parts = PartitionDateTimeRangePattern(dtf, x, y, implDetails);
|
|
1976
2096
|
var result = "";
|
|
@@ -1981,7 +2101,7 @@
|
|
|
1981
2101
|
return result;
|
|
1982
2102
|
}
|
|
1983
2103
|
|
|
1984
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2104
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/core.js
|
|
1985
2105
|
var UPPERCASED_LINKS = Object.keys(links_default).reduce(function(all, l) {
|
|
1986
2106
|
all[l.toUpperCase()] = links_default[l];
|
|
1987
2107
|
return all;
|
|
@@ -2255,10 +2375,10 @@
|
|
|
2255
2375
|
} catch (e) {
|
|
2256
2376
|
}
|
|
2257
2377
|
|
|
2258
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2378
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/supported-locales.generated.js
|
|
2259
2379
|
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"];
|
|
2260
2380
|
|
|
2261
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2381
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/should-polyfill.js
|
|
2262
2382
|
function supportsDateStyle() {
|
|
2263
2383
|
try {
|
|
2264
2384
|
return !!new Intl.DateTimeFormat(void 0, {
|
|
@@ -2304,7 +2424,7 @@
|
|
|
2304
2424
|
}
|
|
2305
2425
|
}
|
|
2306
2426
|
|
|
2307
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2427
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/src/to_locale_string.js
|
|
2308
2428
|
function toLocaleString(x, locales, options) {
|
|
2309
2429
|
var dtf = new DateTimeFormat(locales, options);
|
|
2310
2430
|
return dtf.format(x);
|
|
@@ -2318,7 +2438,7 @@
|
|
|
2318
2438
|
return dtf.format(x);
|
|
2319
2439
|
}
|
|
2320
2440
|
|
|
2321
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2441
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-datetimeformat/lib/polyfill.js
|
|
2322
2442
|
if (shouldPolyfill()) {
|
|
2323
2443
|
defineProperty(Intl, "DateTimeFormat", { value: DateTimeFormat });
|
|
2324
2444
|
defineProperty(Date.prototype, "toLocaleString", {
|