@formatjs/intl-locale 3.0.10 → 3.1.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.
Files changed (50) hide show
  1. package/calendars.generated.d.ts +43 -0
  2. package/calendars.generated.d.ts.map +1 -0
  3. package/calendars.generated.js +6 -0
  4. package/character-orders.generated.d.ts +576 -0
  5. package/character-orders.generated.d.ts.map +1 -0
  6. package/character-orders.generated.js +6 -0
  7. package/hour-cycles.generated.d.ts +259 -0
  8. package/hour-cycles.generated.d.ts.map +1 -0
  9. package/hour-cycles.generated.js +6 -0
  10. package/index.d.ts +30 -1
  11. package/index.d.ts.map +1 -1
  12. package/index.js +194 -0
  13. package/lib/calendars.generated.d.ts +43 -0
  14. package/lib/calendars.generated.d.ts.map +1 -0
  15. package/lib/calendars.generated.js +3 -0
  16. package/lib/character-orders.generated.d.ts +576 -0
  17. package/lib/character-orders.generated.d.ts.map +1 -0
  18. package/lib/character-orders.generated.js +3 -0
  19. package/lib/hour-cycles.generated.d.ts +259 -0
  20. package/lib/hour-cycles.generated.d.ts.map +1 -0
  21. package/lib/hour-cycles.generated.js +3 -0
  22. package/lib/index.d.ts +29 -0
  23. package/lib/index.d.ts.map +1 -1
  24. package/lib/index.js +194 -0
  25. package/lib/numbering-systems.generated.d.ts +575 -0
  26. package/lib/numbering-systems.generated.d.ts.map +1 -0
  27. package/lib/numbering-systems.generated.js +3 -0
  28. package/lib/preference-data.d.ts +7 -0
  29. package/lib/preference-data.d.ts.map +1 -0
  30. package/lib/preference-data.js +46 -0
  31. package/lib/timezones.generated.d.ts +251 -0
  32. package/lib/timezones.generated.d.ts.map +1 -0
  33. package/lib/timezones.generated.js +3 -0
  34. package/lib/week-data.generated.d.ts +1295 -0
  35. package/lib/week-data.generated.d.ts.map +1 -0
  36. package/lib/week-data.generated.js +3 -0
  37. package/numbering-systems.generated.d.ts +575 -0
  38. package/numbering-systems.generated.d.ts.map +1 -0
  39. package/numbering-systems.generated.js +6 -0
  40. package/package.json +5 -4
  41. package/polyfill.iife.js +674 -113
  42. package/preference-data.d.ts +7 -0
  43. package/preference-data.d.ts.map +1 -0
  44. package/preference-data.js +53 -0
  45. package/timezones.generated.d.ts +251 -0
  46. package/timezones.generated.d.ts.map +1 -0
  47. package/timezones.generated.js +6 -0
  48. package/week-data.generated.d.ts +1295 -0
  49. package/week-data.generated.d.ts.map +1 -0
  50. package/week-data.generated.js +6 -0
package/polyfill.iife.js CHANGED
@@ -21,34 +21,34 @@
21
21
  mod
22
22
  ));
23
23
 
24
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/tslib@2.4.0/node_modules/tslib/tslib.js
24
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/tslib@2.4.0/node_modules/tslib/tslib.js
25
25
  var require_tslib = __commonJS({
26
- "../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/tslib@2.4.0/node_modules/tslib/tslib.js"(exports, module) {
26
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/tslib@2.4.0/node_modules/tslib/tslib.js"(exports, module) {
27
27
  var __extends2;
28
28
  var __assign2;
29
- var __rest;
30
- var __decorate;
31
- var __param;
32
- var __metadata;
33
- var __awaiter;
34
- var __generator;
35
- var __exportStar;
36
- var __values;
37
- var __read;
38
- var __spread;
39
- var __spreadArrays;
29
+ var __rest2;
30
+ var __decorate2;
31
+ var __param2;
32
+ var __metadata2;
33
+ var __awaiter2;
34
+ var __generator2;
35
+ var __exportStar2;
36
+ var __values2;
37
+ var __read2;
38
+ var __spread2;
39
+ var __spreadArrays2;
40
40
  var __spreadArray2;
41
- var __await;
42
- var __asyncGenerator;
43
- var __asyncDelegator;
44
- var __asyncValues;
45
- var __makeTemplateObject;
46
- var __importStar;
47
- var __importDefault;
48
- var __classPrivateFieldGet;
49
- var __classPrivateFieldSet;
50
- var __classPrivateFieldIn;
51
- var __createBinding;
41
+ var __await2;
42
+ var __asyncGenerator2;
43
+ var __asyncDelegator2;
44
+ var __asyncValues2;
45
+ var __makeTemplateObject2;
46
+ var __importStar2;
47
+ var __importDefault2;
48
+ var __classPrivateFieldGet2;
49
+ var __classPrivateFieldSet2;
50
+ var __classPrivateFieldIn2;
51
+ var __createBinding2;
52
52
  (function(factory) {
53
53
  var root = typeof global === "object" ? global : typeof self === "object" ? self : typeof this === "object" ? this : {};
54
54
  if (typeof define === "function" && define.amd) {
@@ -98,7 +98,7 @@
98
98
  }
99
99
  return t;
100
100
  };
101
- __rest = function(s, e) {
101
+ __rest2 = function(s, e) {
102
102
  var t = {};
103
103
  for (var p in s)
104
104
  if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -110,7 +110,7 @@
110
110
  }
111
111
  return t;
112
112
  };
113
- __decorate = function(decorators, target, key, desc) {
113
+ __decorate2 = function(decorators, target, key, desc) {
114
114
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
115
115
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
116
116
  r = Reflect.decorate(decorators, target, key, desc);
@@ -120,16 +120,16 @@
120
120
  r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
121
121
  return c > 3 && r && Object.defineProperty(target, key, r), r;
122
122
  };
123
- __param = function(paramIndex, decorator) {
123
+ __param2 = function(paramIndex, decorator) {
124
124
  return function(target, key) {
125
125
  decorator(target, key, paramIndex);
126
126
  };
127
127
  };
128
- __metadata = function(metadataKey, metadataValue) {
128
+ __metadata2 = function(metadataKey, metadataValue) {
129
129
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
130
130
  return Reflect.metadata(metadataKey, metadataValue);
131
131
  };
132
- __awaiter = function(thisArg, _arguments, P, generator) {
132
+ __awaiter2 = function(thisArg, _arguments, P, generator) {
133
133
  function adopt(value) {
134
134
  return value instanceof P ? value : new P(function(resolve) {
135
135
  resolve(value);
@@ -156,7 +156,7 @@
156
156
  step((generator = generator.apply(thisArg, _arguments || [])).next());
157
157
  });
158
158
  };
159
- __generator = function(thisArg, body) {
159
+ __generator2 = function(thisArg, body) {
160
160
  var _ = { label: 0, sent: function() {
161
161
  if (t[0] & 1)
162
162
  throw t[1];
@@ -232,12 +232,12 @@
232
232
  return { value: op[0] ? op[1] : void 0, done: true };
233
233
  }
234
234
  };
235
- __exportStar = function(m, o) {
235
+ __exportStar2 = function(m, o) {
236
236
  for (var p in m)
237
237
  if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
238
- __createBinding(o, m, p);
238
+ __createBinding2(o, m, p);
239
239
  };
240
- __createBinding = Object.create ? function(o, m, k, k2) {
240
+ __createBinding2 = Object.create ? function(o, m, k, k2) {
241
241
  if (k2 === void 0)
242
242
  k2 = k;
243
243
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -252,7 +252,7 @@
252
252
  k2 = k;
253
253
  o[k2] = m[k];
254
254
  };
255
- __values = function(o) {
255
+ __values2 = function(o) {
256
256
  var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
257
257
  if (m)
258
258
  return m.call(o);
@@ -266,7 +266,7 @@
266
266
  };
267
267
  throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
268
268
  };
269
- __read = function(o, n) {
269
+ __read2 = function(o, n) {
270
270
  var m = typeof Symbol === "function" && o[Symbol.iterator];
271
271
  if (!m)
272
272
  return o;
@@ -287,12 +287,12 @@
287
287
  }
288
288
  return ar;
289
289
  };
290
- __spread = function() {
290
+ __spread2 = function() {
291
291
  for (var ar = [], i = 0; i < arguments.length; i++)
292
- ar = ar.concat(__read(arguments[i]));
292
+ ar = ar.concat(__read2(arguments[i]));
293
293
  return ar;
294
294
  };
295
- __spreadArrays = function() {
295
+ __spreadArrays2 = function() {
296
296
  for (var s = 0, i = 0, il = arguments.length; i < il; i++)
297
297
  s += arguments[i].length;
298
298
  for (var r = Array(s), k = 0, i = 0; i < il; i++)
@@ -311,10 +311,10 @@
311
311
  }
312
312
  return to.concat(ar || Array.prototype.slice.call(from));
313
313
  };
314
- __await = function(v) {
315
- return this instanceof __await ? (this.v = v, this) : new __await(v);
314
+ __await2 = function(v) {
315
+ return this instanceof __await2 ? (this.v = v, this) : new __await2(v);
316
316
  };
317
- __asyncGenerator = function(thisArg, _arguments, generator) {
317
+ __asyncGenerator2 = function(thisArg, _arguments, generator) {
318
318
  if (!Symbol.asyncIterator)
319
319
  throw new TypeError("Symbol.asyncIterator is not defined.");
320
320
  var g = generator.apply(thisArg, _arguments || []), i, q = [];
@@ -337,7 +337,7 @@
337
337
  }
338
338
  }
339
339
  function step(r) {
340
- r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r);
340
+ r.value instanceof __await2 ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r);
341
341
  }
342
342
  function fulfill(value) {
343
343
  resume("next", value);
@@ -350,7 +350,7 @@
350
350
  resume(q[0][0], q[0][1]);
351
351
  }
352
352
  };
353
- __asyncDelegator = function(o) {
353
+ __asyncDelegator2 = function(o) {
354
354
  var i, p;
355
355
  return i = {}, verb("next"), verb("throw", function(e) {
356
356
  throw e;
@@ -359,15 +359,15 @@
359
359
  }, i;
360
360
  function verb(n, f) {
361
361
  i[n] = o[n] ? function(v) {
362
- return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v;
362
+ return (p = !p) ? { value: __await2(o[n](v)), done: n === "return" } : f ? f(v) : v;
363
363
  } : f;
364
364
  }
365
365
  };
366
- __asyncValues = function(o) {
366
+ __asyncValues2 = function(o) {
367
367
  if (!Symbol.asyncIterator)
368
368
  throw new TypeError("Symbol.asyncIterator is not defined.");
369
369
  var m = o[Symbol.asyncIterator], i;
370
- return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function() {
370
+ return m ? m.call(o) : (o = typeof __values2 === "function" ? __values2(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function() {
371
371
  return this;
372
372
  }, i);
373
373
  function verb(n) {
@@ -383,7 +383,7 @@
383
383
  }, reject);
384
384
  }
385
385
  };
386
- __makeTemplateObject = function(cooked, raw) {
386
+ __makeTemplateObject2 = function(cooked, raw) {
387
387
  if (Object.defineProperty) {
388
388
  Object.defineProperty(cooked, "raw", { value: raw });
389
389
  } else {
@@ -396,29 +396,29 @@
396
396
  } : function(o, v) {
397
397
  o["default"] = v;
398
398
  };
399
- __importStar = function(mod) {
399
+ __importStar2 = function(mod) {
400
400
  if (mod && mod.__esModule)
401
401
  return mod;
402
402
  var result = {};
403
403
  if (mod != null) {
404
404
  for (var k in mod)
405
405
  if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
406
- __createBinding(result, mod, k);
406
+ __createBinding2(result, mod, k);
407
407
  }
408
408
  __setModuleDefault(result, mod);
409
409
  return result;
410
410
  };
411
- __importDefault = function(mod) {
411
+ __importDefault2 = function(mod) {
412
412
  return mod && mod.__esModule ? mod : { "default": mod };
413
413
  };
414
- __classPrivateFieldGet = function(receiver, state, kind, f) {
414
+ __classPrivateFieldGet2 = function(receiver, state, kind, f) {
415
415
  if (kind === "a" && !f)
416
416
  throw new TypeError("Private accessor was defined without a getter");
417
417
  if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
418
418
  throw new TypeError("Cannot read private member from an object whose class did not declare it");
419
419
  return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
420
420
  };
421
- __classPrivateFieldSet = function(receiver, state, value, kind, f) {
421
+ __classPrivateFieldSet2 = function(receiver, state, value, kind, f) {
422
422
  if (kind === "m")
423
423
  throw new TypeError("Private method is not writable");
424
424
  if (kind === "a" && !f)
@@ -427,43 +427,357 @@
427
427
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
428
428
  return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value;
429
429
  };
430
- __classPrivateFieldIn = function(state, receiver) {
430
+ __classPrivateFieldIn2 = function(state, receiver) {
431
431
  if (receiver === null || typeof receiver !== "object" && typeof receiver !== "function")
432
432
  throw new TypeError("Cannot use 'in' operator on non-object");
433
433
  return typeof state === "function" ? receiver === state : state.has(receiver);
434
434
  };
435
435
  exporter("__extends", __extends2);
436
436
  exporter("__assign", __assign2);
437
- exporter("__rest", __rest);
438
- exporter("__decorate", __decorate);
439
- exporter("__param", __param);
440
- exporter("__metadata", __metadata);
441
- exporter("__awaiter", __awaiter);
442
- exporter("__generator", __generator);
443
- exporter("__exportStar", __exportStar);
444
- exporter("__createBinding", __createBinding);
445
- exporter("__values", __values);
446
- exporter("__read", __read);
447
- exporter("__spread", __spread);
448
- exporter("__spreadArrays", __spreadArrays);
437
+ exporter("__rest", __rest2);
438
+ exporter("__decorate", __decorate2);
439
+ exporter("__param", __param2);
440
+ exporter("__metadata", __metadata2);
441
+ exporter("__awaiter", __awaiter2);
442
+ exporter("__generator", __generator2);
443
+ exporter("__exportStar", __exportStar2);
444
+ exporter("__createBinding", __createBinding2);
445
+ exporter("__values", __values2);
446
+ exporter("__read", __read2);
447
+ exporter("__spread", __spread2);
448
+ exporter("__spreadArrays", __spreadArrays2);
449
449
  exporter("__spreadArray", __spreadArray2);
450
- exporter("__await", __await);
451
- exporter("__asyncGenerator", __asyncGenerator);
452
- exporter("__asyncDelegator", __asyncDelegator);
453
- exporter("__asyncValues", __asyncValues);
454
- exporter("__makeTemplateObject", __makeTemplateObject);
455
- exporter("__importStar", __importStar);
456
- exporter("__importDefault", __importDefault);
457
- exporter("__classPrivateFieldGet", __classPrivateFieldGet);
458
- exporter("__classPrivateFieldSet", __classPrivateFieldSet);
459
- exporter("__classPrivateFieldIn", __classPrivateFieldIn);
450
+ exporter("__await", __await2);
451
+ exporter("__asyncGenerator", __asyncGenerator2);
452
+ exporter("__asyncDelegator", __asyncDelegator2);
453
+ exporter("__asyncValues", __asyncValues2);
454
+ exporter("__makeTemplateObject", __makeTemplateObject2);
455
+ exporter("__importStar", __importStar2);
456
+ exporter("__importDefault", __importDefault2);
457
+ exporter("__classPrivateFieldGet", __classPrivateFieldGet2);
458
+ exporter("__classPrivateFieldSet", __classPrivateFieldSet2);
459
+ exporter("__classPrivateFieldIn", __classPrivateFieldIn2);
460
460
  });
461
461
  }
462
462
  });
463
463
 
464
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/parser.js
464
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/should-polyfill.js
465
+ var require_should_polyfill = __commonJS({
466
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/should-polyfill.js"(exports) {
467
+ "use strict";
468
+ Object.defineProperty(exports, "__esModule", { value: true });
469
+ exports.shouldPolyfill = void 0;
470
+ function shouldPolyfill2() {
471
+ return !("supportedValuesOf" in Intl);
472
+ }
473
+ exports.shouldPolyfill = shouldPolyfill2;
474
+ }
475
+ });
476
+
477
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/calendars.generated.js
478
+ var require_calendars_generated = __commonJS({
479
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/calendars.generated.js"(exports) {
480
+ "use strict";
481
+ Object.defineProperty(exports, "__esModule", { value: true });
482
+ exports.calendars = void 0;
483
+ exports.calendars = ["buddhist", "chinese", "coptic", "dangi", "ethioaa", "ethiopic", "gregory", "hebrew", "indian", "islamic", "islamic-civil", "islamic-rgsa", "islamic-tbla", "islamic-umalqura", "islamicc", "iso8601", "japanese", "persian", "roc"];
484
+ }
485
+ });
486
+
487
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/get-supported-calendars.js
488
+ var require_get_supported_calendars = __commonJS({
489
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/get-supported-calendars.js"(exports) {
490
+ "use strict";
491
+ Object.defineProperty(exports, "__esModule", { value: true });
492
+ exports.getSupportedCalendars = void 0;
493
+ var calendars_generated_1 = require_calendars_generated();
494
+ function isSupportedCalendar(item, locale) {
495
+ if (locale === void 0) {
496
+ locale = "en";
497
+ }
498
+ try {
499
+ var dateTimeFormat = new Intl.DateTimeFormat("".concat(locale, "-u-ca-").concat(item));
500
+ var options = dateTimeFormat.resolvedOptions().calendar;
501
+ if (item !== "gregory" || options !== "gregory")
502
+ return true;
503
+ } catch (_err) {
504
+ }
505
+ return false;
506
+ }
507
+ function getSupportedCalendars(localePrefix) {
508
+ return calendars_generated_1.calendars.filter(function(calendar) {
509
+ return isSupportedCalendar(calendar, localePrefix);
510
+ });
511
+ }
512
+ exports.getSupportedCalendars = getSupportedCalendars;
513
+ }
514
+ });
515
+
516
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/collations.generated.js
517
+ var require_collations_generated = __commonJS({
518
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/collations.generated.js"(exports) {
519
+ "use strict";
520
+ Object.defineProperty(exports, "__esModule", { value: true });
521
+ exports.collations = void 0;
522
+ exports.collations = ["big5han", "compat", "dict", "direct", "ducet", "emoji", "eor", "gb2312", "phonebk", "phonetic", "pinyin", "reformed", "search", "searchjl", "standard", "stroke", "trad", "unihan", "zhuyin"];
523
+ }
524
+ });
525
+
526
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/get-supported-collations.js
527
+ var require_get_supported_collations = __commonJS({
528
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/get-supported-collations.js"(exports) {
529
+ "use strict";
530
+ Object.defineProperty(exports, "__esModule", { value: true });
531
+ exports.getSupportedCollations = void 0;
532
+ var collations_generated_1 = require_collations_generated();
533
+ function isSupported(collation, locale) {
534
+ if (locale === void 0) {
535
+ locale = "en";
536
+ }
537
+ try {
538
+ return Intl.Collator("".concat(locale, "-u-co-").concat(collation)).resolvedOptions().collation === collation;
539
+ } catch (_err) {
540
+ }
541
+ return false;
542
+ }
543
+ function getSupportedCollations(locale) {
544
+ return collations_generated_1.collations.filter(function(collation) {
545
+ return isSupported(collation, locale);
546
+ });
547
+ }
548
+ exports.getSupportedCollations = getSupportedCollations;
549
+ }
550
+ });
551
+
552
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/currencies.generated.js
553
+ var require_currencies_generated = __commonJS({
554
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/currencies.generated.js"(exports) {
555
+ "use strict";
556
+ Object.defineProperty(exports, "__esModule", { value: true });
557
+ exports.currencies = void 0;
558
+ exports.currencies = ["ADP", "AED", "AFA", "AFN", "ALK", "ALL", "AMD", "ANG", "AOA", "AOK", "AON", "AOR", "ARA", "ARL", "ARM", "ARP", "ARS", "ATS", "AUD", "AWG", "AZM", "AZN", "BAD", "BAM", "BAN", "BBD", "BDT", "BEC", "BEF", "BEL", "BGL", "BGM", "BGN", "BGO", "BHD", "BIF", "BMD", "BND", "BOB", "BOL", "BOP", "BOV", "BRB", "BRC", "BRE", "BRL", "BRN", "BRR", "BRZ", "BSD", "BTN", "BUK", "BWP", "BYB", "BYN", "BYR", "BZD", "CAD", "CDF", "CHE", "CHF", "CHW", "CLE", "CLF", "CLP", "CNH", "CNX", "CNY", "COP", "COU", "CRC", "CSD", "CSK", "CUC", "CUP", "CVE", "CYP", "CZK", "DDM", "DEM", "DJF", "DKK", "DOP", "DZD", "ECS", "ECV", "EEK", "EGP", "ERN", "ESA", "ESB", "ESP", "ETB", "EUR", "FIM", "FJD", "FKP", "FRF", "GBP", "GEK", "GEL", "GHC", "GHS", "GIP", "GMD", "GNF", "GNS", "GQE", "GRD", "GTQ", "GWE", "GWP", "GYD", "HKD", "HNL", "HRD", "HRK", "HTG", "HUF", "IDR", "IEP", "ILP", "ILR", "ILS", "INR", "IQD", "IRR", "ISJ", "ISK", "ITL", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRH", "KRO", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LTL", "LTT", "LUC", "LUF", "LUL", "LVL", "LVR", "LYD", "MAD", "MAF", "MCF", "MDC", "MDL", "MGA", "MGF", "MKD", "MKN", "MLF", "MMK", "MNT", "MOP", "MRO", "MRU", "MTL", "MTP", "MUR", "MVP", "MVR", "MWK", "MXN", "MXP", "MXV", "MYR", "MZE", "MZM", "MZN", "NAD", "NGN", "NIC", "NIO", "NLG", "NOK", "NPR", "NZD", "OMR", "PAB", "PEI", "PEN", "PES", "PGK", "PHP", "PKR", "PLN", "PLZ", "PTE", "PYG", "QAR", "RHD", "ROL", "RON", "RSD", "RUB", "RUR", "RWF", "SAR", "SBD", "SCR", "SDD", "SDG", "SDP", "SEK", "SGD", "SHP", "SIT", "SKK", "SLL", "SOS", "SRD", "SRG", "SSP", "STD", "STN", "SUR", "SVC", "SYP", "SZL", "THB", "TJR", "TJS", "TMM", "TMT", "TND", "TOP", "TPE", "TRL", "TRY", "TTD", "TWD", "TZS", "UAH", "UAK", "UGS", "UGX", "USD", "USN", "USS", "UYI", "UYP", "UYU", "UYW", "UZS", "VEB", "VEF", "VES", "VND", "VNN", "VUV", "WST", "XAF", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "XCD", "XDR", "XEU", "XFO", "XFU", "XOF", "XPD", "XPF", "XPT", "XRE", "XSU", "XTS", "XUA", "XXX", "YDD", "YER", "YUD", "YUM", "YUN", "YUR", "ZAL", "ZAR", "ZMK", "ZMW", "ZRN", "ZRZ", "ZWD", "ZWL", "ZWR"];
559
+ }
560
+ });
561
+
562
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/get-supported-currencies.js
563
+ var require_get_supported_currencies = __commonJS({
564
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/get-supported-currencies.js"(exports) {
565
+ "use strict";
566
+ Object.defineProperty(exports, "__esModule", { value: true });
567
+ exports.getSupportedCurrencies = void 0;
568
+ var currencies_generated_1 = require_currencies_generated();
569
+ function isSupportedCurrency(currency, locale) {
570
+ if (locale === void 0) {
571
+ locale = "en";
572
+ }
573
+ try {
574
+ var numberFormat = new Intl.NumberFormat(locale, {
575
+ style: "currency",
576
+ currencyDisplay: "name",
577
+ currency
578
+ });
579
+ var format = numberFormat.format(123);
580
+ if (format.substring(0, 3) !== currency && format.substring(format.length - 3) !== currency) {
581
+ return true;
582
+ }
583
+ } catch (_err) {
584
+ }
585
+ return false;
586
+ }
587
+ function getSupportedCurrencies(locale) {
588
+ var ATOZ = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
589
+ var supportedCurrencies = [];
590
+ for (var _i = 0, currencies_1 = currencies_generated_1.currencies; _i < currencies_1.length; _i++) {
591
+ var currency = currencies_1[_i];
592
+ if (currency.length === 3) {
593
+ if (isSupportedCurrency(currency, locale)) {
594
+ supportedCurrencies.push(currency);
595
+ }
596
+ } else if (currency.length === 5 && currency[3] === "~") {
597
+ var start = ATOZ.indexOf(currency[2]);
598
+ var end = ATOZ.indexOf(currency[4]);
599
+ for (var i = start; i <= end; i++) {
600
+ var currentCurrency = currency.substring(0, 2) + ATOZ[i];
601
+ if (isSupportedCurrency(currentCurrency, locale)) {
602
+ supportedCurrencies.push(currentCurrency);
603
+ }
604
+ }
605
+ }
606
+ }
607
+ return supportedCurrencies;
608
+ }
609
+ exports.getSupportedCurrencies = getSupportedCurrencies;
610
+ }
611
+ });
612
+
613
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/numbering-systems.generated.js
614
+ var require_numbering_systems_generated = __commonJS({
615
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/numbering-systems.generated.js"(exports) {
616
+ "use strict";
617
+ Object.defineProperty(exports, "__esModule", { value: true });
618
+ exports.numberingSystemNames = void 0;
619
+ exports.numberingSystemNames = ["adlm", "ahom", "arab", "arabext", "armn", "armnlow", "bali", "beng", "bhks", "brah", "cakm", "cham", "cyrl", "deva", "diak", "ethi", "fullwide", "geor", "gong", "gonm", "grek", "greklow", "gujr", "guru", "hanidays", "hanidec", "hans", "hansfin", "hant", "hantfin", "hebr", "hmng", "hmnp", "java", "jpan", "jpanfin", "jpanyear", "kali", "khmr", "knda", "lana", "lanatham", "laoo", "latn", "lepc", "limb", "mathbold", "mathdbl", "mathmono", "mathsanb", "mathsans", "mlym", "modi", "mong", "mroo", "mtei", "mymr", "mymrshan", "mymrtlng", "newa", "nkoo", "olck", "orya", "osma", "rohg", "roman", "romanlow", "saur", "segment", "shrd", "sind", "sinh", "sora", "sund", "takr", "talu", "taml", "tamldec", "telu", "thai", "tibt", "tirh", "tnsa", "vaii", "wara", "wcho"];
620
+ }
621
+ });
622
+
623
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/get-supported-numbering-systems.js
624
+ var require_get_supported_numbering_systems = __commonJS({
625
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/get-supported-numbering-systems.js"(exports) {
626
+ "use strict";
627
+ Object.defineProperty(exports, "__esModule", { value: true });
628
+ exports.getSupportedNumberingSystems = void 0;
629
+ var numbering_systems_generated_1 = require_numbering_systems_generated();
630
+ function isSupportedNumberingSystem(system, locale) {
631
+ if (locale === void 0) {
632
+ locale = "en";
633
+ }
634
+ try {
635
+ var numberFormat = new Intl.NumberFormat("".concat(locale, "-u-nu-").concat(system));
636
+ var options = numberFormat.resolvedOptions().numberingSystem;
637
+ if (options === system && system === "latn" || numberFormat.format(123) !== "123") {
638
+ return true;
639
+ }
640
+ } catch (_err) {
641
+ }
642
+ return false;
643
+ }
644
+ function getSupportedNumberingSystems(locale) {
645
+ return numbering_systems_generated_1.numberingSystemNames.filter(function(numberingSystemName) {
646
+ return isSupportedNumberingSystem(numberingSystemName, locale);
647
+ });
648
+ }
649
+ exports.getSupportedNumberingSystems = getSupportedNumberingSystems;
650
+ }
651
+ });
652
+
653
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/timezones.generated.js
654
+ var require_timezones_generated = __commonJS({
655
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/timezones.generated.js"(exports) {
656
+ "use strict";
657
+ Object.defineProperty(exports, "__esModule", { value: true });
658
+ exports.timezones = void 0;
659
+ exports.timezones = ["Africa/Abidjan", "Africa/Accra", "Africa/Addis_Ababa", "Africa/Algiers", "Africa/Asmara", "Africa/Bamako", "Africa/Bangui", "Africa/Banjul", "Africa/Bissau", "Africa/Blantyre", "Africa/Brazzaville", "Africa/Bujumbura", "Africa/Cairo", "Africa/Casablanca", "Africa/Ceuta", "Africa/Conakry", "Africa/Dakar", "Africa/Dar_es_Salaam", "Africa/Djibouti", "Africa/Douala", "Africa/El_Aaiun", "Africa/Freetown", "Africa/Gaborone", "Africa/Harare", "Africa/Johannesburg", "Africa/Juba", "Africa/Kampala", "Africa/Khartoum", "Africa/Kigali", "Africa/Kinshasa", "Africa/Lagos", "Africa/Libreville", "Africa/Lome", "Africa/Luanda", "Africa/Lubumbashi", "Africa/Lusaka", "Africa/Malabo", "Africa/Maputo", "Africa/Maseru", "Africa/Mbabane", "Africa/Mogadishu", "Africa/Monrovia", "Africa/Nairobi", "Africa/Ndjamena", "Africa/Niamey", "Africa/Nouakchott", "Africa/Ouagadougou", "Africa/Porto-Novo", "Africa/Sao_Tome", "Africa/Tripoli", "Africa/Tunis", "Africa/Windhoek", "America/Adak", "America/Anchorage", "America/Anguilla", "America/Antigua", "America/Araguaina", "America/Argentina/Buenos_Aires", "America/Argentina/Catamarca", "America/Argentina/Cordoba", "America/Argentina/Jujuy", "America/Argentina/La_Rioja", "America/Argentina/Mendoza", "America/Argentina/Rio_Gallegos", "America/Argentina/Salta", "America/Argentina/San_Juan", "America/Argentina/San_Luis", "America/Argentina/Tucuman", "America/Argentina/Ushuaia", "America/Aruba", "America/Asuncion", "America/Atikokan", "America/Bahia_Banderas", "America/Bahia", "America/Barbados", "America/Belem", "America/Belize", "America/Blanc-Sablon", "America/Boa_Vista", "America/Bogota", "America/Boise", "America/Cambridge_Bay", "America/Campo_Grande", "America/Cancun", "America/Caracas", "America/Cayenne", "America/Cayman", "America/Chicago", "America/Chihuahua", "America/Costa_Rica", "America/Creston", "America/Cuiaba", "America/Curacao", "America/Danmarkshavn", "America/Dawson_Creek", "America/Dawson", "America/Denver", "America/Detroit", "America/Dominica", "America/Edmonton", "America/Eirunepe", "America/El_Salvador", "America/Fort_Nelson", "America/Fortaleza", "America/Glace_Bay", "America/Goose_Bay", "America/Grand_Turk", "America/Grenada", "America/Guadeloupe", "America/Guatemala", "America/Guayaquil", "America/Guyana", "America/Halifax", "America/Havana", "America/Hermosillo", "America/Indiana/Indianapolis", "America/Indiana/Knox", "America/Indiana/Marengo", "America/Indiana/Petersburg", "America/Indiana/Tell_City", "America/Indiana/Vevay", "America/Indiana/Vincennes", "America/Indiana/Winamac", "America/Inuvik", "America/Iqaluit", "America/Jamaica", "America/Juneau", "America/Kentucky/Louisville", "America/Kentucky/Monticello", "America/Kralendijk", "America/La_Paz", "America/Lima", "America/Los_Angeles", "America/Lower_Princes", "America/Maceio", "America/Managua", "America/Manaus", "America/Marigot", "America/Martinique", "America/Matamoros", "America/Mazatlan", "America/Menominee", "America/Merida", "America/Metlakatla", "America/Mexico_City", "America/Miquelon", "America/Moncton", "America/Monterrey", "America/Montevideo", "America/Montserrat", "America/Nassau", "America/New_York", "America/Nipigon", "America/Nome", "America/Noronha", "America/North_Dakota/Beulah", "America/North_Dakota/Center", "America/North_Dakota/New_Salem", "America/Nuuk", "America/Ojinaga", "America/Panama", "America/Pangnirtung", "America/Paramaribo", "America/Phoenix", "America/Port_of_Spain", "America/Port-au-Prince", "America/Porto_Velho", "America/Puerto_Rico", "America/Punta_Arenas", "America/Rainy_River", "America/Rankin_Inlet", "America/Recife", "America/Regina", "America/Resolute", "America/Rio_Branco", "America/Santarem", "America/Santiago", "America/Santo_Domingo", "America/Sao_Paulo", "America/Scoresbysund", "America/Sitka", "America/St_Barthelemy", "America/St_Johns", "America/St_Kitts", "America/St_Lucia", "America/St_Thomas", "America/St_Vincent", "America/Swift_Current", "America/Tegucigalpa", "America/Thule", "America/Thunder_Bay", "America/Tijuana", "America/Toronto", "America/Tortola", "America/Vancouver", "America/Whitehorse", "America/Winnipeg", "America/Yakutat", "America/Yellowknife", "Antarctica/Casey", "Antarctica/Davis", "Antarctica/DumontDUrville", "Antarctica/Macquarie", "Antarctica/Mawson", "Antarctica/McMurdo", "Antarctica/Palmer", "Antarctica/Rothera", "Antarctica/Syowa", "Antarctica/Troll", "Antarctica/Vostok", "Arctic/Longyearbyen", "Asia/Aden", "Asia/Almaty", "Asia/Amman", "Asia/Anadyr", "Asia/Aqtau", "Asia/Aqtobe", "Asia/Ashgabat", "Asia/Atyrau", "Asia/Baghdad", "Asia/Bahrain", "Asia/Baku", "Asia/Bangkok", "Asia/Barnaul", "Asia/Beirut", "Asia/Bishkek", "Asia/Brunei", "Asia/Chita", "Asia/Choibalsan", "Asia/Colombo", "Asia/Damascus", "Asia/Dhaka", "Asia/Dili", "Asia/Dubai", "Asia/Dushanbe", "Asia/Famagusta", "Asia/Gaza", "Asia/Hebron", "Asia/Ho_Chi_Minh", "Asia/Hong_Kong", "Asia/Hovd", "Asia/Irkutsk", "Asia/Jakarta", "Asia/Jayapura", "Asia/Jerusalem", "Asia/Kabul", "Asia/Kamchatka", "Asia/Karachi", "Asia/Kathmandu", "Asia/Khandyga", "Asia/Kolkata", "Asia/Krasnoyarsk", "Asia/Kuala_Lumpur", "Asia/Kuching", "Asia/Kuwait", "Asia/Macau", "Asia/Magadan", "Asia/Makassar", "Asia/Manila", "Asia/Muscat", "Asia/Nicosia", "Asia/Novokuznetsk", "Asia/Novosibirsk", "Asia/Omsk", "Asia/Oral", "Asia/Phnom_Penh", "Asia/Pontianak", "Asia/Pyongyang", "Asia/Qatar", "Asia/Qostanay", "Asia/Qyzylorda", "Asia/Riyadh", "Asia/Sakhalin", "Asia/Samarkand", "Asia/Seoul", "Asia/Shanghai", "Asia/Singapore", "Asia/Srednekolymsk", "Asia/Taipei", "Asia/Tashkent", "Asia/Tbilisi", "Asia/Tehran", "Asia/Thimphu", "Asia/Tokyo", "Asia/Tomsk", "Asia/Ulaanbaatar", "Asia/Urumqi", "Asia/Ust-Nera", "Asia/Vientiane", "Asia/Vladivostok", "Asia/Yakutsk", "Asia/Yangon", "Asia/Yekaterinburg", "Asia/Yerevan", "Atlantic/Azores", "Atlantic/Bermuda", "Atlantic/Canary", "Atlantic/Cape_Verde", "Atlantic/Faroe", "Atlantic/Madeira", "Atlantic/Reykjavik", "Atlantic/South_Georgia", "Atlantic/St_Helena", "Atlantic/Stanley", "Australia/Adelaide", "Australia/Brisbane", "Australia/Broken_Hill", "Australia/Currie", "Australia/Darwin", "Australia/Eucla", "Australia/Hobart", "Australia/Lindeman", "Australia/Lord_Howe", "Australia/Melbourne", "Australia/Perth", "Australia/Sydney", "Europe/Amsterdam", "Europe/Andorra", "Europe/Astrakhan", "Europe/Athens", "Europe/Belgrade", "Europe/Berlin", "Europe/Bratislava", "Europe/Brussels", "Europe/Bucharest", "Europe/Budapest", "Europe/Busingen", "Europe/Chisinau", "Europe/Copenhagen", "Europe/Dublin", "Europe/Gibraltar", "Europe/Guernsey", "Europe/Helsinki", "Europe/Isle_of_Man", "Europe/Istanbul", "Europe/Jersey", "Europe/Kaliningrad", "Europe/Kiev", "Europe/Kirov", "Europe/Lisbon", "Europe/Ljubljana", "Europe/London", "Europe/Luxembourg", "Europe/Madrid", "Europe/Malta", "Europe/Mariehamn", "Europe/Minsk", "Europe/Monaco", "Europe/Moscow", "Europe/Oslo", "Europe/Paris", "Europe/Podgorica", "Europe/Prague", "Europe/Riga", "Europe/Rome", "Europe/Samara", "Europe/San_Marino", "Europe/Sarajevo", "Europe/Saratov", "Europe/Simferopol", "Europe/Skopje", "Europe/Sofia", "Europe/Stockholm", "Europe/Tallinn", "Europe/Tirane", "Europe/Ulyanovsk", "Europe/Uzhgorod", "Europe/Vaduz", "Europe/Vatican", "Europe/Vienna", "Europe/Vilnius", "Europe/Volgograd", "Europe/Warsaw", "Europe/Zagreb", "Europe/Zaporozhye", "Europe/Zurich", "Indian/Antananarivo", "Indian/Chagos", "Indian/Christmas", "Indian/Cocos", "Indian/Comoro", "Indian/Kerguelen", "Indian/Mahe", "Indian/Maldives", "Indian/Mauritius", "Indian/Mayotte", "Indian/Reunion", "Pacific/Apia", "Pacific/Auckland", "Pacific/Bougainville", "Pacific/Chatham", "Pacific/Chuuk", "Pacific/Easter", "Pacific/Efate", "Pacific/Enderbury", "Pacific/Fakaofo", "Pacific/Fiji", "Pacific/Funafuti", "Pacific/Galapagos", "Pacific/Gambier", "Pacific/Guadalcanal", "Pacific/Guam", "Pacific/Honolulu", "Pacific/Kiritimati", "Pacific/Kosrae", "Pacific/Kwajalein", "Pacific/Majuro", "Pacific/Marquesas", "Pacific/Midway", "Pacific/Nauru", "Pacific/Niue", "Pacific/Norfolk", "Pacific/Noumea", "Pacific/Pago_Pago", "Pacific/Palau", "Pacific/Pitcairn", "Pacific/Pohnpei", "Pacific/Port_Moresby", "Pacific/Rarotonga", "Pacific/Saipan", "Pacific/Tahiti", "Pacific/Tarawa", "Pacific/Tongatapu", "Pacific/Wake", "Pacific/Wallis"];
660
+ }
661
+ });
662
+
663
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/get-supported-timezones.js
664
+ var require_get_supported_timezones = __commonJS({
665
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/get-supported-timezones.js"(exports) {
666
+ "use strict";
667
+ Object.defineProperty(exports, "__esModule", { value: true });
668
+ exports.getSupportedTimeZones = void 0;
669
+ var timezones_generated_1 = require_timezones_generated();
670
+ function isSupported(timeZone, locale) {
671
+ if (locale === void 0) {
672
+ locale = "en";
673
+ }
674
+ try {
675
+ var formatter = new Intl.DateTimeFormat(locale, { timeZone });
676
+ return formatter.resolvedOptions().timeZone === timeZone;
677
+ } catch (_err) {
678
+ }
679
+ return false;
680
+ }
681
+ function getSupportedTimeZones(locale) {
682
+ return timezones_generated_1.timezones.filter(function(timezone) {
683
+ return isSupported(timezone, locale);
684
+ });
685
+ }
686
+ exports.getSupportedTimeZones = getSupportedTimeZones;
687
+ }
688
+ });
689
+
690
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/units.generated.js
691
+ var require_units_generated = __commonJS({
692
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/units.generated.js"(exports) {
693
+ "use strict";
694
+ Object.defineProperty(exports, "__esModule", { value: true });
695
+ exports.units = void 0;
696
+ exports.units = ["degree", "acre", "hectare", "percent", "bit", "byte", "gigabit", "gigabyte", "kilobit", "kilobyte", "megabit", "megabyte", "petabyte", "terabit", "terabyte", "day", "hour", "millisecond", "minute", "month", "second", "week", "year", "centimeter", "foot", "inch", "kilometer", "meter", "mile-scandinavian", "mile", "millimeter", "yard", "gram", "kilogram", "ounce", "pound", "stone", "celsius", "fahrenheit", "fluid-ounce", "gallon", "liter", "milliliter"];
697
+ }
698
+ });
699
+
700
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/get-supported-units.js
701
+ var require_get_supported_units = __commonJS({
702
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/get-supported-units.js"(exports) {
703
+ "use strict";
704
+ Object.defineProperty(exports, "__esModule", { value: true });
705
+ exports.getSupportedUnits = void 0;
706
+ var units_generated_1 = require_units_generated();
707
+ function isSupported(unit, locale) {
708
+ if (locale === void 0) {
709
+ locale = "en";
710
+ }
711
+ try {
712
+ var formatter = new Intl.NumberFormat(locale, { style: "unit", unit });
713
+ return formatter.resolvedOptions().unit === unit;
714
+ } catch (_err) {
715
+ }
716
+ return false;
717
+ }
718
+ function getSupportedUnits(locale) {
719
+ return units_generated_1.units.filter(function(unit) {
720
+ return isSupported(unit, locale);
721
+ });
722
+ }
723
+ exports.getSupportedUnits = getSupportedUnits;
724
+ }
725
+ });
726
+
727
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/index.js
728
+ var require_src = __commonJS({
729
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/src/index.js"(exports) {
730
+ "use strict";
731
+ Object.defineProperty(exports, "__esModule", { value: true });
732
+ exports.supportedValuesOf = void 0;
733
+ var get_supported_calendars_1 = require_get_supported_calendars();
734
+ var get_supported_collations_1 = require_get_supported_collations();
735
+ var get_supported_currencies_1 = require_get_supported_currencies();
736
+ var get_supported_numbering_systems_1 = require_get_supported_numbering_systems();
737
+ var get_supported_timezones_1 = require_get_supported_timezones();
738
+ var get_supported_units_1 = require_get_supported_units();
739
+ function supportedValuesOf2(key, locale) {
740
+ switch (key) {
741
+ case "calendar":
742
+ return (0, get_supported_calendars_1.getSupportedCalendars)(locale);
743
+ case "collation":
744
+ return (0, get_supported_collations_1.getSupportedCollations)(locale);
745
+ case "currency":
746
+ return (0, get_supported_currencies_1.getSupportedCurrencies)(locale);
747
+ case "numberingSystem":
748
+ return (0, get_supported_numbering_systems_1.getSupportedNumberingSystems)(locale);
749
+ case "timeZone":
750
+ return (0, get_supported_timezones_1.getSupportedTimeZones)(locale);
751
+ case "unit":
752
+ return (0, get_supported_units_1.getSupportedUnits)(locale);
753
+ default:
754
+ throw RangeError("Invalid key: " + key);
755
+ }
756
+ }
757
+ exports.supportedValuesOf = supportedValuesOf2;
758
+ }
759
+ });
760
+
761
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/index.js
762
+ var require_intl_enumerator = __commonJS({
763
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-enumerator@0.0.0/node_modules/@formatjs/intl-enumerator/index.js"(exports) {
764
+ "use strict";
765
+ Object.defineProperty(exports, "__esModule", { value: true });
766
+ exports.supportedValuesOf = exports.shouldPolyfill = void 0;
767
+ var should_polyfill_1 = require_should_polyfill();
768
+ Object.defineProperty(exports, "shouldPolyfill", { enumerable: true, get: function() {
769
+ return should_polyfill_1.shouldPolyfill;
770
+ } });
771
+ var src_1 = require_src();
772
+ Object.defineProperty(exports, "supportedValuesOf", { enumerable: true, get: function() {
773
+ return src_1.supportedValuesOf;
774
+ } });
775
+ }
776
+ });
777
+
778
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/parser.js
465
779
  var require_parser = __commonJS({
466
- "../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/parser.js"(exports) {
780
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/parser.js"(exports) {
467
781
  "use strict";
468
782
  Object.defineProperty(exports, "__esModule", { value: true });
469
783
  exports.parseUnicodeLocaleId = exports.parseUnicodeLanguageId = exports.isUnicodeVariantSubtag = exports.isUnicodeScriptSubtag = exports.isUnicodeRegionSubtag = exports.isStructurallyValidLanguageTag = exports.isUnicodeLanguageSubtag = exports.SEPARATOR = void 0;
@@ -701,9 +1015,9 @@
701
1015
  }
702
1016
  });
703
1017
 
704
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/emitter.js
1018
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/emitter.js
705
1019
  var require_emitter = __commonJS({
706
- "../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/emitter.js"(exports) {
1020
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/emitter.js"(exports) {
707
1021
  "use strict";
708
1022
  Object.defineProperty(exports, "__esModule", { value: true });
709
1023
  exports.emitUnicodeLocaleId = exports.emitUnicodeLanguageId = void 0;
@@ -743,9 +1057,9 @@
743
1057
  }
744
1058
  });
745
1059
 
746
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/aliases.generated.js
1060
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/aliases.generated.js
747
1061
  var require_aliases_generated = __commonJS({
748
- "../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/aliases.generated.js"(exports) {
1062
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/aliases.generated.js"(exports) {
749
1063
  "use strict";
750
1064
  Object.defineProperty(exports, "__esModule", { value: true });
751
1065
  exports.variantAlias = exports.scriptAlias = exports.territoryAlias = exports.languageAlias = void 0;
@@ -1887,9 +2201,9 @@
1887
2201
  }
1888
2202
  });
1889
2203
 
1890
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/likelySubtags.generated.js
2204
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/likelySubtags.generated.js
1891
2205
  var require_likelySubtags_generated = __commonJS({
1892
- "../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/likelySubtags.generated.js"(exports) {
2206
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/likelySubtags.generated.js"(exports) {
1893
2207
  "use strict";
1894
2208
  Object.defineProperty(exports, "__esModule", { value: true });
1895
2209
  exports.likelySubtags = void 0;
@@ -3764,9 +4078,9 @@
3764
4078
  }
3765
4079
  });
3766
4080
 
3767
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/canonicalizer.js
4081
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/canonicalizer.js
3768
4082
  var require_canonicalizer = __commonJS({
3769
- "../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/canonicalizer.js"(exports) {
4083
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/canonicalizer.js"(exports) {
3770
4084
  "use strict";
3771
4085
  Object.defineProperty(exports, "__esModule", { value: true });
3772
4086
  exports.canonicalizeUnicodeLocaleId = exports.canonicalizeUnicodeLanguageId = void 0;
@@ -3959,17 +4273,17 @@
3959
4273
  }
3960
4274
  });
3961
4275
 
3962
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/types.js
4276
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/types.js
3963
4277
  var require_types = __commonJS({
3964
- "../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/types.js"(exports) {
4278
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/types.js"(exports) {
3965
4279
  "use strict";
3966
4280
  Object.defineProperty(exports, "__esModule", { value: true });
3967
4281
  }
3968
4282
  });
3969
4283
 
3970
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/index.js
4284
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/index.js
3971
4285
  var require_intl_getcanonicallocales = __commonJS({
3972
- "../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/index.js"(exports) {
4286
+ "../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/index.js"(exports) {
3973
4287
  "use strict";
3974
4288
  Object.defineProperty(exports, "__esModule", { value: true });
3975
4289
  exports.isUnicodeLanguageSubtag = exports.isUnicodeScriptSubtag = exports.isUnicodeRegionSubtag = exports.isStructurallyValidLanguageTag = exports.parseUnicodeLanguageId = exports.parseUnicodeLocaleId = exports.getCanonicalLocales = void 0;
@@ -4023,10 +4337,40 @@
4023
4337
  }
4024
4338
  });
4025
4339
 
4026
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-locale/lib/index.js
4027
- var import_tslib2 = __toESM(require_tslib());
4340
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/tslib@2.4.0/node_modules/tslib/modules/index.js
4341
+ var import_tslib = __toESM(require_tslib(), 1);
4342
+ var {
4343
+ __extends,
4344
+ __assign,
4345
+ __rest,
4346
+ __decorate,
4347
+ __param,
4348
+ __metadata,
4349
+ __awaiter,
4350
+ __generator,
4351
+ __exportStar,
4352
+ __createBinding,
4353
+ __values,
4354
+ __read,
4355
+ __spread,
4356
+ __spreadArrays,
4357
+ __spreadArray,
4358
+ __await,
4359
+ __asyncGenerator,
4360
+ __asyncDelegator,
4361
+ __asyncValues,
4362
+ __makeTemplateObject,
4363
+ __importStar,
4364
+ __importDefault,
4365
+ __classPrivateFieldGet,
4366
+ __classPrivateFieldSet,
4367
+ __classPrivateFieldIn
4368
+ } = import_tslib.default;
4028
4369
 
4029
- // ../../../../../../../../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
4370
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-locale/lib/index.js
4371
+ var import_intl_enumerator = __toESM(require_intl_enumerator());
4372
+
4373
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/262.js
4030
4374
  function ToString(o) {
4031
4375
  if (typeof o === "symbol") {
4032
4376
  throw TypeError("Cannot convert a Symbol value to a string");
@@ -4054,7 +4398,7 @@
4054
4398
  var MS_PER_MINUTE = MS_PER_SECOND * SECONDS_PER_MINUTE;
4055
4399
  var MS_PER_HOUR = MS_PER_MINUTE * MINUTES_PER_HOUR;
4056
4400
 
4057
- // ../../../../../../../../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/CoerceOptionsToObject.js
4401
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/CoerceOptionsToObject.js
4058
4402
  function CoerceOptionsToObject(options) {
4059
4403
  if (typeof options === "undefined") {
4060
4404
  return /* @__PURE__ */ Object.create(null);
@@ -4062,7 +4406,7 @@
4062
4406
  return ToObject(options);
4063
4407
  }
4064
4408
 
4065
- // ../../../../../../../../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
4409
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/GetOption.js
4066
4410
  function GetOption(opts, prop, type, values, fallback) {
4067
4411
  if (typeof opts !== "object") {
4068
4412
  throw new TypeError("Options must be an object");
@@ -4088,7 +4432,7 @@
4088
4432
  return fallback;
4089
4433
  }
4090
4434
 
4091
- // ../../../../../../../../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
4435
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/IsSanctionedSimpleUnitIdentifier.js
4092
4436
  var SANCTIONED_UNITS = [
4093
4437
  "angle-degree",
4094
4438
  "area-acre",
@@ -4139,7 +4483,7 @@
4139
4483
  }
4140
4484
  var SIMPLE_UNITS = SANCTIONED_UNITS.map(removeUnitNamespace);
4141
4485
 
4142
- // ../../../../../../../../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
4486
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/utils.js
4143
4487
  function invariant(condition, message, Err) {
4144
4488
  if (Err === void 0) {
4145
4489
  Err = Error;
@@ -4149,17 +4493,16 @@
4149
4493
  }
4150
4494
  }
4151
4495
 
4152
- // ../../../../../../../../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
4496
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/regex.generated.js
4153
4497
  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]/;
4154
4498
 
4155
- // ../../../../../../../../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
4499
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/NumberFormat/format_to_parts.js
4156
4500
  var CARET_S_UNICODE_REGEX = new RegExp("^".concat(S_UNICODE_REGEX.source));
4157
4501
  var S_DOLLAR_UNICODE_REGEX = new RegExp("".concat(S_UNICODE_REGEX.source, "$"));
4158
4502
 
4159
- // ../../../../../../../../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
4160
- var import_tslib = __toESM(require_tslib());
4503
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/data.js
4161
4504
  var MissingLocaleDataError = function(_super) {
4162
- (0, import_tslib.__extends)(MissingLocaleDataError2, _super);
4505
+ __extends(MissingLocaleDataError2, _super);
4163
4506
  function MissingLocaleDataError2() {
4164
4507
  var _this = _super !== null && _super.apply(this, arguments) || this;
4165
4508
  _this.type = "MISSING_LOCALE_DATA";
@@ -4168,7 +4511,7 @@
4168
4511
  return MissingLocaleDataError2;
4169
4512
  }(Error);
4170
4513
 
4171
- // ../../../../../../../../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
4514
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/types/date-time.js
4172
4515
  var RangePatternType;
4173
4516
  (function(RangePatternType2) {
4174
4517
  RangePatternType2["startRange"] = "startRange";
@@ -4176,10 +4519,10 @@
4176
4519
  RangePatternType2["endRange"] = "endRange";
4177
4520
  })(RangePatternType || (RangePatternType = {}));
4178
4521
 
4179
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-locale/lib/index.js
4522
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-locale/lib/index.js
4180
4523
  var import_intl_getcanonicallocales = __toESM(require_intl_getcanonicallocales());
4181
4524
 
4182
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-locale/lib/get_internal_slots.js
4525
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-locale/lib/get_internal_slots.js
4183
4526
  var internalSlotMap = /* @__PURE__ */ new WeakMap();
4184
4527
  function getInternalSlots(x) {
4185
4528
  var internalSlots = internalSlotMap.get(x);
@@ -4190,7 +4533,56 @@
4190
4533
  return internalSlots;
4191
4534
  }
4192
4535
 
4193
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-locale/lib/index.js
4536
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-locale/lib/timezones.generated.js
4537
+ var timezones = { "ad": ["Europe/Andorra"], "ae": ["Asia/Dubai"], "af": ["Asia/Kabul"], "ag": ["America/Antigua"], "ai": ["America/Anguilla"], "al": ["Europe/Tirane"], "am": ["Asia/Yerevan"], "an": ["America/Curacao"], "ao": ["Africa/Luanda"], "aq": ["Pacific/Auckland", "Antarctica/Casey", "Antarctica/Davis", "Antarctica/DumontDUrville", "Antarctica/Mawson", "Antarctica/McMurdo", "Antarctica/Palmer", "Antarctica/Rothera", "Antarctica/Syowa", "Antarctica/Troll", "Antarctica/Vostok"], "ar": ["America/Buenos_Aires", "America/Cordoba", "America/Catamarca", "America/Argentina/La_Rioja", "America/Jujuy", "America/Argentina/San_Luis", "America/Mendoza", "America/Argentina/Rio_Gallegos", "America/Argentina/Salta", "America/Argentina/Tucuman", "America/Argentina/San_Juan", "America/Argentina/Ushuaia"], "as": ["Pacific/Pago_Pago"], "at": ["Europe/Vienna"], "au": ["Australia/Adelaide", "Australia/Broken_Hill", "Australia/Brisbane", "Australia/Darwin", "Australia/Eucla", "Australia/Hobart", "Australia/Currie", "Australia/Lindeman", "Australia/Lord_Howe", "Australia/Melbourne", "Antarctica/Macquarie", "Australia/Perth", "Australia/Sydney"], "aw": ["America/Aruba"], "az": ["Asia/Baku"], "ba": ["Europe/Sarajevo"], "bb": ["America/Barbados"], "bd": ["Asia/Dhaka"], "be": ["Europe/Brussels"], "bf": ["Africa/Ouagadougou"], "bg": ["Europe/Sofia"], "bh": ["Asia/Bahrain"], "bi": ["Africa/Bujumbura"], "bj": ["Africa/Porto-Novo"], "bm": ["Atlantic/Bermuda"], "bn": ["Asia/Brunei"], "bo": ["America/La_Paz"], "bq": ["America/Kralendijk"], "br": ["America/Araguaina", "America/Belem", "America/Boa_Vista", "America/Cuiaba", "America/Campo_Grande", "America/Eirunepe", "America/Noronha", "America/Fortaleza", "America/Manaus", "America/Maceio", "America/Porto_Velho", "America/Rio_Branco", "America/Recife", "America/Sao_Paulo", "America/Bahia", "America/Santarem"], "bs": ["America/Nassau"], "bt": ["Asia/Thimphu"], "bw": ["Africa/Gaborone"], "by": ["Europe/Minsk"], "bz": ["America/Belize"], "ca": ["America/Creston", "America/Edmonton", "America/Rainy_River", "America/Fort_Nelson", "America/Glace_Bay", "America/Goose_Bay", "America/Halifax", "America/Iqaluit", "America/Moncton", "America/Montreal", "America/Nipigon", "America/Pangnirtung", "America/Resolute", "America/Regina", "America/St_Johns", "America/Thunder_Bay", "America/Toronto", "America/Vancouver", "America/Winnipeg", "America/Blanc-Sablon", "America/Cambridge_Bay", "America/Dawson", "America/Dawson_Creek", "America/Rankin_Inlet", "America/Inuvik", "America/Whitehorse", "America/Swift_Current", "America/Yellowknife", "America/Coral_Harbour"], "cc": ["Indian/Cocos"], "cd": ["Africa/Lubumbashi", "Africa/Kinshasa"], "cf": ["Africa/Bangui"], "cg": ["Africa/Brazzaville"], "ch": ["Europe/Zurich"], "ci": ["Africa/Abidjan"], "ck": ["Pacific/Rarotonga"], "cl": ["Pacific/Easter", "America/Punta_Arenas", "America/Santiago"], "cm": ["Africa/Douala"], "cn": ["Asia/Shanghai", "Asia/Shanghai", "Asia/Urumqi", "Asia/Shanghai", "Asia/Urumqi"], "co": ["America/Bogota"], "cr": ["America/Costa_Rica"], "cs": ["CST6CDT"], "cu": ["America/Havana"], "cv": ["Atlantic/Cape_Verde"], "cx": ["Indian/Christmas"], "cy": ["Asia/Famagusta", "Asia/Nicosia"], "cz": ["Europe/Prague"], "de": ["Europe/Berlin", "Europe/Busingen"], "dj": ["Africa/Djibouti"], "dk": ["Europe/Copenhagen"], "dm": ["America/Dominica"], "do": ["America/Santo_Domingo"], "dz": ["Africa/Algiers"], "ec": ["Pacific/Galapagos", "America/Guayaquil"], "ee": ["Europe/Tallinn"], "eg": ["Africa/Cairo"], "eh": ["Africa/El_Aaiun"], "er": ["Africa/Asmera"], "es": ["Africa/Ceuta", "Atlantic/Canary", "Europe/Madrid", "EST5EDT"], "et": ["Africa/Addis_Ababa"], "fi": ["Europe/Helsinki", "Europe/Mariehamn"], "fj": ["Pacific/Fiji"], "fk": ["Atlantic/Stanley"], "fm": ["Pacific/Kosrae", "Pacific/Ponape", "Pacific/Truk"], "fo": ["Atlantic/Faeroe"], "fr": ["Europe/Paris"], "ga": ["Africa/Libreville", "Asia/Gaza", "Asia/Gaza"], "gb": ["Europe/London"], "gd": ["America/Grenada"], "ge": ["Asia/Tbilisi"], "gf": ["America/Cayenne"], "gg": ["Europe/Guernsey"], "gh": ["Africa/Accra"], "gi": ["Europe/Gibraltar"], "gl": ["America/Danmarkshavn", "America/Godthab", "America/Scoresbysund", "America/Thule"], "gm": ["Africa/Banjul", "Etc/GMT"], "gn": ["Africa/Conakry"], "gp": ["America/Guadeloupe", "America/Marigot", "America/St_Barthelemy"], "gq": ["Africa/Malabo"], "gr": ["Europe/Athens"], "gs": ["Atlantic/South_Georgia"], "gt": ["America/Guatemala"], "gu": ["Pacific/Guam"], "gw": ["Africa/Bissau"], "gy": ["America/Guyana"], "he": ["Asia/Hebron"], "hk": ["Asia/Hong_Kong"], "hn": ["America/Tegucigalpa"], "hr": ["Europe/Zagreb"], "ht": ["America/Port-au-Prince"], "hu": ["Europe/Budapest"], "id": ["Asia/Jayapura", "Asia/Jakarta", "Asia/Makassar", "Asia/Pontianak"], "ie": ["Europe/Dublin"], "im": ["Europe/Isle_of_Man"], "in": ["Asia/Calcutta"], "io": ["Indian/Chagos"], "iq": ["Asia/Baghdad"], "ir": ["Asia/Tehran"], "is": ["Atlantic/Reykjavik"], "it": ["Europe/Rome"], "je": ["Asia/Jerusalem", "Europe/Jersey"], "jm": ["America/Jamaica"], "jo": ["Asia/Amman"], "jp": ["Asia/Tokyo"], "ke": ["Africa/Nairobi"], "kg": ["Asia/Bishkek"], "kh": ["Asia/Phnom_Penh"], "ki": ["Pacific/Kiritimati", "Pacific/Enderbury", "Pacific/Tarawa"], "km": ["Indian/Comoro"], "kn": ["America/St_Kitts"], "kp": ["Asia/Pyongyang"], "kr": ["Asia/Seoul"], "kw": ["Asia/Kuwait"], "ky": ["America/Cayman"], "kz": ["Asia/Aqtau", "Asia/Aqtobe", "Asia/Almaty", "Asia/Atyrau", "Asia/Qostanay", "Asia/Qyzylorda", "Asia/Oral"], "la": ["Asia/Vientiane"], "lb": ["Asia/Beirut"], "lc": ["America/St_Lucia"], "li": ["Europe/Vaduz"], "lk": ["Asia/Colombo"], "lr": ["Africa/Monrovia"], "ls": ["Africa/Maseru"], "lt": ["Europe/Vilnius"], "lu": ["Europe/Luxembourg"], "lv": ["Europe/Riga"], "ly": ["Africa/Tripoli"], "ma": ["Africa/Casablanca"], "mc": ["Europe/Monaco"], "md": ["Europe/Chisinau"], "me": ["Europe/Podgorica"], "mg": ["Indian/Antananarivo"], "mh": ["Pacific/Kwajalein", "Pacific/Majuro"], "mk": ["Europe/Skopje"], "ml": ["Africa/Bamako"], "mm": ["Asia/Rangoon"], "mn": ["Asia/Choibalsan", "Asia/Hovd", "Asia/Ulaanbaatar"], "mo": ["Asia/Macau"], "mp": ["Pacific/Saipan"], "mq": ["America/Martinique"], "mr": ["Africa/Nouakchott"], "ms": ["America/Montserrat", "MST7MDT"], "mt": ["Europe/Malta"], "mu": ["Indian/Mauritius"], "mv": ["Indian/Maldives"], "mw": ["Africa/Blantyre"], "mx": ["America/Chihuahua", "America/Cancun", "America/Hermosillo", "America/Matamoros", "America/Mexico_City", "America/Merida", "America/Monterrey", "America/Mazatlan", "America/Ojinaga", "America/Bahia_Banderas", "America/Santa_Isabel", "America/Tijuana"], "my": ["Asia/Kuching", "Asia/Kuala_Lumpur"], "mz": ["Africa/Maputo"], "na": ["Africa/Windhoek"], "nc": ["Pacific/Noumea"], "ne": ["Africa/Niamey"], "nf": ["Pacific/Norfolk"], "ng": ["Africa/Lagos"], "ni": ["America/Managua"], "nl": ["Europe/Amsterdam"], "no": ["Europe/Oslo"], "np": ["Asia/Katmandu"], "nr": ["Pacific/Nauru"], "nu": ["Pacific/Niue"], "nz": ["Pacific/Auckland", "Pacific/Chatham"], "om": ["Asia/Muscat"], "pa": ["America/Panama"], "pe": ["America/Lima"], "pf": ["Pacific/Gambier", "Pacific/Marquesas", "Pacific/Tahiti"], "pg": ["Pacific/Port_Moresby", "Pacific/Bougainville"], "ph": ["Asia/Manila"], "pk": ["Asia/Karachi"], "pl": ["Europe/Warsaw"], "pm": ["America/Miquelon"], "pn": ["Pacific/Pitcairn"], "pr": ["America/Puerto_Rico"], "ps": ["PST8PDT"], "pt": ["Atlantic/Madeira", "Europe/Lisbon", "Atlantic/Azores"], "pw": ["Pacific/Palau"], "py": ["America/Asuncion"], "qa": ["Asia/Qatar"], "re": ["Indian/Reunion"], "ro": ["Europe/Bucharest"], "rs": ["Europe/Belgrade"], "ru": ["Europe/Astrakhan", "Asia/Barnaul", "Asia/Chita", "Asia/Anadyr", "Asia/Magadan", "Asia/Irkutsk", "Europe/Kaliningrad", "Asia/Khandyga", "Asia/Krasnoyarsk", "Europe/Samara", "Europe/Kirov", "Europe/Moscow", "Asia/Novokuznetsk", "Asia/Omsk", "Asia/Novosibirsk", "Asia/Kamchatka", "Europe/Saratov", "Asia/Srednekolymsk", "Asia/Tomsk", "Europe/Ulyanovsk", "Asia/Ust-Nera", "Asia/Sakhalin", "Europe/Volgograd", "Asia/Vladivostok", "Asia/Yekaterinburg", "Asia/Yakutsk"], "rw": ["Africa/Kigali"], "sa": ["Asia/Riyadh"], "sb": ["Pacific/Guadalcanal"], "sc": ["Indian/Mahe"], "sd": ["Africa/Khartoum"], "se": ["Europe/Stockholm"], "sg": ["Asia/Singapore"], "sh": ["Atlantic/St_Helena"], "si": ["Europe/Ljubljana"], "sj": ["Arctic/Longyearbyen"], "sk": ["Europe/Bratislava"], "sl": ["Africa/Freetown"], "sm": ["Europe/San_Marino"], "sn": ["Africa/Dakar"], "so": ["Africa/Mogadishu"], "sr": ["America/Paramaribo"], "ss": ["Africa/Juba"], "st": ["Africa/Sao_Tome"], "sv": ["America/El_Salvador"], "sx": ["America/Lower_Princes"], "sy": ["Asia/Damascus"], "sz": ["Africa/Mbabane"], "tc": ["America/Grand_Turk"], "td": ["Africa/Ndjamena"], "tf": ["Indian/Kerguelen"], "tg": ["Africa/Lome"], "th": ["Asia/Bangkok"], "tj": ["Asia/Dushanbe"], "tk": ["Pacific/Fakaofo"], "tl": ["Asia/Dili"], "tm": ["Asia/Ashgabat"], "tn": ["Africa/Tunis"], "to": ["Pacific/Tongatapu"], "tr": ["Europe/Istanbul"], "tt": ["America/Port_of_Spain"], "tv": ["Pacific/Funafuti"], "tw": ["Asia/Taipei"], "tz": ["Africa/Dar_es_Salaam"], "ua": ["Europe/Kiev", "Europe/Zaporozhye", "Europe/Simferopol", "Europe/Uzhgorod"], "ug": ["Africa/Kampala"], "um": ["Pacific/Wake", "Pacific/Johnston", "Pacific/Midway"], "un": ["Etc/Unknown"], "us": ["America/Adak", "America/Indiana/Marengo", "America/Anchorage", "America/Boise", "America/Chicago", "America/Denver", "America/Detroit", "Pacific/Honolulu", "America/Indianapolis", "America/Indiana/Vevay", "America/Juneau", "America/Indiana/Knox", "America/Los_Angeles", "America/Louisville", "America/Menominee", "America/Kentucky/Monticello", "America/Metlakatla", "America/Denver", "America/North_Dakota/Center", "America/North_Dakota/New_Salem", "America/New_York", "America/Indiana/Vincennes", "America/Nome", "America/Phoenix", "America/Sitka", "America/Indiana/Tell_City", "America/Indiana/Winamac", "America/Indiana/Petersburg", "America/North_Dakota/Beulah", "America/Yakutat"], "ut": ["Etc/UTC", "Etc/GMT-1", "Etc/GMT-2", "Etc/GMT-3", "Etc/GMT-4", "Etc/GMT-5", "Etc/GMT-6", "Etc/GMT-7", "Etc/GMT-8", "Etc/GMT-9", "Etc/GMT-10", "Etc/GMT-11", "Etc/GMT-12", "Etc/GMT-13", "Etc/GMT-14", "Etc/GMT+1", "Etc/GMT+2", "Etc/GMT+3", "Etc/GMT+4", "Etc/GMT+5", "Etc/GMT+6", "Etc/GMT+7", "Etc/GMT+8", "Etc/GMT+9", "Etc/GMT+10", "Etc/GMT+11", "Etc/GMT+12"], "uy": ["America/Montevideo"], "uz": ["Asia/Samarkand", "Asia/Tashkent"], "va": ["Europe/Vatican"], "vc": ["America/St_Vincent"], "ve": ["America/Caracas"], "vg": ["America/Tortola"], "vi": ["America/St_Thomas"], "vn": ["Asia/Saigon"], "vu": ["Pacific/Efate"], "wf": ["Pacific/Wallis"], "ws": ["Pacific/Apia"], "ye": ["Asia/Aden"], "yt": ["Indian/Mayotte"], "za": ["Africa/Johannesburg"], "zm": ["Africa/Lusaka"], "zw": ["Africa/Harare"] };
4538
+
4539
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-locale/lib/hour-cycles.generated.js
4540
+ var hourCycles = { "AX": ["h23"], "BQ": ["h23"], "CP": ["h23"], "CZ": ["h23"], "DK": ["h23"], "FI": ["h23"], "ID": ["h23"], "IS": ["h23"], "ML": ["h23"], "NE": ["h23"], "RU": ["h23"], "SE": ["h23"], "SJ": ["h23"], "SK": ["h23"], "AS": ["h12", "h23"], "BT": ["h12", "h23"], "DJ": ["h12", "h23"], "ER": ["h12", "h23"], "GH": ["h12", "h23"], "IN": ["h12", "h23"], "LS": ["h12", "h23"], "PG": ["h12", "h23"], "PW": ["h12", "h23"], "SO": ["h12", "h23"], "TO": ["h12", "h23"], "VU": ["h12", "h23"], "WS": ["h12", "h23"], "001": ["h23", "h12"], "AL": ["h12", "h23"], "TD": ["h12", "h23"], "ca-ES": ["h23", "h12"], "CF": ["h23", "h12"], "CM": ["h23", "h12"], "fr-CA": ["h23", "h12"], "gl-ES": ["h23", "h12"], "it-CH": ["h23", "h12"], "it-IT": ["h23", "h12"], "LU": ["h23", "h12"], "NP": ["h23", "h12"], "PF": ["h23", "h12"], "SC": ["h23", "h12"], "SM": ["h23", "h12"], "SN": ["h23", "h12"], "TF": ["h23", "h12"], "VA": ["h23", "h12"], "CY": ["h12", "h23"], "GR": ["h12", "h23"], "CO": ["h12", "h23"], "DO": ["h12", "h23"], "KP": ["h12", "h23"], "KR": ["h12", "h23"], "NA": ["h12", "h23"], "PA": ["h12", "h23"], "PR": ["h12", "h23"], "VE": ["h12", "h23"], "AC": ["h23", "h12"], "AI": ["h23", "h12"], "BW": ["h23", "h12"], "BZ": ["h23", "h12"], "CC": ["h23", "h12"], "CK": ["h23", "h12"], "CX": ["h23", "h12"], "DG": ["h23", "h12"], "FK": ["h23", "h12"], "GB": ["h23", "h12"], "GG": ["h23", "h12"], "GI": ["h23", "h12"], "IE": ["h23", "h12"], "IM": ["h23", "h12"], "IO": ["h23", "h12"], "JE": ["h23", "h12"], "LT": ["h23", "h12"], "MK": ["h23", "h12"], "MN": ["h23", "h12"], "MS": ["h23", "h12"], "NF": ["h23", "h12"], "NG": ["h23", "h12"], "NR": ["h23", "h12"], "NU": ["h23", "h12"], "PN": ["h23", "h12"], "SH": ["h23", "h12"], "SX": ["h23", "h12"], "TA": ["h23", "h12"], "ZA": ["h23", "h12"], "af-ZA": ["h23", "h12"], "AR": ["h23", "h12"], "CL": ["h23", "h12"], "CR": ["h23", "h12"], "CU": ["h23", "h12"], "EA": ["h23", "h12"], "es-BO": ["h23", "h12"], "es-BR": ["h23", "h12"], "es-EC": ["h23", "h12"], "es-ES": ["h23", "h12"], "es-GQ": ["h23", "h12"], "es-PE": ["h23", "h12"], "GT": ["h23", "h12"], "HN": ["h23", "h12"], "IC": ["h23", "h12"], "KG": ["h23", "h12"], "KM": ["h23", "h12"], "LK": ["h23", "h12"], "MA": ["h23", "h12"], "MX": ["h23", "h12"], "NI": ["h23", "h12"], "PY": ["h23", "h12"], "SV": ["h23", "h12"], "UY": ["h23", "h12"], "JP": ["h23", "h12", "h11"], "AD": ["h23"], "AM": ["h23"], "AO": ["h23"], "AT": ["h23"], "AW": ["h23"], "BE": ["h23"], "BF": ["h23"], "BJ": ["h23"], "BL": ["h23"], "BR": ["h23"], "CG": ["h23"], "CI": ["h23"], "CV": ["h23"], "DE": ["h23"], "EE": ["h23"], "FR": ["h23"], "GA": ["h23"], "GF": ["h23"], "GN": ["h23"], "GP": ["h23"], "GW": ["h23"], "HR": ["h23"], "IL": ["h23"], "IT": ["h23"], "KZ": ["h23"], "MC": ["h23"], "MD": ["h23"], "MF": ["h23"], "MQ": ["h23"], "MZ": ["h23"], "NC": ["h23"], "NL": ["h23"], "PM": ["h23"], "PT": ["h23"], "RE": ["h23"], "RO": ["h23"], "SI": ["h23"], "SR": ["h23"], "ST": ["h23"], "TG": ["h23"], "TR": ["h23"], "WF": ["h23"], "YT": ["h23"], "BD": ["h12", "h23"], "PK": ["h12", "h23"], "AZ": ["h23", "h12"], "BA": ["h23", "h12"], "BG": ["h23", "h12"], "CH": ["h23", "h12"], "GE": ["h23", "h12"], "LI": ["h23", "h12"], "ME": ["h23", "h12"], "RS": ["h23", "h12"], "UA": ["h23", "h12"], "UZ": ["h23", "h12"], "XK": ["h23", "h12"], "AG": ["h12", "h23"], "AU": ["h12", "h23"], "BB": ["h12", "h23"], "BM": ["h12", "h23"], "BS": ["h12", "h23"], "CA": ["h12", "h23"], "DM": ["h12", "h23"], "en-001": ["h12", "h23"], "FJ": ["h12", "h23"], "FM": ["h12", "h23"], "GD": ["h12", "h23"], "GM": ["h12", "h23"], "GU": ["h12", "h23"], "GY": ["h12", "h23"], "JM": ["h12", "h23"], "KI": ["h12", "h23"], "KN": ["h12", "h23"], "KY": ["h12", "h23"], "LC": ["h12", "h23"], "LR": ["h12", "h23"], "MH": ["h12", "h23"], "MP": ["h12", "h23"], "MW": ["h12", "h23"], "NZ": ["h12", "h23"], "SB": ["h12", "h23"], "SG": ["h12", "h23"], "SL": ["h12", "h23"], "SS": ["h12", "h23"], "SZ": ["h12", "h23"], "TC": ["h12", "h23"], "TT": ["h12", "h23"], "UM": ["h12", "h23"], "US": ["h12", "h23"], "VC": ["h12", "h23"], "VG": ["h12", "h23"], "VI": ["h12", "h23"], "ZM": ["h12", "h23"], "BO": ["h23", "h12"], "EC": ["h23", "h12"], "ES": ["h23", "h12"], "GQ": ["h23", "h12"], "PE": ["h23", "h12"], "AE": ["h12", "h23"], "ar-001": ["h12", "h23"], "BH": ["h12", "h23"], "DZ": ["h12", "h23"], "EG": ["h12", "h23"], "EH": ["h12", "h23"], "HK": ["h12", "h23"], "IQ": ["h12", "h23"], "JO": ["h12", "h23"], "KW": ["h12", "h23"], "LB": ["h12", "h23"], "LY": ["h12", "h23"], "MO": ["h12", "h23"], "MR": ["h12", "h23"], "OM": ["h12", "h23"], "PH": ["h12", "h23"], "PS": ["h12", "h23"], "QA": ["h12", "h23"], "SA": ["h12", "h23"], "SD": ["h12", "h23"], "SY": ["h12", "h23"], "TN": ["h12", "h23"], "YE": ["h12", "h23"], "AF": ["h23", "h12"], "LA": ["h23", "h12"], "CN": ["h23", "h12"], "LV": ["h23", "h12"], "TL": ["h23", "h12"], "zu-ZA": ["h23", "h12"], "CD": ["h23"], "IR": ["h23"], "hi-IN": ["h12", "h23"], "kn-IN": ["h12", "h23"], "ml-IN": ["h12", "h23"], "te-IN": ["h12", "h23"], "KH": ["h12", "h23"], "ta-IN": ["h12", "h23"], "BN": ["h12", "h23"], "MY": ["h12", "h23"], "ET": ["h12", "h23"], "gu-IN": ["h12", "h23"], "mr-IN": ["h12", "h23"], "pa-IN": ["h12", "h23"], "TW": ["h12", "h23"], "KE": ["h23", "h12"], "MM": ["h23", "h12"], "TZ": ["h23", "h12"], "UG": ["h23", "h12"] };
4541
+
4542
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-locale/lib/calendars.generated.js
4543
+ var calendars = { "001": ["gregorian"], "AE": ["gregorian", "islamic-umalqura", "islamic", "islamic-civil", "islamic-tbla"], "AF": ["persian", "gregorian", "islamic", "islamic-civil", "islamic-tbla"], "BH": ["gregorian", "islamic-umalqura", "islamic", "islamic-civil", "islamic-tbla"], "CN": ["gregorian", "chinese"], "CX": ["gregorian", "chinese"], "DJ": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"], "DZ": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"], "EG": ["gregorian", "coptic", "islamic", "islamic-civil", "islamic-tbla"], "EH": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"], "ER": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"], "ET": ["gregorian", "ethiopic"], "HK": ["gregorian", "chinese"], "IL": ["gregorian", "hebrew", "islamic", "islamic-civil", "islamic-tbla"], "IN": ["gregorian", "indian"], "IQ": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"], "IR": ["persian", "gregorian", "islamic", "islamic-civil", "islamic-tbla"], "JO": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"], "JP": ["gregorian", "japanese"], "KM": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"], "KR": ["gregorian", "dangi"], "KW": ["gregorian", "islamic-umalqura", "islamic", "islamic-civil", "islamic-tbla"], "LB": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"], "LY": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"], "MA": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"], "MO": ["gregorian", "chinese"], "MR": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"], "OM": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"], "PS": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"], "QA": ["gregorian", "islamic-umalqura", "islamic", "islamic-civil", "islamic-tbla"], "SA": ["islamic-umalqura", "gregorian", "islamic", "islamic-rgsa"], "SD": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"], "SG": ["gregorian", "chinese"], "SY": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"], "TD": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"], "TH": ["buddhist", "gregorian"], "TN": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"], "TW": ["gregorian", "roc", "chinese"], "YE": ["gregorian", "islamic", "islamic-civil", "islamic-tbla"] };
4544
+
4545
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-locale/lib/week-data.generated.js
4546
+ var weekData = { "001": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "AC": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "AD": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "AE": { "minimalDays": 1, "firstDay": 6, "weekend": [5, 6] }, "AF": { "minimalDays": 1, "firstDay": 6, "weekend": [4, 5] }, "AG": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "AI": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "AL": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "AM": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "AO": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "AQ": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "AR": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "AS": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "AT": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "AU": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "AW": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "AX": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "AZ": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "BA": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "BB": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "BD": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "BE": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "BF": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "BG": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "BH": { "minimalDays": 1, "firstDay": 6, "weekend": [5, 6] }, "BI": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "BJ": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "BL": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "BM": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "BN": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "BO": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "BQ": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "BR": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "BS": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "BT": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "BV": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "BW": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "BY": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "BZ": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "CA": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "CC": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "CD": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "CF": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "CG": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "CH": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "CI": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "CK": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "CL": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "CM": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "CN": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "CO": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "CP": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "CR": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "CU": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "CV": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "CW": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "CX": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "CY": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "CZ": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "DE": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "DG": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "DJ": { "minimalDays": 1, "firstDay": 6, "weekend": [6, 7] }, "DK": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "DM": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "DO": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "DZ": { "minimalDays": 1, "firstDay": 6, "weekend": [5, 6] }, "EA": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "EC": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "EE": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "EG": { "minimalDays": 1, "firstDay": 6, "weekend": [5, 6] }, "EH": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "ER": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "ES": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "ET": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "FI": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "FJ": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "FK": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "FM": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "FO": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "FR": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "GA": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "GB": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "GD": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "GE": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "GF": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "GG": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "GH": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "GI": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "GL": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "GM": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "GN": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "GP": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "GQ": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "GR": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "GS": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "GT": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "GU": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "GW": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "GY": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "HK": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "HM": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "HN": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "HR": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "HT": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "HU": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "IC": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "ID": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "IE": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "IL": { "minimalDays": 1, "firstDay": 7, "weekend": [5, 6] }, "IM": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "IN": { "minimalDays": 1, "firstDay": 7, "weekend": [7] }, "IO": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "IQ": { "minimalDays": 1, "firstDay": 6, "weekend": [5, 6] }, "IR": { "minimalDays": 1, "firstDay": 6, "weekend": [5] }, "IS": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "IT": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "JE": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "JM": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "JO": { "minimalDays": 1, "firstDay": 6, "weekend": [5, 6] }, "JP": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "KE": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "KG": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "KH": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "KI": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "KM": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "KN": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "KP": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "KR": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "KW": { "minimalDays": 1, "firstDay": 6, "weekend": [5, 6] }, "KY": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "KZ": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "LA": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "LB": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "LC": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "LI": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "LK": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "LR": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "LS": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "LT": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "LU": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "LV": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "LY": { "minimalDays": 1, "firstDay": 6, "weekend": [5, 6] }, "MA": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "MC": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "MD": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "ME": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "MF": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "MG": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "MH": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "MK": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "ML": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "MM": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "MN": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "MO": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "MP": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "MQ": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "MR": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "MS": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "MT": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "MU": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "MV": { "minimalDays": 1, "firstDay": 5, "weekend": [6, 7] }, "MW": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "MX": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "MY": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "MZ": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "NA": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "NC": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "NE": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "NF": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "NG": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "NI": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "NL": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "NO": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "NP": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "NR": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "NU": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "NZ": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "OM": { "minimalDays": 1, "firstDay": 6, "weekend": [5, 6] }, "PA": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "PE": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "PF": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "PG": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "PH": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "PK": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "PL": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "PM": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "PN": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "PR": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "PS": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "PT": { "minimalDays": 4, "firstDay": 7, "weekend": [6, 7] }, "PW": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "PY": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "QA": { "minimalDays": 1, "firstDay": 6, "weekend": [5, 6] }, "RE": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "RO": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "RS": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "RU": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "RW": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "SA": { "minimalDays": 1, "firstDay": 7, "weekend": [5, 6] }, "SB": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "SC": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "SD": { "minimalDays": 1, "firstDay": 6, "weekend": [5, 6] }, "SE": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "SG": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "SH": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "SI": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "SJ": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "SK": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "SL": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "SM": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "SN": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "SO": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "SR": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "SS": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "ST": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "SV": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "SX": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "SY": { "minimalDays": 1, "firstDay": 6, "weekend": [5, 6] }, "SZ": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "TA": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "TC": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "TD": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "TF": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "TG": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "TH": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "TJ": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "TK": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "TL": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "TM": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "TN": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "TO": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "TR": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "TT": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "TV": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "TW": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "TZ": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "UA": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "UG": { "minimalDays": 1, "firstDay": 1, "weekend": [7] }, "UM": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "US": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "UY": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "UZ": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "VA": { "minimalDays": 4, "firstDay": 1, "weekend": [6, 7] }, "VC": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "VE": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "VG": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "VI": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "VN": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "VU": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "WF": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "WS": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "XK": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "YE": { "minimalDays": 1, "firstDay": 7, "weekend": [5, 6] }, "YT": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "ZA": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "ZM": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] }, "ZW": { "minimalDays": 1, "firstDay": 7, "weekend": [6, 7] }, "ZZ": { "minimalDays": 1, "firstDay": 1, "weekend": [6, 7] } };
4547
+
4548
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-locale/lib/preference-data.js
4549
+ function getCalendarPreferenceDataForRegion(region) {
4550
+ var _region = region ? region.toUpperCase() : null;
4551
+ return (calendars[_region || ""] || calendars["001"]).map(function(c) {
4552
+ if (c === "gregorian") {
4553
+ return "gregory";
4554
+ }
4555
+ if (c === "islamic-civil") {
4556
+ return "islamicc";
4557
+ }
4558
+ return c;
4559
+ });
4560
+ }
4561
+ function getHourCyclesPreferenceDataForLocaleOrRegion(locale, region) {
4562
+ var _locale = locale.toLowerCase();
4563
+ var _region = region ? region.toUpperCase() : "";
4564
+ var hourCyclesPreference = hourCycles[_locale] || hourCycles[_region] || hourCycles["".concat(_locale, "-001")] || hourCycles["001"];
4565
+ return __spreadArray([], hourCyclesPreference, true);
4566
+ }
4567
+ function getTimeZonePreferenceForRegion(region) {
4568
+ var territory = region.toLowerCase();
4569
+ if (timezones[territory]) {
4570
+ return __spreadArray([], timezones[territory], true);
4571
+ }
4572
+ return [];
4573
+ }
4574
+ function getWeekDataForRegion(region) {
4575
+ var _region = region ? region.toUpperCase() : "";
4576
+ return weekData[_region || "001"] || weekData["001"];
4577
+ }
4578
+
4579
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-locale/lib/character-orders.generated.js
4580
+ var characterOrders = { "af": "left-to-right", "ak": "left-to-right", "agq": "left-to-right", "am": "left-to-right", "ar-DZ": "right-to-left", "ar-JO": "right-to-left", "ar-AE": "right-to-left", "ar": "right-to-left", "ar-ER": "right-to-left", "ar-DJ": "right-to-left", "af-NA": "left-to-right", "ar-BH": "right-to-left", "ar-IQ": "right-to-left", "ar-EG": "right-to-left", "ar-EH": "right-to-left", "ar-IL": "right-to-left", "ar-LY": "right-to-left", "ar-KW": "right-to-left", "ar-LB": "right-to-left", "ar-MR": "right-to-left", "ar-MA": "right-to-left", "ar-OM": "right-to-left", "ar-KM": "right-to-left", "ar-PS": "right-to-left", "ar-QA": "right-to-left", "ar-SD": "right-to-left", "ar-SA": "right-to-left", "ar-SS": "right-to-left", "ar-SO": "right-to-left", "ar-SY": "right-to-left", "ar-TD": "right-to-left", "ar-TN": "right-to-left", "ar-YE": "right-to-left", "asa": "left-to-right", "as": "left-to-right", "ast": "left-to-right", "az-Cyrl": "left-to-right", "az-Latn": "left-to-right", "bas": "left-to-right", "az": "left-to-right", "be-tarask": "left-to-right", "be": "left-to-right", "bez": "left-to-right", "bem": "left-to-right", "bm": "left-to-right", "bg": "left-to-right", "bn": "left-to-right", "bn-IN": "left-to-right", "bo": "left-to-right", "bo-IN": "left-to-right", "br": "left-to-right", "bs": "left-to-right", "bs-Latn": "left-to-right", "bs-Cyrl": "left-to-right", "brx": "left-to-right", "ca-AD": "left-to-right", "ca": "left-to-right", "ca-ES-valencia": "left-to-right", "ca-FR": "left-to-right", "ca-IT": "left-to-right", "ccp": "left-to-right", "ccp-IN": "left-to-right", "ce": "left-to-right", "ceb": "left-to-right", "cgg": "left-to-right", "chr": "left-to-right", "ckb-IR": "right-to-left", "ckb": "right-to-left", "cs": "left-to-right", "cy": "left-to-right", "da-GL": "left-to-right", "de": "left-to-right", "dav": "left-to-right", "da": "left-to-right", "de-AT": "left-to-right", "de-BE": "left-to-right", "de-CH": "left-to-right", "de-LI": "left-to-right", "de-IT": "left-to-right", "de-LU": "left-to-right", "dje": "left-to-right", "doi": "left-to-right", "dsb": "left-to-right", "dyo": "left-to-right", "dz": "left-to-right", "dua": "left-to-right", "ee-TG": "left-to-right", "el": "left-to-right", "el-CY": "left-to-right", "ebu": "left-to-right", "en": "left-to-right", "en-001": "left-to-right", "en-150": "left-to-right", "en-AE": "left-to-right", "ee": "left-to-right", "en-AG": "left-to-right", "en-AI": "left-to-right", "en-AT": "left-to-right", "en-AS": "left-to-right", "en-AU": "left-to-right", "en-BB": "left-to-right", "en-BM": "left-to-right", "en-BE": "left-to-right", "en-BS": "left-to-right", "en-BI": "left-to-right", "en-BW": "left-to-right", "en-BZ": "left-to-right", "en-CA": "left-to-right", "en-CC": "left-to-right", "en-CH": "left-to-right", "en-CK": "left-to-right", "en-CM": "left-to-right", "en-CY": "left-to-right", "en-DG": "left-to-right", "en-DE": "left-to-right", "en-CX": "left-to-right", "en-ER": "left-to-right", "en-DM": "left-to-right", "en-FI": "left-to-right", "en-GB": "left-to-right", "en-DK": "left-to-right", "en-FM": "left-to-right", "en-FK": "left-to-right", "en-FJ": "left-to-right", "en-GD": "left-to-right", "en-GG": "left-to-right", "en-GH": "left-to-right", "en-GI": "left-to-right", "en-HK": "left-to-right", "en-GY": "left-to-right", "en-GM": "left-to-right", "en-GU": "left-to-right", "en-IE": "left-to-right", "en-IM": "left-to-right", "en-IL": "left-to-right", "en-JE": "left-to-right", "en-IN": "left-to-right", "en-JM": "left-to-right", "en-IO": "left-to-right", "en-KI": "left-to-right", "en-KY": "left-to-right", "en-KN": "left-to-right", "en-KE": "left-to-right", "en-LC": "left-to-right", "en-LS": "left-to-right", "en-LR": "left-to-right", "en-MH": "left-to-right", "en-MO": "left-to-right", "en-MP": "left-to-right", "en-MT": "left-to-right", "en-MU": "left-to-right", "en-MY": "left-to-right", "en-MS": "left-to-right", "en-MW": "left-to-right", "en-MG": "left-to-right", "en-NA": "left-to-right", "en-NG": "left-to-right", "en-NL": "left-to-right", "en-NR": "left-to-right", "en-NF": "left-to-right", "en-PG": "left-to-right", "en-PH": "left-to-right", "en-NZ": "left-to-right", "en-NU": "left-to-right", "en-PK": "left-to-right", "en-PN": "left-to-right", "en-PR": "left-to-right", "en-PW": "left-to-right", "en-RW": "left-to-right", "en-SC": "left-to-right", "en-SE": "left-to-right", "en-SB": "left-to-right", "en-SH": "left-to-right", "en-SD": "left-to-right", "en-SI": "left-to-right", "en-SG": "left-to-right", "en-SL": "left-to-right", "en-SZ": "left-to-right", "en-TK": "left-to-right", "en-SS": "left-to-right", "en-TC": "left-to-right", "en-UM": "left-to-right", "en-TO": "left-to-right", "en-SX": "left-to-right", "en-TT": "left-to-right", "en-TV": "left-to-right", "en-TZ": "left-to-right", "en-UG": "left-to-right", "en-VU": "left-to-right", "en-VI": "left-to-right", "en-VC": "left-to-right", "en-VG": "left-to-right", "en-WS": "left-to-right", "en-ZA": "left-to-right", "es": "left-to-right", "eo": "left-to-right", "en-ZM": "left-to-right", "en-ZW": "left-to-right", "es-AR": "left-to-right", "es-419": "left-to-right", "es-BR": "left-to-right", "es-BZ": "left-to-right", "es-BO": "left-to-right", "es-CR": "left-to-right", "es-CL": "left-to-right", "es-CO": "left-to-right", "es-CU": "left-to-right", "es-DO": "left-to-right", "es-EA": "left-to-right", "es-EC": "left-to-right", "es-GQ": "left-to-right", "es-GT": "left-to-right", "es-HN": "left-to-right", "es-NI": "left-to-right", "es-IC": "left-to-right", "es-MX": "left-to-right", "es-PE": "left-to-right", "es-PH": "left-to-right", "es-PA": "left-to-right", "es-PR": "left-to-right", "es-PY": "left-to-right", "es-SV": "left-to-right", "es-US": "left-to-right", "es-UY": "left-to-right", "es-VE": "left-to-right", "et": "left-to-right", "eu": "left-to-right", "fa": "right-to-left", "ff-Adlm": "right-to-left", "ff": "left-to-right", "ewo": "left-to-right", "ff-Adlm-BF": "right-to-left", "ff-Adlm-CM": "right-to-left", "fa-AF": "right-to-left", "ff-Adlm-GH": "right-to-left", "ff-Adlm-GM": "right-to-left", "ff-Adlm-GW": "right-to-left", "ff-Adlm-LR": "right-to-left", "ff-Adlm-MR": "right-to-left", "ff-Adlm-NE": "right-to-left", "ff-Adlm-NG": "right-to-left", "ff-Adlm-SL": "right-to-left", "ff-Adlm-SN": "right-to-left", "ff-Latn-BF": "left-to-right", "ff-Latn-CM": "left-to-right", "ff-Latn-GH": "left-to-right", "ff-Latn": "left-to-right", "ff-Latn-GN": "left-to-right", "ff-Latn-GM": "left-to-right", "ff-Latn-GW": "left-to-right", "ff-Latn-MR": "left-to-right", "ff-Latn-LR": "left-to-right", "ff-Latn-NG": "left-to-right", "ff-Latn-SL": "left-to-right", "fi": "left-to-right", "ff-Latn-NE": "left-to-right", "fil": "left-to-right", "fo": "left-to-right", "fo-DK": "left-to-right", "fr": "left-to-right", "fr-BE": "left-to-right", "fr-BF": "left-to-right", "fr-BI": "left-to-right", "fr-BJ": "left-to-right", "fr-BL": "left-to-right", "fr-CA": "left-to-right", "fr-CD": "left-to-right", "fr-CF": "left-to-right", "fr-CG": "left-to-right", "fr-CH": "left-to-right", "fr-CM": "left-to-right", "fr-CI": "left-to-right", "fr-DJ": "left-to-right", "fr-DZ": "left-to-right", "fr-GA": "left-to-right", "fr-GF": "left-to-right", "fr-GN": "left-to-right", "fr-GP": "left-to-right", "fr-GQ": "left-to-right", "fr-HT": "left-to-right", "fr-KM": "left-to-right", "fr-LU": "left-to-right", "fr-MA": "left-to-right", "fr-MC": "left-to-right", "fr-MF": "left-to-right", "fr-MG": "left-to-right", "fr-ML": "left-to-right", "fr-MQ": "left-to-right", "fr-MR": "left-to-right", "fr-MU": "left-to-right", "fr-NC": "left-to-right", "fr-NE": "left-to-right", "fr-PF": "left-to-right", "fr-RE": "left-to-right", "fr-PM": "left-to-right", "fr-RW": "left-to-right", "fr-SC": "left-to-right", "fr-SN": "left-to-right", "fr-SY": "left-to-right", "fr-TD": "left-to-right", "fr-TG": "left-to-right", "fr-TN": "left-to-right", "fr-VU": "left-to-right", "fr-WF": "left-to-right", "fur": "left-to-right", "ga": "left-to-right", "ga-GB": "left-to-right", "fy": "left-to-right", "fr-YT": "left-to-right", "gsw-FR": "left-to-right", "gd": "left-to-right", "gl": "left-to-right", "gsw": "left-to-right", "gv": "left-to-right", "gsw-LI": "left-to-right", "gu": "left-to-right", "ha": "left-to-right", "ha-GH": "left-to-right", "guz": "left-to-right", "ha-NE": "left-to-right", "haw": "left-to-right", "he": "right-to-left", "hi": "left-to-right", "hr": "left-to-right", "hr-BA": "left-to-right", "hsb": "left-to-right", "hu": "left-to-right", "hy": "left-to-right", "id": "left-to-right", "ig": "left-to-right", "ia": "left-to-right", "ii": "left-to-right", "is": "left-to-right", "it": "left-to-right", "it-CH": "left-to-right", "it-SM": "left-to-right", "jmc": "left-to-right", "it-VA": "left-to-right", "ja": "left-to-right", "jgo": "left-to-right", "kam": "left-to-right", "kab": "left-to-right", "kgp": "left-to-right", "ka": "left-to-right", "kea": "left-to-right", "ki": "left-to-right", "jv": "left-to-right", "khq": "left-to-right", "kde": "left-to-right", "kk": "left-to-right", "kkj": "left-to-right", "kl": "left-to-right", "kln": "left-to-right", "km": "left-to-right", "ko": "left-to-right", "kn": "left-to-right", "ksb": "left-to-right", "ks": "right-to-left", "ks-Arab": "right-to-left", "ku": "left-to-right", "kw": "left-to-right", "ko-KP": "left-to-right", "ksh": "left-to-right", "ky": "left-to-right", "kok": "left-to-right", "lag": "left-to-right", "ksf": "left-to-right", "lb": "left-to-right", "lg": "left-to-right", "lkt": "left-to-right", "ln-AO": "left-to-right", "ln": "left-to-right", "ln-CF": "left-to-right", "lo": "left-to-right", "lu": "left-to-right", "lrc": "right-to-left", "lt": "left-to-right", "lrc-IQ": "right-to-left", "ln-CG": "left-to-right", "luo": "left-to-right", "luy": "left-to-right", "mai": "left-to-right", "lv": "left-to-right", "mas": "left-to-right", "mas-TZ": "left-to-right", "mer": "left-to-right", "mfe": "left-to-right", "mg": "left-to-right", "mgh": "left-to-right", "mgo": "left-to-right", "mi": "left-to-right", "ml": "left-to-right", "mk": "left-to-right", "mni": "left-to-right", "mni-Beng": "left-to-right", "mn": "left-to-right", "mr": "left-to-right", "ms": "left-to-right", "ms-BN": "left-to-right", "ms-ID": "left-to-right", "ms-SG": "left-to-right", "mt": "left-to-right", "my": "left-to-right", "mua": "left-to-right", "naq": "left-to-right", "mzn": "right-to-left", "nb": "left-to-right", "nb-SJ": "left-to-right", "nds": "left-to-right", "nd": "left-to-right", "ne": "left-to-right", "nds-NL": "left-to-right", "ne-IN": "left-to-right", "nl": "left-to-right", "nl-AW": "left-to-right", "nl-BE": "left-to-right", "nl-BQ": "left-to-right", "nl-CW": "left-to-right", "nl-SR": "left-to-right", "nl-SX": "left-to-right", "nn": "left-to-right", "nmg": "left-to-right", "nnh": "left-to-right", "no": "left-to-right", "nus": "left-to-right", "nyn": "left-to-right", "om": "left-to-right", "om-KE": "left-to-right", "or": "left-to-right", "os": "left-to-right", "os-RU": "left-to-right", "pa": "left-to-right", "pa-Arab": "right-to-left", "pcm": "left-to-right", "pa-Guru": "left-to-right", "pl": "left-to-right", "ps-PK": "right-to-left", "ps": "right-to-left", "pt": "left-to-right", "pt-CH": "left-to-right", "pt-AO": "left-to-right", "pt-CV": "left-to-right", "pt-GW": "left-to-right", "pt-GQ": "left-to-right", "pt-LU": "left-to-right", "pt-MO": "left-to-right", "pt-MZ": "left-to-right", "pt-PT": "left-to-right", "pt-ST": "left-to-right", "qu-BO": "left-to-right", "qu": "left-to-right", "pt-TL": "left-to-right", "rm": "left-to-right", "qu-EC": "left-to-right", "ro-MD": "left-to-right", "rn": "left-to-right", "ro": "left-to-right", "rof": "left-to-right", "ru-BY": "left-to-right", "ru": "left-to-right", "ru-KG": "left-to-right", "ru-KZ": "left-to-right", "ru-MD": "left-to-right", "ru-UA": "left-to-right", "rw": "left-to-right", "sa": "left-to-right", "rwk": "left-to-right", "sah": "left-to-right", "sat-Olck": "left-to-right", "sat": "left-to-right", "saq": "left-to-right", "sc": "left-to-right", "sd": "right-to-left", "sd-Arab": "right-to-left", "sbp": "left-to-right", "sd-Deva": "left-to-right", "se": "left-to-right", "se-SE": "left-to-right", "se-FI": "left-to-right", "seh": "left-to-right", "shi": "left-to-right", "sg": "left-to-right", "shi-Tfng": "left-to-right", "ses": "left-to-right", "si": "left-to-right", "shi-Latn": "left-to-right", "so": "left-to-right", "smn": "left-to-right", "sn": "left-to-right", "so-ET": "left-to-right", "sl": "left-to-right", "sk": "left-to-right", "so-DJ": "left-to-right", "so-KE": "left-to-right", "sq": "left-to-right", "sq-MK": "left-to-right", "sq-XK": "left-to-right", "sr-Cyrl-ME": "left-to-right", "sr": "left-to-right", "sr-Cyrl": "left-to-right", "sr-Cyrl-BA": "left-to-right", "sr-Cyrl-XK": "left-to-right", "sr-Latn-BA": "left-to-right", "sr-Latn": "left-to-right", "sr-Latn-ME": "left-to-right", "sr-Latn-XK": "left-to-right", "su": "left-to-right", "su-Latn": "left-to-right", "sv": "left-to-right", "sv-AX": "left-to-right", "sv-FI": "left-to-right", "sw": "left-to-right", "sw-CD": "left-to-right", "sw-KE": "left-to-right", "ta": "left-to-right", "ta-LK": "left-to-right", "sw-UG": "left-to-right", "ta-MY": "left-to-right", "te": "left-to-right", "ta-SG": "left-to-right", "teo": "left-to-right", "tg": "left-to-right", "teo-KE": "left-to-right", "th": "left-to-right", "ti": "left-to-right", "ti-ER": "left-to-right", "tk": "left-to-right", "to": "left-to-right", "tr": "left-to-right", "tt": "left-to-right", "tzm": "left-to-right", "ug": "right-to-left", "uk": "left-to-right", "und": "left-to-right", "tr-CY": "left-to-right", "ur-IN": "right-to-left", "twq": "left-to-right", "uz-Arab": "right-to-left", "uz-Cyrl": "left-to-right", "uz": "left-to-right", "ur": "right-to-left", "uz-Latn": "left-to-right", "vai": "left-to-right", "vai-Latn": "left-to-right", "vai-Vaii": "left-to-right", "vi": "left-to-right", "vun": "left-to-right", "wae": "left-to-right", "wo": "left-to-right", "xh": "left-to-right", "xog": "left-to-right", "yav": "left-to-right", "yi": "right-to-left", "yo": "left-to-right", "yo-BJ": "left-to-right", "yrl": "left-to-right", "yrl-CO": "left-to-right", "yrl-VE": "left-to-right", "yue": "left-to-right", "yue-Hans": "left-to-right", "yue-Hant": "left-to-right", "zh": "left-to-right", "zgh": "left-to-right", "zh-Hans-MO": "left-to-right", "zh-Hans": "left-to-right", "zu": "left-to-right", "zh-Hans-SG": "left-to-right", "zh-Hant": "left-to-right", "zh-Hant-MO": "left-to-right", "zh-Hans-HK": "left-to-right", "zh-Hant-HK": "left-to-right" };
4581
+
4582
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-locale/lib/numbering-systems.generated.js
4583
+ var numberingSystems = { "af": ["latn"], "agq": ["latn"], "af-NA": ["latn"], "am": ["latn", "ethi"], "ar": ["arab"], "ar-BH": ["arab"], "ar-AE": ["latn", "arab"], "ar-DJ": ["arab"], "ak": ["latn"], "ar-DZ": ["latn", "arab"], "ar-EG": ["arab"], "ar-ER": ["arab"], "ar-EH": ["latn", "arab"], "ar-IQ": ["arab"], "ar-JO": ["arab"], "ar-IL": ["arab"], "ar-KW": ["arab"], "ar-MR": ["arab"], "ar-LY": ["latn", "arab"], "ar-OM": ["arab"], "ar-SO": ["arab"], "ar-LB": ["arab"], "ar-QA": ["arab"], "ar-SA": ["arab"], "ar-SD": ["arab"], "ar-SY": ["arab"], "ar-MA": ["latn", "arab"], "ar-TN": ["latn", "arab"], "ar-PS": ["arab"], "ar-TD": ["arab"], "ar-SS": ["arab"], "ar-KM": ["arab"], "asa": ["latn"], "as": ["beng"], "az-Cyrl": ["latn"], "bem": ["latn"], "bg": ["latn"], "ar-YE": ["arab"], "bez": ["latn"], "ast": ["latn"], "bas": ["latn"], "bm": ["latn"], "be-tarask": ["latn"], "az-Latn": ["latn"], "az": ["latn"], "be": ["latn"], "bn": ["beng"], "bn-IN": ["beng"], "bo": ["latn", "tibt"], "br": ["latn"], "ca": ["latn"], "ca-AD": ["latn"], "brx": ["latn", "deva"], "bo-IN": ["latn", "tibt"], "ca-FR": ["latn"], "bs-Latn": ["latn"], "ca-ES-valencia": ["latn"], "bs": ["latn"], "bs-Cyrl": ["latn"], "ccp": ["cakm"], "ccp-IN": ["cakm"], "ce": ["latn"], "ceb": ["latn"], "ca-IT": ["latn"], "chr": ["latn"], "cgg": ["latn"], "da": ["latn"], "cs": ["latn"], "dav": ["latn"], "da-GL": ["latn"], "ckb-IR": ["arab"], "ckb": ["arab"], "cy": ["latn"], "de-AT": ["latn"], "de-CH": ["latn"], "de": ["latn"], "de-BE": ["latn"], "de-IT": ["latn"], "de-LI": ["latn"], "de-LU": ["latn"], "doi": ["latn", "deva"], "dje": ["latn"], "dsb": ["latn"], "dua": ["latn"], "dyo": ["latn"], "ee": ["latn"], "dz": ["tibt"], "ebu": ["latn"], "ee-TG": ["latn"], "el": ["latn", "grek"], "el-CY": ["latn", "grek"], "en": ["latn"], "en-001": ["latn"], "en-150": ["latn"], "en-AE": ["latn"], "en-AG": ["latn"], "en-AI": ["latn"], "en-AS": ["latn"], "en-BB": ["latn"], "en-AU": ["latn"], "en-BE": ["latn"], "en-BI": ["latn"], "en-AT": ["latn"], "en-BM": ["latn"], "en-BS": ["latn"], "en-CA": ["latn"], "en-BW": ["latn"], "en-BZ": ["latn"], "en-CH": ["latn"], "en-CC": ["latn"], "en-CK": ["latn"], "en-CM": ["latn"], "en-CY": ["latn"], "en-CX": ["latn"], "en-ER": ["latn"], "en-DM": ["latn"], "en-DE": ["latn"], "en-DG": ["latn"], "en-DK": ["latn"], "en-FJ": ["latn"], "en-GB": ["latn"], "en-FM": ["latn"], "en-FK": ["latn"], "en-FI": ["latn"], "en-GG": ["latn"], "en-GD": ["latn"], "en-GH": ["latn"], "en-GI": ["latn"], "en-GM": ["latn"], "en-GU": ["latn"], "en-GY": ["latn"], "en-HK": ["latn"], "en-IL": ["latn"], "en-IE": ["latn"], "en-IM": ["latn"], "en-IN": ["latn"], "en-JE": ["latn"], "en-JM": ["latn"], "en-IO": ["latn"], "en-KE": ["latn"], "en-KI": ["latn"], "en-KN": ["latn"], "en-KY": ["latn"], "en-LC": ["latn"], "en-LS": ["latn"], "en-LR": ["latn"], "en-MG": ["latn"], "en-MH": ["latn"], "en-MO": ["latn"], "en-MP": ["latn"], "en-MS": ["latn"], "en-MT": ["latn"], "en-MU": ["latn"], "en-MY": ["latn"], "en-MW": ["latn"], "en-NA": ["latn"], "en-NF": ["latn"], "en-NG": ["latn"], "en-NL": ["latn"], "en-NR": ["latn"], "en-NU": ["latn"], "en-PK": ["latn"], "en-PR": ["latn"], "en-PG": ["latn"], "en-PN": ["latn"], "en-SC": ["latn"], "en-PH": ["latn"], "en-PW": ["latn"], "en-NZ": ["latn"], "en-SB": ["latn"], "en-RW": ["latn"], "en-SD": ["latn"], "en-SE": ["latn"], "en-SG": ["latn"], "en-SH": ["latn"], "en-SI": ["latn"], "en-SL": ["latn"], "en-SX": ["latn"], "en-TK": ["latn"], "en-TT": ["latn"], "en-TO": ["latn"], "en-SZ": ["latn"], "en-TC": ["latn"], "en-TZ": ["latn"], "en-SS": ["latn"], "en-UG": ["latn"], "en-UM": ["latn"], "en-TV": ["latn"], "en-VC": ["latn"], "en-VG": ["latn"], "en-VI": ["latn"], "en-VU": ["latn"], "en-WS": ["latn"], "en-ZA": ["latn"], "en-ZM": ["latn"], "en-ZW": ["latn"], "eo": ["latn"], "es": ["latn"], "es-419": ["latn"], "es-AR": ["latn"], "es-BO": ["latn"], "es-BR": ["latn"], "es-BZ": ["latn"], "es-CL": ["latn"], "es-CO": ["latn"], "es-CR": ["latn"], "es-CU": ["latn"], "es-DO": ["latn"], "es-EA": ["latn"], "es-EC": ["latn"], "es-GQ": ["latn"], "es-HN": ["latn"], "es-GT": ["latn"], "es-IC": ["latn"], "es-MX": ["latn"], "es-NI": ["latn"], "es-PE": ["latn"], "es-PA": ["latn"], "es-PH": ["latn"], "es-PR": ["latn"], "es-PY": ["latn"], "es-SV": ["latn"], "es-US": ["latn"], "es-UY": ["latn"], "eu": ["latn"], "et": ["latn"], "ewo": ["latn"], "es-VE": ["latn"], "fa-AF": ["arabext"], "fa": ["arabext"], "ff-Adlm": ["adlm"], "ff": ["latn"], "ff-Adlm-CM": ["adlm"], "ff-Adlm-BF": ["adlm"], "ff-Adlm-GH": ["adlm"], "ff-Adlm-GM": ["adlm"], "ff-Adlm-GW": ["adlm"], "ff-Adlm-LR": ["adlm"], "ff-Adlm-MR": ["adlm"], "ff-Adlm-NE": ["adlm"], "ff-Adlm-NG": ["adlm"], "ff-Adlm-SL": ["adlm"], "ff-Latn-BF": ["latn"], "ff-Adlm-SN": ["adlm"], "ff-Latn-CM": ["latn"], "ff-Latn-GM": ["latn"], "ff-Latn-GH": ["latn"], "ff-Latn": ["latn"], "ff-Latn-GN": ["latn"], "ff-Latn-GW": ["latn"], "ff-Latn-LR": ["latn"], "ff-Latn-MR": ["latn"], "ff-Latn-NE": ["latn"], "ff-Latn-NG": ["latn"], "ff-Latn-SL": ["latn"], "fi": ["latn"], "fil": ["latn"], "fo-DK": ["latn"], "fo": ["latn"], "fr": ["latn"], "fr-BE": ["latn"], "fr-BF": ["latn"], "fr-BI": ["latn"], "fr-BJ": ["latn"], "fr-BL": ["latn"], "fr-CA": ["latn"], "fr-CD": ["latn"], "fr-CF": ["latn"], "fr-CG": ["latn"], "fr-CH": ["latn"], "fr-CI": ["latn"], "fr-CM": ["latn"], "fr-DJ": ["latn"], "fr-DZ": ["latn"], "fr-GA": ["latn"], "fr-GF": ["latn"], "fr-GN": ["latn"], "fr-GP": ["latn"], "fr-GQ": ["latn"], "fr-HT": ["latn"], "fr-KM": ["latn"], "fr-LU": ["latn"], "fr-MA": ["latn"], "fr-MC": ["latn"], "fr-MF": ["latn"], "fr-MG": ["latn"], "fr-ML": ["latn"], "fr-MQ": ["latn"], "fr-MU": ["latn"], "fr-MR": ["latn"], "fr-NC": ["latn"], "fr-NE": ["latn"], "fr-PF": ["latn"], "fr-RE": ["latn"], "fr-PM": ["latn"], "fr-RW": ["latn"], "fr-SC": ["latn"], "fr-SN": ["latn"], "fr-TD": ["latn"], "fr-SY": ["latn"], "fr-TG": ["latn"], "fr-TN": ["latn"], "fr-VU": ["latn"], "fr-WF": ["latn"], "fr-YT": ["latn"], "fur": ["latn"], "fy": ["latn"], "ga-GB": ["latn"], "ga": ["latn"], "gd": ["latn"], "gl": ["latn"], "gsw": ["latn"], "gsw-FR": ["latn"], "gsw-LI": ["latn"], "guz": ["latn"], "gu": ["latn", "gujr"], "gv": ["latn"], "ha-GH": ["latn"], "ha": ["latn"], "ha-NE": ["latn"], "haw": ["latn"], "he": ["latn", "hebr"], "hr-BA": ["latn"], "hi": ["latn", "deva"], "hr": ["latn"], "hsb": ["latn"], "hu": ["latn"], "hy": ["latn", "armn"], "id": ["latn"], "ia": ["latn"], "ig": ["latn"], "ii": ["latn"], "is": ["latn"], "it": ["latn"], "it-CH": ["latn"], "it-SM": ["latn"], "it-VA": ["latn"], "ja": ["latn", "jpan", "jpanfin"], "jgo": ["latn"], "jmc": ["latn"], "ka": ["latn", "geor"], "jv": ["latn", "java"], "kab": ["latn"], "kam": ["latn"], "kde": ["latn"], "kea": ["latn"], "kgp": ["latn"], "khq": ["latn"], "ki": ["latn"], "kk": ["latn"], "kkj": ["latn"], "kl": ["latn"], "kln": ["latn"], "km": ["latn", "khmr"], "kok": ["latn", "deva"], "ko": ["latn"], "ks-Arab": ["arabext"], "ks": ["arabext"], "ko-KP": ["latn"], "kn": ["latn", "knda"], "ksb": ["latn"], "ksf": ["latn"], "ksh": ["latn"], "ku": ["latn"], "kw": ["latn"], "ky": ["latn"], "lag": ["latn"], "lb": ["latn"], "lg": ["latn"], "lkt": ["latn"], "ln": ["latn"], "ln-AO": ["latn"], "ln-CF": ["latn"], "lo": ["latn", "laoo"], "ln-CG": ["latn"], "lrc": ["arabext"], "lt": ["latn"], "lrc-IQ": ["arabext"], "lu": ["latn"], "luo": ["latn"], "luy": ["latn"], "mai": ["latn", "deva"], "lv": ["latn"], "mas": ["latn"], "mas-TZ": ["latn"], "mer": ["latn"], "mg": ["latn"], "mfe": ["latn"], "mgh": ["latn"], "mgo": ["latn"], "mi": ["latn"], "mk": ["latn"], "mn": ["latn"], "mni": ["beng", "latn"], "ml": ["latn", "mlym"], "mni-Beng": ["beng", "latn"], "mr": ["deva"], "ms": ["latn"], "ms-BN": ["latn"], "ms-ID": ["latn"], "ms-SG": ["latn"], "mt": ["latn"], "mua": ["latn"], "my": ["mymr"], "mzn": ["arabext"], "nb": ["latn"], "naq": ["latn"], "nb-SJ": ["latn"], "nd": ["latn"], "nds-NL": ["latn"], "nds": ["latn"], "ne": ["deva"], "ne-IN": ["deva"], "nl": ["latn"], "nl-AW": ["latn"], "nl-BE": ["latn"], "nl-BQ": ["latn"], "nl-CW": ["latn"], "nl-SR": ["latn"], "nmg": ["latn"], "nl-SX": ["latn"], "nn": ["latn"], "no": ["latn"], "nnh": ["latn"], "nus": ["latn"], "om": ["latn", "ethi"], "nyn": ["latn"], "om-KE": ["latn", "ethi"], "or": ["latn", "orya"], "os-RU": ["latn"], "os": ["latn"], "pa": ["latn", "guru"], "pa-Guru": ["latn", "guru"], "pa-Arab": ["arabext"], "pcm": ["latn"], "pl": ["latn"], "ps": ["arabext"], "ps-PK": ["arabext"], "pt": ["latn"], "pt-CH": ["latn"], "pt-AO": ["latn"], "pt-CV": ["latn"], "pt-GQ": ["latn"], "pt-GW": ["latn"], "pt-LU": ["latn"], "pt-MO": ["latn"], "pt-MZ": ["latn"], "pt-PT": ["latn"], "pt-ST": ["latn"], "pt-TL": ["latn"], "qu-EC": ["latn"], "qu-BO": ["latn"], "rm": ["latn"], "qu": ["latn"], "rn": ["latn"], "ro": ["latn"], "ro-MD": ["latn"], "rof": ["latn"], "ru": ["latn"], "ru-BY": ["latn"], "ru-KG": ["latn"], "ru-MD": ["latn"], "ru-KZ": ["latn"], "ru-UA": ["latn"], "rw": ["latn"], "rwk": ["latn"], "sa": ["deva"], "sat": ["olck", "latn"], "saq": ["latn"], "sah": ["latn"], "sat-Olck": ["olck", "latn"], "sc": ["latn"], "sd": ["arab"], "sbp": ["latn"], "sd-Arab": ["arab"], "sd-Deva": ["latn"], "se": ["latn"], "se-FI": ["latn"], "se-SE": ["latn"], "seh": ["latn"], "ses": ["latn"], "sg": ["latn"], "shi": ["latn"], "shi-Latn": ["latn"], "shi-Tfng": ["latn"], "si": ["latn"], "sk": ["latn"], "sn": ["latn"], "sl": ["latn"], "smn": ["latn"], "so": ["latn"], "so-DJ": ["latn"], "so-ET": ["latn"], "sq": ["latn"], "so-KE": ["latn"], "sq-MK": ["latn"], "sr-Cyrl-BA": ["latn"], "sr-Latn": ["latn"], "sr-Cyrl": ["latn"], "sr-Latn-ME": ["latn"], "sr-Latn-BA": ["latn"], "sq-XK": ["latn"], "sr": ["latn"], "sr-Cyrl-XK": ["latn"], "sr-Cyrl-ME": ["latn"], "sr-Latn-XK": ["latn"], "sv": ["latn"], "su": ["latn"], "su-Latn": ["latn"], "sv-FI": ["latn"], "sv-AX": ["latn"], "sw": ["latn"], "sw-CD": ["latn"], "sw-KE": ["latn"], "ta": ["latn", "tamldec", "taml"], "ta-LK": ["latn", "tamldec", "taml"], "sw-UG": ["latn"], "ta-MY": ["latn", "tamldec", "taml"], "ta-SG": ["latn", "tamldec", "taml"], "te": ["latn", "telu"], "teo": ["latn"], "teo-KE": ["latn"], "tg": ["latn"], "th": ["latn", "thai"], "ti": ["latn", "ethi"], "ti-ER": ["latn", "ethi"], "tk": ["latn"], "tr-CY": ["latn"], "tt": ["latn"], "ug": ["latn", "arabext"], "tr": ["latn"], "tzm": ["latn"], "twq": ["latn"], "to": ["latn"], "uk": ["latn"], "ur": ["latn", "arabext"], "ur-IN": ["arabext"], "uz": ["latn"], "uz-Arab": ["arabext"], "und": ["latn"], "uz-Latn": ["latn"], "vai": ["latn", "vaii"], "uz-Cyrl": ["latn"], "vai-Latn": ["latn", "vaii"], "vai-Vaii": ["latn", "vaii"], "vun": ["latn"], "wae": ["latn"], "vi": ["latn"], "xh": ["latn"], "wo": ["latn"], "xog": ["latn"], "yav": ["latn"], "yi": ["latn", "hebr"], "yrl": ["latn"], "yo-BJ": ["latn"], "yo": ["latn"], "yrl-VE": ["latn"], "yrl-CO": ["latn"], "yue": ["latn", "hanidec", "hant", "hantfin"], "yue-Hans": ["latn", "hanidec", "hans", "hansfin"], "zh": ["latn", "hanidec", "hans", "hansfin"], "zh-Hans": ["latn", "hanidec", "hans", "hansfin"], "yue-Hant": ["latn", "hanidec", "hant", "hantfin"], "zgh": ["latn"], "zh-Hans-HK": ["latn", "hanidec", "hans", "hansfin"], "zh-Hans-MO": ["latn", "hanidec", "hans", "hansfin"], "zh-Hans-SG": ["latn", "hanidec", "hans", "hansfin"], "zh-Hant-HK": ["latn", "hanidec", "hant", "hantfin"], "zh-Hant-MO": ["latn", "hanidec", "hant", "hantfin"], "zh-Hant": ["latn", "hanidec", "hant", "hantfin"], "zu": ["latn"] };
4584
+
4585
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-locale/lib/index.js
4194
4586
  var RELEVANT_EXTENSION_KEYS = ["ca", "co", "hc", "kf", "kn", "nu"];
4195
4587
  var UNICODE_TYPE_REGEX = /^[a-z0-9]{3,8}(-[a-z0-9]{3,8})*$/i;
4196
4588
  function applyOptionsToTag(tag, options) {
@@ -4218,7 +4610,7 @@
4218
4610
  if (region !== void 0) {
4219
4611
  languageId.region = region;
4220
4612
  }
4221
- return Intl.getCanonicalLocales((0, import_intl_getcanonicallocales.emitUnicodeLocaleId)((0, import_tslib2.__assign)((0, import_tslib2.__assign)({}, (0, import_intl_getcanonicallocales.parseUnicodeLocaleId)(tag)), { lang: languageId })))[0];
4613
+ return Intl.getCanonicalLocales((0, import_intl_getcanonicallocales.emitUnicodeLocaleId)(__assign(__assign({}, (0, import_intl_getcanonicallocales.parseUnicodeLocaleId)(tag)), { lang: languageId })))[0];
4222
4614
  }
4223
4615
  function applyUnicodeExtensionToTag(tag, options, relevantExtensionKeys) {
4224
4616
  var unicodeExtension;
@@ -4286,7 +4678,7 @@
4286
4678
  lang: !lang || lang === "und" ? replacement.lang : lang,
4287
4679
  script: script || replacement.script,
4288
4680
  region: region || replacement.region,
4289
- variants: (0, import_tslib2.__spreadArray)((0, import_tslib2.__spreadArray)([], variants, true), replacement.variants, true)
4681
+ variants: __spreadArray(__spreadArray([], variants, true), replacement.variants, true)
4290
4682
  };
4291
4683
  }
4292
4684
  function addLikelySubtags(tag) {
@@ -4330,27 +4722,109 @@
4330
4722
  if (!maxLocale) {
4331
4723
  return tag;
4332
4724
  }
4333
- maxLocale = (0, import_intl_getcanonicallocales.emitUnicodeLanguageId)((0, import_tslib2.__assign)((0, import_tslib2.__assign)({}, (0, import_intl_getcanonicallocales.parseUnicodeLanguageId)(maxLocale)), { variants: [] }));
4725
+ maxLocale = (0, import_intl_getcanonicallocales.emitUnicodeLanguageId)(__assign(__assign({}, (0, import_intl_getcanonicallocales.parseUnicodeLanguageId)(maxLocale)), { variants: [] }));
4334
4726
  var ast = (0, import_intl_getcanonicallocales.parseUnicodeLocaleId)(tag);
4335
4727
  var _a = ast.lang, lang = _a.lang, script = _a.script, region = _a.region, variants = _a.variants;
4336
4728
  var trial = addLikelySubtags((0, import_intl_getcanonicallocales.emitUnicodeLanguageId)({ lang, variants: [] }));
4337
4729
  if (trial === maxLocale) {
4338
- return (0, import_intl_getcanonicallocales.emitUnicodeLocaleId)((0, import_tslib2.__assign)((0, import_tslib2.__assign)({}, ast), { lang: mergeUnicodeLanguageId(lang, void 0, void 0, variants) }));
4730
+ return (0, import_intl_getcanonicallocales.emitUnicodeLocaleId)(__assign(__assign({}, ast), { lang: mergeUnicodeLanguageId(lang, void 0, void 0, variants) }));
4339
4731
  }
4340
4732
  if (region) {
4341
4733
  var trial_1 = addLikelySubtags((0, import_intl_getcanonicallocales.emitUnicodeLanguageId)({ lang, region, variants: [] }));
4342
4734
  if (trial_1 === maxLocale) {
4343
- return (0, import_intl_getcanonicallocales.emitUnicodeLocaleId)((0, import_tslib2.__assign)((0, import_tslib2.__assign)({}, ast), { lang: mergeUnicodeLanguageId(lang, void 0, region, variants) }));
4735
+ return (0, import_intl_getcanonicallocales.emitUnicodeLocaleId)(__assign(__assign({}, ast), { lang: mergeUnicodeLanguageId(lang, void 0, region, variants) }));
4344
4736
  }
4345
4737
  }
4346
4738
  if (script) {
4347
4739
  var trial_2 = addLikelySubtags((0, import_intl_getcanonicallocales.emitUnicodeLanguageId)({ lang, script, variants: [] }));
4348
4740
  if (trial_2 === maxLocale) {
4349
- return (0, import_intl_getcanonicallocales.emitUnicodeLocaleId)((0, import_tslib2.__assign)((0, import_tslib2.__assign)({}, ast), { lang: mergeUnicodeLanguageId(lang, script, void 0, variants) }));
4741
+ return (0, import_intl_getcanonicallocales.emitUnicodeLocaleId)(__assign(__assign({}, ast), { lang: mergeUnicodeLanguageId(lang, script, void 0, variants) }));
4350
4742
  }
4351
4743
  }
4352
4744
  return tag;
4353
4745
  }
4746
+ function createArrayFromListOrRestricted(list, restricted) {
4747
+ var result = list;
4748
+ if (restricted !== void 0) {
4749
+ result = [restricted];
4750
+ }
4751
+ return Array.from(result);
4752
+ }
4753
+ function calendarsOfLocale(loc) {
4754
+ var locInternalSlots = getInternalSlots(loc);
4755
+ var restricted = locInternalSlots.calendar;
4756
+ var locale = locInternalSlots.locale;
4757
+ var region;
4758
+ if (locale !== "root") {
4759
+ region = loc.maximize().region;
4760
+ }
4761
+ var preferredCalendars = getCalendarPreferenceDataForRegion(region);
4762
+ return createArrayFromListOrRestricted(preferredCalendars, restricted);
4763
+ }
4764
+ function collationsOfLocale(loc) {
4765
+ var locInternalSlots = getInternalSlots(loc);
4766
+ var restricted = locInternalSlots.collation;
4767
+ var locale = locInternalSlots.locale;
4768
+ var supportedCollations = (0, import_intl_enumerator.supportedValuesOf)("collation", locale).filter(function(co) {
4769
+ return co !== "standard" && co !== "search";
4770
+ });
4771
+ supportedCollations.sort();
4772
+ return createArrayFromListOrRestricted(supportedCollations, restricted);
4773
+ }
4774
+ function hourCyclesOfLocale(loc) {
4775
+ var locInternalSlots = getInternalSlots(loc);
4776
+ var restricted = locInternalSlots.hourCycle;
4777
+ var locale = locInternalSlots.locale;
4778
+ var region;
4779
+ if (locale !== "root") {
4780
+ region = loc.maximize().region;
4781
+ }
4782
+ var preferredHourCycles = getHourCyclesPreferenceDataForLocaleOrRegion(locale, region);
4783
+ return createArrayFromListOrRestricted(preferredHourCycles, restricted);
4784
+ }
4785
+ function numberingSystemsOfLocale(loc) {
4786
+ var _a;
4787
+ var locInternalSlots = getInternalSlots(loc);
4788
+ var restricted = locInternalSlots.numberingSystem;
4789
+ var locale = locInternalSlots.locale;
4790
+ var language = loc.language;
4791
+ var localeNumberingSystems = (_a = numberingSystems[locale]) !== null && _a !== void 0 ? _a : numberingSystems[language];
4792
+ if (localeNumberingSystems) {
4793
+ return createArrayFromListOrRestricted(__spreadArray([], localeNumberingSystems, true), restricted);
4794
+ }
4795
+ return createArrayFromListOrRestricted([], restricted);
4796
+ }
4797
+ function timeZonesOfLocale(loc) {
4798
+ var locInternalSlots = getInternalSlots(loc);
4799
+ var locale = locInternalSlots.locale;
4800
+ var region = (0, import_intl_getcanonicallocales.parseUnicodeLanguageId)(locale).region;
4801
+ if (!region) {
4802
+ return void 0;
4803
+ }
4804
+ var preferredTimeZones = getTimeZonePreferenceForRegion(region);
4805
+ preferredTimeZones.sort();
4806
+ return Array.from(preferredTimeZones);
4807
+ }
4808
+ function translateCharacterOrder(order) {
4809
+ if (order === "right-to-left") {
4810
+ return "rtl";
4811
+ }
4812
+ return "ltr";
4813
+ }
4814
+ function characterDirectionOfLocale(loc) {
4815
+ var locInternalSlots = getInternalSlots(loc);
4816
+ var locale = locInternalSlots.locale;
4817
+ return translateCharacterOrder(characterOrders[locale]);
4818
+ }
4819
+ function weekInfoOfLocale(loc) {
4820
+ var locInternalSlots = getInternalSlots(loc);
4821
+ var locale = locInternalSlots.locale;
4822
+ var region;
4823
+ if (locale !== "root") {
4824
+ region = loc.maximize().region;
4825
+ }
4826
+ return getWeekDataForRegion(region);
4827
+ }
4354
4828
  var Locale = function() {
4355
4829
  function Locale2(tag, opts) {
4356
4830
  var newTarget = this && this instanceof Locale2 ? this.constructor : void 0;
@@ -4527,7 +5001,94 @@
4527
5001
  enumerable: false,
4528
5002
  configurable: true
4529
5003
  });
5004
+ Object.defineProperty(Locale2.prototype, "calendars", {
5005
+ get: function() {
5006
+ return calendarsOfLocale(this);
5007
+ },
5008
+ enumerable: false,
5009
+ configurable: true
5010
+ });
5011
+ Object.defineProperty(Locale2.prototype, "collations", {
5012
+ get: function() {
5013
+ return collationsOfLocale(this);
5014
+ },
5015
+ enumerable: false,
5016
+ configurable: true
5017
+ });
5018
+ Object.defineProperty(Locale2.prototype, "hourCycles", {
5019
+ get: function() {
5020
+ return hourCyclesOfLocale(this);
5021
+ },
5022
+ enumerable: false,
5023
+ configurable: true
5024
+ });
5025
+ Object.defineProperty(Locale2.prototype, "numberingSystems", {
5026
+ get: function() {
5027
+ return numberingSystemsOfLocale(this);
5028
+ },
5029
+ enumerable: false,
5030
+ configurable: true
5031
+ });
5032
+ Object.defineProperty(Locale2.prototype, "timeZones", {
5033
+ get: function() {
5034
+ return timeZonesOfLocale(this);
5035
+ },
5036
+ enumerable: false,
5037
+ configurable: true
5038
+ });
5039
+ Object.defineProperty(Locale2.prototype, "textInfo", {
5040
+ get: function() {
5041
+ try {
5042
+ var info = Object.create(Object.prototype);
5043
+ var dir = characterDirectionOfLocale(this);
5044
+ Object.defineProperty(info, "direction", {
5045
+ value: dir,
5046
+ writable: true,
5047
+ enumerable: true,
5048
+ configurable: true
5049
+ });
5050
+ return info;
5051
+ } catch (e) {
5052
+ throw new TypeError("Error retrieving textInfo");
5053
+ }
5054
+ },
5055
+ enumerable: false,
5056
+ configurable: true
5057
+ });
5058
+ Object.defineProperty(Locale2.prototype, "weekInfo", {
5059
+ get: function() {
5060
+ try {
5061
+ var info = Object.create(Object.prototype);
5062
+ var wi = weekInfoOfLocale(this);
5063
+ var we = wi.weekend;
5064
+ Object.defineProperty(info, "firstDay", {
5065
+ value: wi.firstDay,
5066
+ writable: true,
5067
+ enumerable: true,
5068
+ configurable: true
5069
+ });
5070
+ Object.defineProperty(info, "weekend", {
5071
+ value: we,
5072
+ writable: true,
5073
+ enumerable: true,
5074
+ configurable: true
5075
+ });
5076
+ Object.defineProperty(info, "minimalDays", {
5077
+ value: wi.minimalDays,
5078
+ writable: true,
5079
+ enumerable: true,
5080
+ configurable: true
5081
+ });
5082
+ return info;
5083
+ } catch (e) {
5084
+ throw new TypeError("Error retrieving weekInfo");
5085
+ }
5086
+ },
5087
+ enumerable: false,
5088
+ configurable: true
5089
+ });
4530
5090
  Locale2.relevantExtensionKeys = RELEVANT_EXTENSION_KEYS;
5091
+ Locale2.polyfilled = true;
4531
5092
  return Locale2;
4532
5093
  }();
4533
5094
  try {
@@ -4548,7 +5109,7 @@
4548
5109
  } catch (e) {
4549
5110
  }
4550
5111
 
4551
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-locale/lib/should-polyfill.js
5112
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-locale/lib/should-polyfill.js
4552
5113
  function hasIntlGetCanonicalLocalesBug() {
4553
5114
  try {
4554
5115
  return new Intl.Locale("und-x-private").toString() === "x-private";
@@ -4560,7 +5121,7 @@
4560
5121
  return !("Locale" in Intl) || hasIntlGetCanonicalLocalesBug();
4561
5122
  }
4562
5123
 
4563
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-locale/lib/polyfill.js
5124
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-locale/lib/polyfill.js
4564
5125
  if (shouldPolyfill()) {
4565
5126
  Object.defineProperty(Intl, "Locale", {
4566
5127
  value: Locale,