@formatjs/intl-numberformat 8.4.0 → 8.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/polyfill.iife.js CHANGED
@@ -1,10 +1,10 @@
1
1
  (() => {
2
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/CanonicalizeLocaleList.js
2
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/CanonicalizeLocaleList.js
3
3
  function CanonicalizeLocaleList(locales) {
4
4
  return Intl.getCanonicalLocales(locales);
5
5
  }
6
6
 
7
- // ../../../../../../../../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
7
+ // ../../../../../../../../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
8
8
  function ToString(o) {
9
9
  if (typeof o === "symbol") {
10
10
  throw TypeError("Cannot convert a Symbol value to a string");
@@ -76,7 +76,7 @@
76
76
  return Object.prototype.isPrototypeOf.call(P, O);
77
77
  }
78
78
 
79
- // ../../../../../../../../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
79
+ // ../../../../../../../../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
80
80
  function CoerceOptionsToObject(options) {
81
81
  if (typeof options === "undefined") {
82
82
  return /* @__PURE__ */ Object.create(null);
@@ -84,7 +84,7 @@
84
84
  return ToObject(options);
85
85
  }
86
86
 
87
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/DefaultNumberOption.js
87
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/DefaultNumberOption.js
88
88
  function DefaultNumberOption(val, min, max, fallback) {
89
89
  if (val !== void 0) {
90
90
  val = Number(val);
@@ -96,13 +96,13 @@
96
96
  return fallback;
97
97
  }
98
98
 
99
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/GetNumberOption.js
99
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/GetNumberOption.js
100
100
  function GetNumberOption(options, property, minimum, maximum, fallback) {
101
101
  var val = options[property];
102
102
  return DefaultNumberOption(val, minimum, maximum, fallback);
103
103
  }
104
104
 
105
- // ../../../../../../../../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
105
+ // ../../../../../../../../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
106
106
  function GetOption(opts, prop, type, values, fallback) {
107
107
  if (typeof opts !== "object") {
108
108
  throw new TypeError("Options must be an object");
@@ -128,7 +128,7 @@
128
128
  return fallback;
129
129
  }
130
130
 
131
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/GetStringOrBooleanOption.js
131
+ // ../../../../../../../../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/GetStringOrBooleanOption.js
132
132
  function GetStringOrBooleanOption(opts, prop, values, trueValue, falsyValue, fallback) {
133
133
  var value = opts[prop];
134
134
  if (value === void 0) {
@@ -151,7 +151,7 @@
151
151
  return value;
152
152
  }
153
153
 
154
- // ../../../../../../../../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
154
+ // ../../../../../../../../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
155
155
  var SANCTIONED_UNITS = [
156
156
  "angle-degree",
157
157
  "area-acre",
@@ -205,7 +205,7 @@
205
205
  return SIMPLE_UNITS.indexOf(unitIdentifier) > -1;
206
206
  }
207
207
 
208
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/IsWellFormedCurrencyCode.js
208
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/IsWellFormedCurrencyCode.js
209
209
  function toUpperCase(str) {
210
210
  return str.replace(/([a-z])/g, function(_, c) {
211
211
  return c.toUpperCase();
@@ -223,7 +223,7 @@
223
223
  return true;
224
224
  }
225
225
 
226
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/IsWellFormedUnitIdentifier.js
226
+ // ../../../../../../../../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/IsWellFormedUnitIdentifier.js
227
227
  function toLowerCase(str) {
228
228
  return str.replace(/([A-Z])/g, function(_, c) {
229
229
  return c.toLowerCase();
@@ -245,12 +245,12 @@
245
245
  return true;
246
246
  }
247
247
 
248
- // ../../../../../../../../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/CollapseNumberRange.js
248
+ // ../../../../../../../../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/CollapseNumberRange.js
249
249
  function CollapseNumberRange(result) {
250
250
  return result;
251
251
  }
252
252
 
253
- // ../../../../../../../../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
253
+ // ../../../../../../../../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
254
254
  function getMagnitude(x) {
255
255
  return Math.floor(Math.log(x) * Math.LOG10E);
256
256
  }
@@ -282,7 +282,7 @@
282
282
  }
283
283
  }
284
284
 
285
- // ../../../../../../../../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/ComputeExponentForMagnitude.js
285
+ // ../../../../../../../../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/ComputeExponentForMagnitude.js
286
286
  function ComputeExponentForMagnitude(numberFormat, magnitude, _a) {
287
287
  var getInternalSlots2 = _a.getInternalSlots;
288
288
  var internalSlots = getInternalSlots2(numberFormat);
@@ -329,7 +329,7 @@
329
329
  }
330
330
  }
331
331
 
332
- // ../../../../../../../../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/ToRawPrecision.js
332
+ // ../../../../../../../../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/ToRawPrecision.js
333
333
  function ToRawPrecision(x, minPrecision, maxPrecision) {
334
334
  var p = maxPrecision;
335
335
  var m;
@@ -387,7 +387,7 @@
387
387
  }
388
388
  }
389
389
 
390
- // ../../../../../../../../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/ToRawFixed.js
390
+ // ../../../../../../../../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/ToRawFixed.js
391
391
  function ToRawFixed(x, minFraction, maxFraction) {
392
392
  var f = maxFraction;
393
393
  var n = Math.round(x * Math.pow(10, f));
@@ -427,7 +427,7 @@
427
427
  return { formattedString: m, roundedNumber: xFinal, integerDigitsCount: int };
428
428
  }
429
429
 
430
- // ../../../../../../../../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/FormatNumericToString.js
430
+ // ../../../../../../../../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/FormatNumericToString.js
431
431
  function FormatNumericToString(intlObject, x) {
432
432
  var isNegative = x < 0 || SameValue(x, -0);
433
433
  if (isNegative) {
@@ -463,7 +463,7 @@
463
463
  return { roundedNumber: x, formattedString: string };
464
464
  }
465
465
 
466
- // ../../../../../../../../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/ComputeExponent.js
466
+ // ../../../../../../../../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/ComputeExponent.js
467
467
  function ComputeExponent(numberFormat, x, _a) {
468
468
  var getInternalSlots2 = _a.getInternalSlots;
469
469
  if (x === 0) {
@@ -493,13 +493,13 @@
493
493
  ];
494
494
  }
495
495
 
496
- // ../../../../../../../../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/CurrencyDigits.js
496
+ // ../../../../../../../../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/CurrencyDigits.js
497
497
  function CurrencyDigits(c, _a) {
498
498
  var currencyDigitsData2 = _a.currencyDigitsData;
499
499
  return HasOwnProperty(currencyDigitsData2, c) ? currencyDigitsData2[c] : 2;
500
500
  }
501
501
 
502
- // ../../../../../../../../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/FormatApproximately.js
502
+ // ../../../../../../../../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/FormatApproximately.js
503
503
  function FormatApproximately(numberFormat, result, _a) {
504
504
  var getInternalSlots2 = _a.getInternalSlots;
505
505
  var internalSlots = getInternalSlots2(numberFormat);
@@ -509,13 +509,794 @@
509
509
  return result;
510
510
  }
511
511
 
512
- // ../../../../../../../../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/digit-mapping.generated.js
513
- var digitMapping = { "adlm": ["\u{1E950}", "\u{1E951}", "\u{1E952}", "\u{1E953}", "\u{1E954}", "\u{1E955}", "\u{1E956}", "\u{1E957}", "\u{1E958}", "\u{1E959}"], "ahom": ["\u{11730}", "\u{11731}", "\u{11732}", "\u{11733}", "\u{11734}", "\u{11735}", "\u{11736}", "\u{11737}", "\u{11738}", "\u{11739}"], "arab": ["\u0660", "\u0661", "\u0662", "\u0663", "\u0664", "\u0665", "\u0666", "\u0667", "\u0668", "\u0669"], "arabext": ["\u06F0", "\u06F1", "\u06F2", "\u06F3", "\u06F4", "\u06F5", "\u06F6", "\u06F7", "\u06F8", "\u06F9"], "bali": ["\u1B50", "\u1B51", "\u1B52", "\u1B53", "\u1B54", "\u1B55", "\u1B56", "\u1B57", "\u1B58", "\u1B59"], "beng": ["\u09E6", "\u09E7", "\u09E8", "\u09E9", "\u09EA", "\u09EB", "\u09EC", "\u09ED", "\u09EE", "\u09EF"], "bhks": ["\u{11C50}", "\u{11C51}", "\u{11C52}", "\u{11C53}", "\u{11C54}", "\u{11C55}", "\u{11C56}", "\u{11C57}", "\u{11C58}", "\u{11C59}"], "brah": ["\u{11066}", "\u{11067}", "\u{11068}", "\u{11069}", "\u{1106A}", "\u{1106B}", "\u{1106C}", "\u{1106D}", "\u{1106E}", "\u{1106F}"], "cakm": ["\u{11136}", "\u{11137}", "\u{11138}", "\u{11139}", "\u{1113A}", "\u{1113B}", "\u{1113C}", "\u{1113D}", "\u{1113E}", "\u{1113F}"], "cham": ["\uAA50", "\uAA51", "\uAA52", "\uAA53", "\uAA54", "\uAA55", "\uAA56", "\uAA57", "\uAA58", "\uAA59"], "deva": ["\u0966", "\u0967", "\u0968", "\u0969", "\u096A", "\u096B", "\u096C", "\u096D", "\u096E", "\u096F"], "diak": ["\u{11950}", "\u{11951}", "\u{11952}", "\u{11953}", "\u{11954}", "\u{11955}", "\u{11956}", "\u{11957}", "\u{11958}", "\u{11959}"], "fullwide": ["\uFF10", "\uFF11", "\uFF12", "\uFF13", "\uFF14", "\uFF15", "\uFF16", "\uFF17", "\uFF18", "\uFF19"], "gong": ["\u{11DA0}", "\u{11DA1}", "\u{11DA2}", "\u{11DA3}", "\u{11DA4}", "\u{11DA5}", "\u{11DA6}", "\u{11DA7}", "\u{11DA8}", "\u{11DA9}"], "gonm": ["\u{11D50}", "\u{11D51}", "\u{11D52}", "\u{11D53}", "\u{11D54}", "\u{11D55}", "\u{11D56}", "\u{11D57}", "\u{11D58}", "\u{11D59}"], "gujr": ["\u0AE6", "\u0AE7", "\u0AE8", "\u0AE9", "\u0AEA", "\u0AEB", "\u0AEC", "\u0AED", "\u0AEE", "\u0AEF"], "guru": ["\u0A66", "\u0A67", "\u0A68", "\u0A69", "\u0A6A", "\u0A6B", "\u0A6C", "\u0A6D", "\u0A6E", "\u0A6F"], "hanidec": ["\u3007", "\u4E00", "\u4E8C", "\u4E09", "\u56DB", "\u4E94", "\u516D", "\u4E03", "\u516B", "\u4E5D"], "hmng": ["\u{16B50}", "\u{16B51}", "\u{16B52}", "\u{16B53}", "\u{16B54}", "\u{16B55}", "\u{16B56}", "\u{16B57}", "\u{16B58}", "\u{16B59}"], "hmnp": ["\u{1E140}", "\u{1E141}", "\u{1E142}", "\u{1E143}", "\u{1E144}", "\u{1E145}", "\u{1E146}", "\u{1E147}", "\u{1E148}", "\u{1E149}"], "java": ["\uA9D0", "\uA9D1", "\uA9D2", "\uA9D3", "\uA9D4", "\uA9D5", "\uA9D6", "\uA9D7", "\uA9D8", "\uA9D9"], "kali": ["\uA900", "\uA901", "\uA902", "\uA903", "\uA904", "\uA905", "\uA906", "\uA907", "\uA908", "\uA909"], "khmr": ["\u17E0", "\u17E1", "\u17E2", "\u17E3", "\u17E4", "\u17E5", "\u17E6", "\u17E7", "\u17E8", "\u17E9"], "knda": ["\u0CE6", "\u0CE7", "\u0CE8", "\u0CE9", "\u0CEA", "\u0CEB", "\u0CEC", "\u0CED", "\u0CEE", "\u0CEF"], "lana": ["\u1A80", "\u1A81", "\u1A82", "\u1A83", "\u1A84", "\u1A85", "\u1A86", "\u1A87", "\u1A88", "\u1A89"], "lanatham": ["\u1A90", "\u1A91", "\u1A92", "\u1A93", "\u1A94", "\u1A95", "\u1A96", "\u1A97", "\u1A98", "\u1A99"], "laoo": ["\u0ED0", "\u0ED1", "\u0ED2", "\u0ED3", "\u0ED4", "\u0ED5", "\u0ED6", "\u0ED7", "\u0ED8", "\u0ED9"], "lepc": ["\u1A90", "\u1A91", "\u1A92", "\u1A93", "\u1A94", "\u1A95", "\u1A96", "\u1A97", "\u1A98", "\u1A99"], "limb": ["\u1946", "\u1947", "\u1948", "\u1949", "\u194A", "\u194B", "\u194C", "\u194D", "\u194E", "\u194F"], "mathbold": ["\u{1D7CE}", "\u{1D7CF}", "\u{1D7D0}", "\u{1D7D1}", "\u{1D7D2}", "\u{1D7D3}", "\u{1D7D4}", "\u{1D7D5}", "\u{1D7D6}", "\u{1D7D7}"], "mathdbl": ["\u{1D7D8}", "\u{1D7D9}", "\u{1D7DA}", "\u{1D7DB}", "\u{1D7DC}", "\u{1D7DD}", "\u{1D7DE}", "\u{1D7DF}", "\u{1D7E0}", "\u{1D7E1}"], "mathmono": ["\u{1D7F6}", "\u{1D7F7}", "\u{1D7F8}", "\u{1D7F9}", "\u{1D7FA}", "\u{1D7FB}", "\u{1D7FC}", "\u{1D7FD}", "\u{1D7FE}", "\u{1D7FF}"], "mathsanb": ["\u{1D7EC}", "\u{1D7ED}", "\u{1D7EE}", "\u{1D7EF}", "\u{1D7F0}", "\u{1D7F1}", "\u{1D7F2}", "\u{1D7F3}", "\u{1D7F4}", "\u{1D7F5}"], "mathsans": ["\u{1D7E2}", "\u{1D7E3}", "\u{1D7E4}", "\u{1D7E5}", "\u{1D7E6}", "\u{1D7E7}", "\u{1D7E8}", "\u{1D7E9}", "\u{1D7EA}", "\u{1D7EB}"], "mlym": ["\u0D66", "\u0D67", "\u0D68", "\u0D69", "\u0D6A", "\u0D6B", "\u0D6C", "\u0D6D", "\u0D6E", "\u0D6F"], "modi": ["\u{11650}", "\u{11651}", "\u{11652}", "\u{11653}", "\u{11654}", "\u{11655}", "\u{11656}", "\u{11657}", "\u{11658}", "\u{11659}"], "mong": ["\u1810", "\u1811", "\u1812", "\u1813", "\u1814", "\u1815", "\u1816", "\u1817", "\u1818", "\u1819"], "mroo": ["\u{16A60}", "\u{16A61}", "\u{16A62}", "\u{16A63}", "\u{16A64}", "\u{16A65}", "\u{16A66}", "\u{16A67}", "\u{16A68}", "\u{16A69}"], "mtei": ["\uABF0", "\uABF1", "\uABF2", "\uABF3", "\uABF4", "\uABF5", "\uABF6", "\uABF7", "\uABF8", "\uABF9"], "mymr": ["\u1040", "\u1041", "\u1042", "\u1043", "\u1044", "\u1045", "\u1046", "\u1047", "\u1048", "\u1049"], "mymrshan": ["\u1090", "\u1091", "\u1092", "\u1093", "\u1094", "\u1095", "\u1096", "\u1097", "\u1098", "\u1099"], "mymrtlng": ["\uA9F0", "\uA9F1", "\uA9F2", "\uA9F3", "\uA9F4", "\uA9F5", "\uA9F6", "\uA9F7", "\uA9F8", "\uA9F9"], "newa": ["\u{11450}", "\u{11451}", "\u{11452}", "\u{11453}", "\u{11454}", "\u{11455}", "\u{11456}", "\u{11457}", "\u{11458}", "\u{11459}"], "nkoo": ["\u07C0", "\u07C1", "\u07C2", "\u07C3", "\u07C4", "\u07C5", "\u07C6", "\u07C7", "\u07C8", "\u07C9"], "olck": ["\u1C50", "\u1C51", "\u1C52", "\u1C53", "\u1C54", "\u1C55", "\u1C56", "\u1C57", "\u1C58", "\u1C59"], "orya": ["\u0B66", "\u0B67", "\u0B68", "\u0B69", "\u0B6A", "\u0B6B", "\u0B6C", "\u0B6D", "\u0B6E", "\u0B6F"], "osma": ["\u{104A0}", "\u{104A1}", "\u{104A2}", "\u{104A3}", "\u{104A4}", "\u{104A5}", "\u{104A6}", "\u{104A7}", "\u{104A8}", "\u{104A9}"], "rohg": ["\u{10D30}", "\u{10D31}", "\u{10D32}", "\u{10D33}", "\u{10D34}", "\u{10D35}", "\u{10D36}", "\u{10D37}", "\u{10D38}", "\u{10D39}"], "saur": ["\uA8D0", "\uA8D1", "\uA8D2", "\uA8D3", "\uA8D4", "\uA8D5", "\uA8D6", "\uA8D7", "\uA8D8", "\uA8D9"], "segment": ["\u{1FBF0}", "\u{1FBF1}", "\u{1FBF2}", "\u{1FBF3}", "\u{1FBF4}", "\u{1FBF5}", "\u{1FBF6}", "\u{1FBF7}", "\u{1FBF8}", "\u{1FBF9}"], "shrd": ["\u{111D0}", "\u{111D1}", "\u{111D2}", "\u{111D3}", "\u{111D4}", "\u{111D5}", "\u{111D6}", "\u{111D7}", "\u{111D8}", "\u{111D9}"], "sind": ["\u{112F0}", "\u{112F1}", "\u{112F2}", "\u{112F3}", "\u{112F4}", "\u{112F5}", "\u{112F6}", "\u{112F7}", "\u{112F8}", "\u{112F9}"], "sinh": ["\u0DE6", "\u0DE7", "\u0DE8", "\u0DE9", "\u0DEA", "\u0DEB", "\u0DEC", "\u0DED", "\u0DEE", "\u0DEF"], "sora": ["\u{110F0}", "\u{110F1}", "\u{110F2}", "\u{110F3}", "\u{110F4}", "\u{110F5}", "\u{110F6}", "\u{110F7}", "\u{110F8}", "\u{110F9}"], "sund": ["\u1BB0", "\u1BB1", "\u1BB2", "\u1BB3", "\u1BB4", "\u1BB5", "\u1BB6", "\u1BB7", "\u1BB8", "\u1BB9"], "takr": ["\u{116C0}", "\u{116C1}", "\u{116C2}", "\u{116C3}", "\u{116C4}", "\u{116C5}", "\u{116C6}", "\u{116C7}", "\u{116C8}", "\u{116C9}"], "talu": ["\u19D0", "\u19D1", "\u19D2", "\u19D3", "\u19D4", "\u19D5", "\u19D6", "\u19D7", "\u19D8", "\u19D9"], "tamldec": ["\u0BE6", "\u0BE7", "\u0BE8", "\u0BE9", "\u0BEA", "\u0BEB", "\u0BEC", "\u0BED", "\u0BEE", "\u0BEF"], "telu": ["\u0C66", "\u0C67", "\u0C68", "\u0C69", "\u0C6A", "\u0C6B", "\u0C6C", "\u0C6D", "\u0C6E", "\u0C6F"], "thai": ["\u0E50", "\u0E51", "\u0E52", "\u0E53", "\u0E54", "\u0E55", "\u0E56", "\u0E57", "\u0E58", "\u0E59"], "tibt": ["\u0F20", "\u0F21", "\u0F22", "\u0F23", "\u0F24", "\u0F25", "\u0F26", "\u0F27", "\u0F28", "\u0F29"], "tirh": ["\u{114D0}", "\u{114D1}", "\u{114D2}", "\u{114D3}", "\u{114D4}", "\u{114D5}", "\u{114D6}", "\u{114D7}", "\u{114D8}", "\u{114D9}"], "vaii": ["\u1620", "\u1621", "\u1622", "\u1623", "\u1624", "\u1625", "\u1626", "\u1627", "\u1628", "\u1629"], "wara": ["\u{118E0}", "\u{118E1}", "\u{118E2}", "\u{118E3}", "\u{118E4}", "\u{118E5}", "\u{118E6}", "\u{118E7}", "\u{118E8}", "\u{118E9}"], "wcho": ["\u{1E2F0}", "\u{1E2F1}", "\u{1E2F2}", "\u{1E2F3}", "\u{1E2F4}", "\u{1E2F5}", "\u{1E2F6}", "\u{1E2F7}", "\u{1E2F8}", "\u{1E2F9}"] };
512
+ // ../../../../../../../../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/digit-mapping.generated.js
513
+ var digitMapping = {
514
+ "adlm": [
515
+ "\u{1E950}",
516
+ "\u{1E951}",
517
+ "\u{1E952}",
518
+ "\u{1E953}",
519
+ "\u{1E954}",
520
+ "\u{1E955}",
521
+ "\u{1E956}",
522
+ "\u{1E957}",
523
+ "\u{1E958}",
524
+ "\u{1E959}"
525
+ ],
526
+ "ahom": [
527
+ "\u{11730}",
528
+ "\u{11731}",
529
+ "\u{11732}",
530
+ "\u{11733}",
531
+ "\u{11734}",
532
+ "\u{11735}",
533
+ "\u{11736}",
534
+ "\u{11737}",
535
+ "\u{11738}",
536
+ "\u{11739}"
537
+ ],
538
+ "arab": [
539
+ "\u0660",
540
+ "\u0661",
541
+ "\u0662",
542
+ "\u0663",
543
+ "\u0664",
544
+ "\u0665",
545
+ "\u0666",
546
+ "\u0667",
547
+ "\u0668",
548
+ "\u0669"
549
+ ],
550
+ "arabext": [
551
+ "\u06F0",
552
+ "\u06F1",
553
+ "\u06F2",
554
+ "\u06F3",
555
+ "\u06F4",
556
+ "\u06F5",
557
+ "\u06F6",
558
+ "\u06F7",
559
+ "\u06F8",
560
+ "\u06F9"
561
+ ],
562
+ "bali": [
563
+ "\u1B50",
564
+ "\u1B51",
565
+ "\u1B52",
566
+ "\u1B53",
567
+ "\u1B54",
568
+ "\u1B55",
569
+ "\u1B56",
570
+ "\u1B57",
571
+ "\u1B58",
572
+ "\u1B59"
573
+ ],
574
+ "beng": [
575
+ "\u09E6",
576
+ "\u09E7",
577
+ "\u09E8",
578
+ "\u09E9",
579
+ "\u09EA",
580
+ "\u09EB",
581
+ "\u09EC",
582
+ "\u09ED",
583
+ "\u09EE",
584
+ "\u09EF"
585
+ ],
586
+ "bhks": [
587
+ "\u{11C50}",
588
+ "\u{11C51}",
589
+ "\u{11C52}",
590
+ "\u{11C53}",
591
+ "\u{11C54}",
592
+ "\u{11C55}",
593
+ "\u{11C56}",
594
+ "\u{11C57}",
595
+ "\u{11C58}",
596
+ "\u{11C59}"
597
+ ],
598
+ "brah": [
599
+ "\u{11066}",
600
+ "\u{11067}",
601
+ "\u{11068}",
602
+ "\u{11069}",
603
+ "\u{1106A}",
604
+ "\u{1106B}",
605
+ "\u{1106C}",
606
+ "\u{1106D}",
607
+ "\u{1106E}",
608
+ "\u{1106F}"
609
+ ],
610
+ "cakm": [
611
+ "\u{11136}",
612
+ "\u{11137}",
613
+ "\u{11138}",
614
+ "\u{11139}",
615
+ "\u{1113A}",
616
+ "\u{1113B}",
617
+ "\u{1113C}",
618
+ "\u{1113D}",
619
+ "\u{1113E}",
620
+ "\u{1113F}"
621
+ ],
622
+ "cham": [
623
+ "\uAA50",
624
+ "\uAA51",
625
+ "\uAA52",
626
+ "\uAA53",
627
+ "\uAA54",
628
+ "\uAA55",
629
+ "\uAA56",
630
+ "\uAA57",
631
+ "\uAA58",
632
+ "\uAA59"
633
+ ],
634
+ "deva": [
635
+ "\u0966",
636
+ "\u0967",
637
+ "\u0968",
638
+ "\u0969",
639
+ "\u096A",
640
+ "\u096B",
641
+ "\u096C",
642
+ "\u096D",
643
+ "\u096E",
644
+ "\u096F"
645
+ ],
646
+ "diak": [
647
+ "\u{11950}",
648
+ "\u{11951}",
649
+ "\u{11952}",
650
+ "\u{11953}",
651
+ "\u{11954}",
652
+ "\u{11955}",
653
+ "\u{11956}",
654
+ "\u{11957}",
655
+ "\u{11958}",
656
+ "\u{11959}"
657
+ ],
658
+ "fullwide": [
659
+ "\uFF10",
660
+ "\uFF11",
661
+ "\uFF12",
662
+ "\uFF13",
663
+ "\uFF14",
664
+ "\uFF15",
665
+ "\uFF16",
666
+ "\uFF17",
667
+ "\uFF18",
668
+ "\uFF19"
669
+ ],
670
+ "gong": [
671
+ "\u{11DA0}",
672
+ "\u{11DA1}",
673
+ "\u{11DA2}",
674
+ "\u{11DA3}",
675
+ "\u{11DA4}",
676
+ "\u{11DA5}",
677
+ "\u{11DA6}",
678
+ "\u{11DA7}",
679
+ "\u{11DA8}",
680
+ "\u{11DA9}"
681
+ ],
682
+ "gonm": [
683
+ "\u{11D50}",
684
+ "\u{11D51}",
685
+ "\u{11D52}",
686
+ "\u{11D53}",
687
+ "\u{11D54}",
688
+ "\u{11D55}",
689
+ "\u{11D56}",
690
+ "\u{11D57}",
691
+ "\u{11D58}",
692
+ "\u{11D59}"
693
+ ],
694
+ "gujr": [
695
+ "\u0AE6",
696
+ "\u0AE7",
697
+ "\u0AE8",
698
+ "\u0AE9",
699
+ "\u0AEA",
700
+ "\u0AEB",
701
+ "\u0AEC",
702
+ "\u0AED",
703
+ "\u0AEE",
704
+ "\u0AEF"
705
+ ],
706
+ "guru": [
707
+ "\u0A66",
708
+ "\u0A67",
709
+ "\u0A68",
710
+ "\u0A69",
711
+ "\u0A6A",
712
+ "\u0A6B",
713
+ "\u0A6C",
714
+ "\u0A6D",
715
+ "\u0A6E",
716
+ "\u0A6F"
717
+ ],
718
+ "hanidec": [
719
+ "\u3007",
720
+ "\u4E00",
721
+ "\u4E8C",
722
+ "\u4E09",
723
+ "\u56DB",
724
+ "\u4E94",
725
+ "\u516D",
726
+ "\u4E03",
727
+ "\u516B",
728
+ "\u4E5D"
729
+ ],
730
+ "hmng": [
731
+ "\u{16B50}",
732
+ "\u{16B51}",
733
+ "\u{16B52}",
734
+ "\u{16B53}",
735
+ "\u{16B54}",
736
+ "\u{16B55}",
737
+ "\u{16B56}",
738
+ "\u{16B57}",
739
+ "\u{16B58}",
740
+ "\u{16B59}"
741
+ ],
742
+ "hmnp": [
743
+ "\u{1E140}",
744
+ "\u{1E141}",
745
+ "\u{1E142}",
746
+ "\u{1E143}",
747
+ "\u{1E144}",
748
+ "\u{1E145}",
749
+ "\u{1E146}",
750
+ "\u{1E147}",
751
+ "\u{1E148}",
752
+ "\u{1E149}"
753
+ ],
754
+ "java": [
755
+ "\uA9D0",
756
+ "\uA9D1",
757
+ "\uA9D2",
758
+ "\uA9D3",
759
+ "\uA9D4",
760
+ "\uA9D5",
761
+ "\uA9D6",
762
+ "\uA9D7",
763
+ "\uA9D8",
764
+ "\uA9D9"
765
+ ],
766
+ "kali": [
767
+ "\uA900",
768
+ "\uA901",
769
+ "\uA902",
770
+ "\uA903",
771
+ "\uA904",
772
+ "\uA905",
773
+ "\uA906",
774
+ "\uA907",
775
+ "\uA908",
776
+ "\uA909"
777
+ ],
778
+ "khmr": [
779
+ "\u17E0",
780
+ "\u17E1",
781
+ "\u17E2",
782
+ "\u17E3",
783
+ "\u17E4",
784
+ "\u17E5",
785
+ "\u17E6",
786
+ "\u17E7",
787
+ "\u17E8",
788
+ "\u17E9"
789
+ ],
790
+ "knda": [
791
+ "\u0CE6",
792
+ "\u0CE7",
793
+ "\u0CE8",
794
+ "\u0CE9",
795
+ "\u0CEA",
796
+ "\u0CEB",
797
+ "\u0CEC",
798
+ "\u0CED",
799
+ "\u0CEE",
800
+ "\u0CEF"
801
+ ],
802
+ "lana": [
803
+ "\u1A80",
804
+ "\u1A81",
805
+ "\u1A82",
806
+ "\u1A83",
807
+ "\u1A84",
808
+ "\u1A85",
809
+ "\u1A86",
810
+ "\u1A87",
811
+ "\u1A88",
812
+ "\u1A89"
813
+ ],
814
+ "lanatham": [
815
+ "\u1A90",
816
+ "\u1A91",
817
+ "\u1A92",
818
+ "\u1A93",
819
+ "\u1A94",
820
+ "\u1A95",
821
+ "\u1A96",
822
+ "\u1A97",
823
+ "\u1A98",
824
+ "\u1A99"
825
+ ],
826
+ "laoo": [
827
+ "\u0ED0",
828
+ "\u0ED1",
829
+ "\u0ED2",
830
+ "\u0ED3",
831
+ "\u0ED4",
832
+ "\u0ED5",
833
+ "\u0ED6",
834
+ "\u0ED7",
835
+ "\u0ED8",
836
+ "\u0ED9"
837
+ ],
838
+ "lepc": [
839
+ "\u1A90",
840
+ "\u1A91",
841
+ "\u1A92",
842
+ "\u1A93",
843
+ "\u1A94",
844
+ "\u1A95",
845
+ "\u1A96",
846
+ "\u1A97",
847
+ "\u1A98",
848
+ "\u1A99"
849
+ ],
850
+ "limb": [
851
+ "\u1946",
852
+ "\u1947",
853
+ "\u1948",
854
+ "\u1949",
855
+ "\u194A",
856
+ "\u194B",
857
+ "\u194C",
858
+ "\u194D",
859
+ "\u194E",
860
+ "\u194F"
861
+ ],
862
+ "mathbold": [
863
+ "\u{1D7CE}",
864
+ "\u{1D7CF}",
865
+ "\u{1D7D0}",
866
+ "\u{1D7D1}",
867
+ "\u{1D7D2}",
868
+ "\u{1D7D3}",
869
+ "\u{1D7D4}",
870
+ "\u{1D7D5}",
871
+ "\u{1D7D6}",
872
+ "\u{1D7D7}"
873
+ ],
874
+ "mathdbl": [
875
+ "\u{1D7D8}",
876
+ "\u{1D7D9}",
877
+ "\u{1D7DA}",
878
+ "\u{1D7DB}",
879
+ "\u{1D7DC}",
880
+ "\u{1D7DD}",
881
+ "\u{1D7DE}",
882
+ "\u{1D7DF}",
883
+ "\u{1D7E0}",
884
+ "\u{1D7E1}"
885
+ ],
886
+ "mathmono": [
887
+ "\u{1D7F6}",
888
+ "\u{1D7F7}",
889
+ "\u{1D7F8}",
890
+ "\u{1D7F9}",
891
+ "\u{1D7FA}",
892
+ "\u{1D7FB}",
893
+ "\u{1D7FC}",
894
+ "\u{1D7FD}",
895
+ "\u{1D7FE}",
896
+ "\u{1D7FF}"
897
+ ],
898
+ "mathsanb": [
899
+ "\u{1D7EC}",
900
+ "\u{1D7ED}",
901
+ "\u{1D7EE}",
902
+ "\u{1D7EF}",
903
+ "\u{1D7F0}",
904
+ "\u{1D7F1}",
905
+ "\u{1D7F2}",
906
+ "\u{1D7F3}",
907
+ "\u{1D7F4}",
908
+ "\u{1D7F5}"
909
+ ],
910
+ "mathsans": [
911
+ "\u{1D7E2}",
912
+ "\u{1D7E3}",
913
+ "\u{1D7E4}",
914
+ "\u{1D7E5}",
915
+ "\u{1D7E6}",
916
+ "\u{1D7E7}",
917
+ "\u{1D7E8}",
918
+ "\u{1D7E9}",
919
+ "\u{1D7EA}",
920
+ "\u{1D7EB}"
921
+ ],
922
+ "mlym": [
923
+ "\u0D66",
924
+ "\u0D67",
925
+ "\u0D68",
926
+ "\u0D69",
927
+ "\u0D6A",
928
+ "\u0D6B",
929
+ "\u0D6C",
930
+ "\u0D6D",
931
+ "\u0D6E",
932
+ "\u0D6F"
933
+ ],
934
+ "modi": [
935
+ "\u{11650}",
936
+ "\u{11651}",
937
+ "\u{11652}",
938
+ "\u{11653}",
939
+ "\u{11654}",
940
+ "\u{11655}",
941
+ "\u{11656}",
942
+ "\u{11657}",
943
+ "\u{11658}",
944
+ "\u{11659}"
945
+ ],
946
+ "mong": [
947
+ "\u1810",
948
+ "\u1811",
949
+ "\u1812",
950
+ "\u1813",
951
+ "\u1814",
952
+ "\u1815",
953
+ "\u1816",
954
+ "\u1817",
955
+ "\u1818",
956
+ "\u1819"
957
+ ],
958
+ "mroo": [
959
+ "\u{16A60}",
960
+ "\u{16A61}",
961
+ "\u{16A62}",
962
+ "\u{16A63}",
963
+ "\u{16A64}",
964
+ "\u{16A65}",
965
+ "\u{16A66}",
966
+ "\u{16A67}",
967
+ "\u{16A68}",
968
+ "\u{16A69}"
969
+ ],
970
+ "mtei": [
971
+ "\uABF0",
972
+ "\uABF1",
973
+ "\uABF2",
974
+ "\uABF3",
975
+ "\uABF4",
976
+ "\uABF5",
977
+ "\uABF6",
978
+ "\uABF7",
979
+ "\uABF8",
980
+ "\uABF9"
981
+ ],
982
+ "mymr": [
983
+ "\u1040",
984
+ "\u1041",
985
+ "\u1042",
986
+ "\u1043",
987
+ "\u1044",
988
+ "\u1045",
989
+ "\u1046",
990
+ "\u1047",
991
+ "\u1048",
992
+ "\u1049"
993
+ ],
994
+ "mymrshan": [
995
+ "\u1090",
996
+ "\u1091",
997
+ "\u1092",
998
+ "\u1093",
999
+ "\u1094",
1000
+ "\u1095",
1001
+ "\u1096",
1002
+ "\u1097",
1003
+ "\u1098",
1004
+ "\u1099"
1005
+ ],
1006
+ "mymrtlng": [
1007
+ "\uA9F0",
1008
+ "\uA9F1",
1009
+ "\uA9F2",
1010
+ "\uA9F3",
1011
+ "\uA9F4",
1012
+ "\uA9F5",
1013
+ "\uA9F6",
1014
+ "\uA9F7",
1015
+ "\uA9F8",
1016
+ "\uA9F9"
1017
+ ],
1018
+ "newa": [
1019
+ "\u{11450}",
1020
+ "\u{11451}",
1021
+ "\u{11452}",
1022
+ "\u{11453}",
1023
+ "\u{11454}",
1024
+ "\u{11455}",
1025
+ "\u{11456}",
1026
+ "\u{11457}",
1027
+ "\u{11458}",
1028
+ "\u{11459}"
1029
+ ],
1030
+ "nkoo": [
1031
+ "\u07C0",
1032
+ "\u07C1",
1033
+ "\u07C2",
1034
+ "\u07C3",
1035
+ "\u07C4",
1036
+ "\u07C5",
1037
+ "\u07C6",
1038
+ "\u07C7",
1039
+ "\u07C8",
1040
+ "\u07C9"
1041
+ ],
1042
+ "olck": [
1043
+ "\u1C50",
1044
+ "\u1C51",
1045
+ "\u1C52",
1046
+ "\u1C53",
1047
+ "\u1C54",
1048
+ "\u1C55",
1049
+ "\u1C56",
1050
+ "\u1C57",
1051
+ "\u1C58",
1052
+ "\u1C59"
1053
+ ],
1054
+ "orya": [
1055
+ "\u0B66",
1056
+ "\u0B67",
1057
+ "\u0B68",
1058
+ "\u0B69",
1059
+ "\u0B6A",
1060
+ "\u0B6B",
1061
+ "\u0B6C",
1062
+ "\u0B6D",
1063
+ "\u0B6E",
1064
+ "\u0B6F"
1065
+ ],
1066
+ "osma": [
1067
+ "\u{104A0}",
1068
+ "\u{104A1}",
1069
+ "\u{104A2}",
1070
+ "\u{104A3}",
1071
+ "\u{104A4}",
1072
+ "\u{104A5}",
1073
+ "\u{104A6}",
1074
+ "\u{104A7}",
1075
+ "\u{104A8}",
1076
+ "\u{104A9}"
1077
+ ],
1078
+ "rohg": [
1079
+ "\u{10D30}",
1080
+ "\u{10D31}",
1081
+ "\u{10D32}",
1082
+ "\u{10D33}",
1083
+ "\u{10D34}",
1084
+ "\u{10D35}",
1085
+ "\u{10D36}",
1086
+ "\u{10D37}",
1087
+ "\u{10D38}",
1088
+ "\u{10D39}"
1089
+ ],
1090
+ "saur": [
1091
+ "\uA8D0",
1092
+ "\uA8D1",
1093
+ "\uA8D2",
1094
+ "\uA8D3",
1095
+ "\uA8D4",
1096
+ "\uA8D5",
1097
+ "\uA8D6",
1098
+ "\uA8D7",
1099
+ "\uA8D8",
1100
+ "\uA8D9"
1101
+ ],
1102
+ "segment": [
1103
+ "\u{1FBF0}",
1104
+ "\u{1FBF1}",
1105
+ "\u{1FBF2}",
1106
+ "\u{1FBF3}",
1107
+ "\u{1FBF4}",
1108
+ "\u{1FBF5}",
1109
+ "\u{1FBF6}",
1110
+ "\u{1FBF7}",
1111
+ "\u{1FBF8}",
1112
+ "\u{1FBF9}"
1113
+ ],
1114
+ "shrd": [
1115
+ "\u{111D0}",
1116
+ "\u{111D1}",
1117
+ "\u{111D2}",
1118
+ "\u{111D3}",
1119
+ "\u{111D4}",
1120
+ "\u{111D5}",
1121
+ "\u{111D6}",
1122
+ "\u{111D7}",
1123
+ "\u{111D8}",
1124
+ "\u{111D9}"
1125
+ ],
1126
+ "sind": [
1127
+ "\u{112F0}",
1128
+ "\u{112F1}",
1129
+ "\u{112F2}",
1130
+ "\u{112F3}",
1131
+ "\u{112F4}",
1132
+ "\u{112F5}",
1133
+ "\u{112F6}",
1134
+ "\u{112F7}",
1135
+ "\u{112F8}",
1136
+ "\u{112F9}"
1137
+ ],
1138
+ "sinh": [
1139
+ "\u0DE6",
1140
+ "\u0DE7",
1141
+ "\u0DE8",
1142
+ "\u0DE9",
1143
+ "\u0DEA",
1144
+ "\u0DEB",
1145
+ "\u0DEC",
1146
+ "\u0DED",
1147
+ "\u0DEE",
1148
+ "\u0DEF"
1149
+ ],
1150
+ "sora": [
1151
+ "\u{110F0}",
1152
+ "\u{110F1}",
1153
+ "\u{110F2}",
1154
+ "\u{110F3}",
1155
+ "\u{110F4}",
1156
+ "\u{110F5}",
1157
+ "\u{110F6}",
1158
+ "\u{110F7}",
1159
+ "\u{110F8}",
1160
+ "\u{110F9}"
1161
+ ],
1162
+ "sund": [
1163
+ "\u1BB0",
1164
+ "\u1BB1",
1165
+ "\u1BB2",
1166
+ "\u1BB3",
1167
+ "\u1BB4",
1168
+ "\u1BB5",
1169
+ "\u1BB6",
1170
+ "\u1BB7",
1171
+ "\u1BB8",
1172
+ "\u1BB9"
1173
+ ],
1174
+ "takr": [
1175
+ "\u{116C0}",
1176
+ "\u{116C1}",
1177
+ "\u{116C2}",
1178
+ "\u{116C3}",
1179
+ "\u{116C4}",
1180
+ "\u{116C5}",
1181
+ "\u{116C6}",
1182
+ "\u{116C7}",
1183
+ "\u{116C8}",
1184
+ "\u{116C9}"
1185
+ ],
1186
+ "talu": [
1187
+ "\u19D0",
1188
+ "\u19D1",
1189
+ "\u19D2",
1190
+ "\u19D3",
1191
+ "\u19D4",
1192
+ "\u19D5",
1193
+ "\u19D6",
1194
+ "\u19D7",
1195
+ "\u19D8",
1196
+ "\u19D9"
1197
+ ],
1198
+ "tamldec": [
1199
+ "\u0BE6",
1200
+ "\u0BE7",
1201
+ "\u0BE8",
1202
+ "\u0BE9",
1203
+ "\u0BEA",
1204
+ "\u0BEB",
1205
+ "\u0BEC",
1206
+ "\u0BED",
1207
+ "\u0BEE",
1208
+ "\u0BEF"
1209
+ ],
1210
+ "telu": [
1211
+ "\u0C66",
1212
+ "\u0C67",
1213
+ "\u0C68",
1214
+ "\u0C69",
1215
+ "\u0C6A",
1216
+ "\u0C6B",
1217
+ "\u0C6C",
1218
+ "\u0C6D",
1219
+ "\u0C6E",
1220
+ "\u0C6F"
1221
+ ],
1222
+ "thai": [
1223
+ "\u0E50",
1224
+ "\u0E51",
1225
+ "\u0E52",
1226
+ "\u0E53",
1227
+ "\u0E54",
1228
+ "\u0E55",
1229
+ "\u0E56",
1230
+ "\u0E57",
1231
+ "\u0E58",
1232
+ "\u0E59"
1233
+ ],
1234
+ "tibt": [
1235
+ "\u0F20",
1236
+ "\u0F21",
1237
+ "\u0F22",
1238
+ "\u0F23",
1239
+ "\u0F24",
1240
+ "\u0F25",
1241
+ "\u0F26",
1242
+ "\u0F27",
1243
+ "\u0F28",
1244
+ "\u0F29"
1245
+ ],
1246
+ "tirh": [
1247
+ "\u{114D0}",
1248
+ "\u{114D1}",
1249
+ "\u{114D2}",
1250
+ "\u{114D3}",
1251
+ "\u{114D4}",
1252
+ "\u{114D5}",
1253
+ "\u{114D6}",
1254
+ "\u{114D7}",
1255
+ "\u{114D8}",
1256
+ "\u{114D9}"
1257
+ ],
1258
+ "vaii": [
1259
+ "\u1620",
1260
+ "\u1621",
1261
+ "\u1622",
1262
+ "\u1623",
1263
+ "\u1624",
1264
+ "\u1625",
1265
+ "\u1626",
1266
+ "\u1627",
1267
+ "\u1628",
1268
+ "\u1629"
1269
+ ],
1270
+ "wara": [
1271
+ "\u{118E0}",
1272
+ "\u{118E1}",
1273
+ "\u{118E2}",
1274
+ "\u{118E3}",
1275
+ "\u{118E4}",
1276
+ "\u{118E5}",
1277
+ "\u{118E6}",
1278
+ "\u{118E7}",
1279
+ "\u{118E8}",
1280
+ "\u{118E9}"
1281
+ ],
1282
+ "wcho": [
1283
+ "\u{1E2F0}",
1284
+ "\u{1E2F1}",
1285
+ "\u{1E2F2}",
1286
+ "\u{1E2F3}",
1287
+ "\u{1E2F4}",
1288
+ "\u{1E2F5}",
1289
+ "\u{1E2F6}",
1290
+ "\u{1E2F7}",
1291
+ "\u{1E2F8}",
1292
+ "\u{1E2F9}"
1293
+ ]
1294
+ };
514
1295
 
515
- // ../../../../../../../../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
1296
+ // ../../../../../../../../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
516
1297
  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]/;
517
1298
 
518
- // ../../../../../../../../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
1299
+ // ../../../../../../../../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
519
1300
  var CARET_S_UNICODE_REGEX = new RegExp("^".concat(S_UNICODE_REGEX.source));
520
1301
  var S_DOLLAR_UNICODE_REGEX = new RegExp("".concat(S_UNICODE_REGEX.source, "$"));
521
1302
  var CLDR_NUMBER_PATTERN = /[#0](?:[\.,][#0]+)*/g;
@@ -815,7 +1596,7 @@
815
1596
  return rules[pl.select(x)] || rules.other;
816
1597
  }
817
1598
 
818
- // ../../../../../../../../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/PartitionNumberPattern.js
1599
+ // ../../../../../../../../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/PartitionNumberPattern.js
819
1600
  function PartitionNumberPattern(numberFormat, x, _a) {
820
1601
  var _b;
821
1602
  var getInternalSlots2 = _a.getInternalSlots;
@@ -879,7 +1660,7 @@
879
1660
  return formatToParts({ roundedNumber: x, formattedString: n, exponent, magnitude, sign }, internalSlots.dataLocaleData, pl, internalSlots);
880
1661
  }
881
1662
 
882
- // ../../../../../../../../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/PartitionNumberRangePattern.js
1663
+ // ../../../../../../../../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/PartitionNumberRangePattern.js
883
1664
  function PartitionNumberRangePattern(numberFormat, x, y, _a) {
884
1665
  var getInternalSlots2 = _a.getInternalSlots;
885
1666
  if (isNaN(x) || isNaN(y)) {
@@ -907,7 +1688,7 @@
907
1688
  return CollapseNumberRange(result);
908
1689
  }
909
1690
 
910
- // ../../../../../../../../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/FormatNumericRange.js
1691
+ // ../../../../../../../../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/FormatNumericRange.js
911
1692
  function FormatNumericRange(numberFormat, x, y, _a) {
912
1693
  var getInternalSlots2 = _a.getInternalSlots;
913
1694
  var parts = PartitionNumberRangePattern(numberFormat, x, y, {
@@ -918,7 +1699,7 @@
918
1699
  }).join("");
919
1700
  }
920
1701
 
921
- // ../../../../../../../../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/FormatNumericRangeToParts.js
1702
+ // ../../../../../../../../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/FormatNumericRangeToParts.js
922
1703
  function FormatNumericRangeToParts(numberFormat, x, y, _a) {
923
1704
  var getInternalSlots2 = _a.getInternalSlots;
924
1705
  var parts = PartitionNumberRangePattern(numberFormat, x, y, {
@@ -934,7 +1715,7 @@
934
1715
  });
935
1716
  }
936
1717
 
937
- // ../../../../../../../../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/FormatNumericToParts.js
1718
+ // ../../../../../../../../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/FormatNumericToParts.js
938
1719
  function FormatNumericToParts(nf, x, implDetails) {
939
1720
  var parts = PartitionNumberPattern(nf, x, implDetails);
940
1721
  var result = ArrayCreate(0);
@@ -948,12 +1729,12 @@
948
1729
  return result;
949
1730
  }
950
1731
 
951
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/CanonicalizeLocaleList.js
1732
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/CanonicalizeLocaleList.js
952
1733
  function CanonicalizeLocaleList2(locales) {
953
1734
  return Intl.getCanonicalLocales(locales);
954
1735
  }
955
1736
 
956
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/utils.js
1737
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/utils.js
957
1738
  var UNICODE_EXTENSION_SEQUENCE_REGEX = /-u(?:-[0-9a-z]{2,8})+/gi;
958
1739
  function invariant2(condition, message, Err) {
959
1740
  if (Err === void 0) {
@@ -964,7 +1745,7 @@
964
1745
  }
965
1746
  }
966
1747
 
967
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/BestAvailableLocale.js
1748
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/BestAvailableLocale.js
968
1749
  function BestAvailableLocale(availableLocales, locale) {
969
1750
  var candidate = locale;
970
1751
  while (true) {
@@ -982,7 +1763,7 @@
982
1763
  }
983
1764
  }
984
1765
 
985
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/LookupMatcher.js
1766
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/LookupMatcher.js
986
1767
  function LookupMatcher(availableLocales, requestedLocales, getDefaultLocale) {
987
1768
  var result = { locale: "" };
988
1769
  for (var _i = 0, requestedLocales_1 = requestedLocales; _i < requestedLocales_1.length; _i++) {
@@ -1001,7 +1782,7 @@
1001
1782
  return result;
1002
1783
  }
1003
1784
 
1004
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/BestFitMatcher.js
1785
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/BestFitMatcher.js
1005
1786
  function BestFitMatcher(availableLocales, requestedLocales, getDefaultLocale) {
1006
1787
  var minimizedAvailableLocaleMap = {};
1007
1788
  var availableLocaleMap = {};
@@ -1049,7 +1830,7 @@
1049
1830
  };
1050
1831
  }
1051
1832
 
1052
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/UnicodeExtensionValue.js
1833
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/UnicodeExtensionValue.js
1053
1834
  function UnicodeExtensionValue(extension, key) {
1054
1835
  invariant2(key.length === 2, "key must have 2 elements");
1055
1836
  var size = extension.length;
@@ -1088,7 +1869,7 @@
1088
1869
  return void 0;
1089
1870
  }
1090
1871
 
1091
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/ResolveLocale.js
1872
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/ResolveLocale.js
1092
1873
  function ResolveLocale(availableLocales, requestedLocales, options, relevantExtensionKeys, localeData, getDefaultLocale) {
1093
1874
  var matcher = options.localeMatcher;
1094
1875
  var r;
@@ -1152,7 +1933,7 @@
1152
1933
  return result;
1153
1934
  }
1154
1935
 
1155
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/LookupSupportedLocales.js
1936
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/abstract/LookupSupportedLocales.js
1156
1937
  function LookupSupportedLocales(availableLocales, requestedLocales) {
1157
1938
  var subset = [];
1158
1939
  for (var _i = 0, requestedLocales_1 = requestedLocales; _i < requestedLocales_1.length; _i++) {
@@ -1166,7 +1947,7 @@
1166
1947
  return subset;
1167
1948
  }
1168
1949
 
1169
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/index.js
1950
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-localematcher@0.0.0/node_modules/@formatjs/intl-localematcher/lib/index.js
1170
1951
  function match(requestedLocales, availableLocales, defaultLocale, opts) {
1171
1952
  var locales = availableLocales.reduce(function(all, l) {
1172
1953
  all.add(l);
@@ -1179,7 +1960,7 @@
1179
1960
  }).locale;
1180
1961
  }
1181
1962
 
1182
- // ../../../../../../../../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/SetNumberFormatUnitOptions.js
1963
+ // ../../../../../../../../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/SetNumberFormatUnitOptions.js
1183
1964
  function SetNumberFormatUnitOptions(nf, options, _a) {
1184
1965
  if (options === void 0) {
1185
1966
  options = /* @__PURE__ */ Object.create(null);
@@ -1216,7 +1997,7 @@
1216
1997
  }
1217
1998
  }
1218
1999
 
1219
- // ../../../../../../../../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/SetNumberFormatDigitOptions.js
2000
+ // ../../../../../../../../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/SetNumberFormatDigitOptions.js
1220
2001
  function SetNumberFormatDigitOptions(internalSlots, opts, mnfdDefault, mxfdDefault, notation) {
1221
2002
  var mnid = GetNumberOption(opts, "minimumIntegerDigits", 1, 21, 1);
1222
2003
  var mnfd = opts.minimumFractionDigits;
@@ -1283,7 +2064,7 @@
1283
2064
  }
1284
2065
  }
1285
2066
 
1286
- // ../../../../../../../../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/InitializeNumberFormat.js
2067
+ // ../../../../../../../../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/InitializeNumberFormat.js
1287
2068
  var VALID_ROUND_INCREMENT_VALUES = [
1288
2069
  1,
1289
2070
  2,
@@ -1378,7 +2159,7 @@
1378
2159
  return nf;
1379
2160
  }
1380
2161
 
1381
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/SupportedLocales.js
2162
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/SupportedLocales.js
1382
2163
  function SupportedLocales(availableLocales, requestedLocales, options) {
1383
2164
  var matcher = "best fit";
1384
2165
  if (options !== void 0) {
@@ -1391,7 +2172,7 @@
1391
2172
  return LookupSupportedLocales(availableLocales, requestedLocales);
1392
2173
  }
1393
2174
 
1394
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/tslib@2.4.0/node_modules/tslib/tslib.es6.js
2175
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/tslib@2.4.0/node_modules/tslib/tslib.es6.js
1395
2176
  var extendStatics = function(d, b) {
1396
2177
  extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
1397
2178
  d2.__proto__ = b2;
@@ -1412,7 +2193,7 @@
1412
2193
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
1413
2194
  }
1414
2195
 
1415
- // ../../../../../../../../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
2196
+ // ../../../../../../../../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
1416
2197
  var MissingLocaleDataError = (
1417
2198
  /** @class */
1418
2199
  function(_super) {
@@ -1426,7 +2207,7 @@
1426
2207
  }(Error)
1427
2208
  );
1428
2209
 
1429
- // ../../../../../../../../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
2210
+ // ../../../../../../../../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
1430
2211
  var RangePatternType;
1431
2212
  (function(RangePatternType2) {
1432
2213
  RangePatternType2["startRange"] = "startRange";
@@ -1434,13 +2215,86 @@
1434
2215
  RangePatternType2["endRange"] = "endRange";
1435
2216
  })(RangePatternType || (RangePatternType = {}));
1436
2217
 
1437
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/lib/src/currency-digits.generated.js
1438
- var currencyDigitsData = { "ADP": 0, "AFN": 0, "ALL": 0, "AMD": 2, "BHD": 3, "BIF": 0, "BYN": 2, "BYR": 0, "CAD": 2, "CHF": 2, "CLF": 4, "CLP": 0, "COP": 2, "CRC": 2, "CZK": 2, "DEFAULT": 2, "DJF": 0, "DKK": 2, "ESP": 0, "GNF": 0, "GYD": 2, "HUF": 2, "IDR": 2, "IQD": 0, "IRR": 0, "ISK": 0, "ITL": 0, "JOD": 3, "JPY": 0, "KMF": 0, "KPW": 0, "KRW": 0, "KWD": 3, "LAK": 0, "LBP": 0, "LUF": 0, "LYD": 3, "MGA": 0, "MGF": 0, "MMK": 0, "MNT": 2, "MRO": 0, "MUR": 2, "NOK": 2, "OMR": 3, "PKR": 2, "PYG": 0, "RSD": 0, "RWF": 0, "SEK": 2, "SLL": 0, "SOS": 0, "STD": 0, "SYP": 0, "TMM": 0, "TND": 3, "TRL": 0, "TWD": 2, "TZS": 2, "UGX": 0, "UYI": 0, "UYW": 4, "UZS": 2, "VEF": 2, "VND": 0, "VUV": 0, "XAF": 0, "XOF": 0, "XPF": 0, "YER": 0, "ZMK": 0, "ZWD": 0 };
2218
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-numberformat/lib/src/currency-digits.generated.js
2219
+ var currencyDigitsData = {
2220
+ "ADP": 0,
2221
+ "AFN": 0,
2222
+ "ALL": 0,
2223
+ "AMD": 2,
2224
+ "BHD": 3,
2225
+ "BIF": 0,
2226
+ "BYN": 2,
2227
+ "BYR": 0,
2228
+ "CAD": 2,
2229
+ "CHF": 2,
2230
+ "CLF": 4,
2231
+ "CLP": 0,
2232
+ "COP": 2,
2233
+ "CRC": 2,
2234
+ "CZK": 2,
2235
+ "DEFAULT": 2,
2236
+ "DJF": 0,
2237
+ "DKK": 2,
2238
+ "ESP": 0,
2239
+ "GNF": 0,
2240
+ "GYD": 2,
2241
+ "HUF": 2,
2242
+ "IDR": 2,
2243
+ "IQD": 0,
2244
+ "IRR": 0,
2245
+ "ISK": 0,
2246
+ "ITL": 0,
2247
+ "JOD": 3,
2248
+ "JPY": 0,
2249
+ "KMF": 0,
2250
+ "KPW": 0,
2251
+ "KRW": 0,
2252
+ "KWD": 3,
2253
+ "LAK": 0,
2254
+ "LBP": 0,
2255
+ "LUF": 0,
2256
+ "LYD": 3,
2257
+ "MGA": 0,
2258
+ "MGF": 0,
2259
+ "MMK": 0,
2260
+ "MNT": 2,
2261
+ "MRO": 0,
2262
+ "MUR": 2,
2263
+ "NOK": 2,
2264
+ "OMR": 3,
2265
+ "PKR": 2,
2266
+ "PYG": 0,
2267
+ "RSD": 0,
2268
+ "RWF": 0,
2269
+ "SEK": 2,
2270
+ "SLL": 0,
2271
+ "SOS": 0,
2272
+ "STD": 0,
2273
+ "SYP": 0,
2274
+ "TMM": 0,
2275
+ "TND": 3,
2276
+ "TRL": 0,
2277
+ "TWD": 2,
2278
+ "TZS": 2,
2279
+ "UGX": 0,
2280
+ "UYI": 0,
2281
+ "UYW": 4,
2282
+ "UZS": 2,
2283
+ "VEF": 2,
2284
+ "VND": 0,
2285
+ "VUV": 0,
2286
+ "XAF": 0,
2287
+ "XOF": 0,
2288
+ "XPF": 0,
2289
+ "YER": 0,
2290
+ "ZMK": 0,
2291
+ "ZWD": 0
2292
+ };
1439
2293
 
1440
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/lib/src/numbering-systems.generated.js
2294
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-numberformat/lib/src/numbering-systems.generated.js
1441
2295
  var 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"];
1442
2296
 
1443
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/lib/src/get_internal_slots.js
2297
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-numberformat/lib/src/get_internal_slots.js
1444
2298
  var internalSlotMap = /* @__PURE__ */ new WeakMap();
1445
2299
  function getInternalSlots(x) {
1446
2300
  var internalSlots = internalSlotMap.get(x);
@@ -1451,7 +2305,7 @@
1451
2305
  return internalSlots;
1452
2306
  }
1453
2307
 
1454
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/lib/src/core.js
2308
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-numberformat/lib/src/core.js
1455
2309
  var RESOLVED_OPTIONS_KEYS = [
1456
2310
  "locale",
1457
2311
  "numberingSystem",
@@ -1666,16 +2520,16 @@
1666
2520
  } catch (e) {
1667
2521
  }
1668
2522
 
1669
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/lib/src/to_locale_string.js
2523
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-numberformat/lib/src/to_locale_string.js
1670
2524
  function toLocaleString(x, locales, options) {
1671
2525
  var numberFormat = new NumberFormat(locales, options);
1672
2526
  return numberFormat.format(x);
1673
2527
  }
1674
2528
 
1675
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/lib/supported-locales.generated.js
2529
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-numberformat/lib/supported-locales.generated.js
1676
2530
  var supportedLocales = ["af", "af-NA", "agq", "ak", "am", "ar", "ar-AE", "ar-BH", "ar-DJ", "ar-DZ", "ar-EG", "ar-EH", "ar-ER", "ar-IL", "ar-IQ", "ar-JO", "ar-KM", "ar-KW", "ar-LB", "ar-LY", "ar-MA", "ar-MR", "ar-OM", "ar-PS", "ar-QA", "ar-SA", "ar-SD", "ar-SO", "ar-SS", "ar-SY", "ar-TD", "ar-TN", "ar-YE", "as", "asa", "ast", "az", "az-Cyrl", "az-Latn", "bas", "be", "be-tarask", "bem", "bez", "bg", "bm", "bn", "bn-IN", "bo", "bo-IN", "br", "brx", "bs", "bs-Cyrl", "bs-Latn", "ca", "ca-AD", "ca-ES-valencia", "ca-FR", "ca-IT", "ccp", "ccp-IN", "ce", "ceb", "cgg", "chr", "ckb", "ckb-IR", "cs", "cy", "da", "da-GL", "dav", "de", "de-AT", "de-BE", "de-CH", "de-IT", "de-LI", "de-LU", "dje", "doi", "dsb", "dua", "dyo", "dz", "ebu", "ee", "ee-TG", "el", "el-CY", "en", "en-001", "en-150", "en-AE", "en-AG", "en-AI", "en-AS", "en-AT", "en-AU", "en-BB", "en-BE", "en-BI", "en-BM", "en-BS", "en-BW", "en-BZ", "en-CA", "en-CC", "en-CH", "en-CK", "en-CM", "en-CX", "en-CY", "en-DE", "en-DG", "en-DK", "en-DM", "en-ER", "en-FI", "en-FJ", "en-FK", "en-FM", "en-GB", "en-GD", "en-GG", "en-GH", "en-GI", "en-GM", "en-GU", "en-GY", "en-HK", "en-IE", "en-IL", "en-IM", "en-IN", "en-IO", "en-JE", "en-JM", "en-KE", "en-KI", "en-KN", "en-KY", "en-LC", "en-LR", "en-LS", "en-MG", "en-MH", "en-MO", "en-MP", "en-MS", "en-MT", "en-MU", "en-MW", "en-MY", "en-NA", "en-NF", "en-NG", "en-NL", "en-NR", "en-NU", "en-NZ", "en-PG", "en-PH", "en-PK", "en-PN", "en-PR", "en-PW", "en-RW", "en-SB", "en-SC", "en-SD", "en-SE", "en-SG", "en-SH", "en-SI", "en-SL", "en-SS", "en-SX", "en-SZ", "en-TC", "en-TK", "en-TO", "en-TT", "en-TV", "en-TZ", "en-UG", "en-UM", "en-VC", "en-VG", "en-VI", "en-VU", "en-WS", "en-ZA", "en-ZM", "en-ZW", "eo", "es", "es-419", "es-AR", "es-BO", "es-BR", "es-BZ", "es-CL", "es-CO", "es-CR", "es-CU", "es-DO", "es-EA", "es-EC", "es-GQ", "es-GT", "es-HN", "es-IC", "es-MX", "es-NI", "es-PA", "es-PE", "es-PH", "es-PR", "es-PY", "es-SV", "es-US", "es-UY", "es-VE", "et", "eu", "ewo", "fa", "fa-AF", "ff", "ff-Adlm", "ff-Adlm-BF", "ff-Adlm-CM", "ff-Adlm-GH", "ff-Adlm-GM", "ff-Adlm-GW", "ff-Adlm-LR", "ff-Adlm-MR", "ff-Adlm-NE", "ff-Adlm-NG", "ff-Adlm-SL", "ff-Adlm-SN", "ff-Latn", "ff-Latn-BF", "ff-Latn-CM", "ff-Latn-GH", "ff-Latn-GM", "ff-Latn-GN", "ff-Latn-GW", "ff-Latn-LR", "ff-Latn-MR", "ff-Latn-NE", "ff-Latn-NG", "ff-Latn-SL", "fi", "fil", "fo", "fo-DK", "fr", "fr-BE", "fr-BF", "fr-BI", "fr-BJ", "fr-BL", "fr-CA", "fr-CD", "fr-CF", "fr-CG", "fr-CH", "fr-CI", "fr-CM", "fr-DJ", "fr-DZ", "fr-GA", "fr-GF", "fr-GN", "fr-GP", "fr-GQ", "fr-HT", "fr-KM", "fr-LU", "fr-MA", "fr-MC", "fr-MF", "fr-MG", "fr-ML", "fr-MQ", "fr-MR", "fr-MU", "fr-NC", "fr-NE", "fr-PF", "fr-PM", "fr-RE", "fr-RW", "fr-SC", "fr-SN", "fr-SY", "fr-TD", "fr-TG", "fr-TN", "fr-VU", "fr-WF", "fr-YT", "fur", "fy", "ga", "ga-GB", "gd", "gl", "gsw", "gsw-FR", "gsw-LI", "gu", "guz", "gv", "ha", "ha-GH", "ha-NE", "haw", "he", "hi", "hr", "hr-BA", "hsb", "hu", "hy", "ia", "id", "ig", "ii", "is", "it", "it-CH", "it-SM", "it-VA", "ja", "jgo", "jmc", "jv", "ka", "kab", "kam", "kde", "kea", "kgp", "khq", "ki", "kk", "kkj", "kl", "kln", "km", "kn", "ko", "ko-KP", "kok", "ks", "ks-Arab", "ksb", "ksf", "ksh", "ku", "kw", "ky", "lag", "lb", "lg", "lkt", "ln", "ln-AO", "ln-CF", "ln-CG", "lo", "lrc", "lrc-IQ", "lt", "lu", "luo", "luy", "lv", "mai", "mas", "mas-TZ", "mer", "mfe", "mg", "mgh", "mgo", "mi", "mk", "ml", "mn", "mni", "mni-Beng", "mr", "ms", "ms-BN", "ms-ID", "ms-SG", "mt", "mua", "my", "mzn", "naq", "nb", "nb-SJ", "nd", "nds", "nds-NL", "ne", "ne-IN", "nl", "nl-AW", "nl-BE", "nl-BQ", "nl-CW", "nl-SR", "nl-SX", "nmg", "nn", "nnh", "no", "nus", "nyn", "om", "om-KE", "or", "os", "os-RU", "pa", "pa-Arab", "pa-Guru", "pcm", "pl", "ps", "ps-PK", "pt", "pt-AO", "pt-CH", "pt-CV", "pt-GQ", "pt-GW", "pt-LU", "pt-MO", "pt-MZ", "pt-PT", "pt-ST", "pt-TL", "qu", "qu-BO", "qu-EC", "rm", "rn", "ro", "ro-MD", "rof", "ru", "ru-BY", "ru-KG", "ru-KZ", "ru-MD", "ru-UA", "rw", "rwk", "sa", "sah", "saq", "sat", "sat-Olck", "sbp", "sc", "sd", "sd-Arab", "sd-Deva", "se", "se-FI", "se-SE", "seh", "ses", "sg", "shi", "shi-Latn", "shi-Tfng", "si", "sk", "sl", "smn", "sn", "so", "so-DJ", "so-ET", "so-KE", "sq", "sq-MK", "sq-XK", "sr", "sr-Cyrl", "sr-Cyrl-BA", "sr-Cyrl-ME", "sr-Cyrl-XK", "sr-Latn", "sr-Latn-BA", "sr-Latn-ME", "sr-Latn-XK", "su", "su-Latn", "sv", "sv-AX", "sv-FI", "sw", "sw-CD", "sw-KE", "sw-UG", "ta", "ta-LK", "ta-MY", "ta-SG", "te", "teo", "teo-KE", "tg", "th", "ti", "ti-ER", "tk", "to", "tr", "tr-CY", "tt", "twq", "tzm", "ug", "uk", "und", "ur", "ur-IN", "uz", "uz-Arab", "uz-Cyrl", "uz-Latn", "vai", "vai-Latn", "vai-Vaii", "vi", "vun", "wae", "wo", "xh", "xog", "yav", "yi", "yo", "yo-BJ", "yrl", "yrl-CO", "yrl-VE", "yue", "yue-Hans", "yue-Hant", "zgh", "zh", "zh-Hans", "zh-Hans-HK", "zh-Hans-MO", "zh-Hans-SG", "zh-Hant", "zh-Hant-HK", "zh-Hant-MO", "zu"];
1677
2531
 
1678
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/lib/should-polyfill.js
2532
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-numberformat/lib/should-polyfill.js
1679
2533
  function onlySupportsEn() {
1680
2534
  return !Intl.NumberFormat.polyfilled && !Intl.NumberFormat.supportedLocalesOf(["es"]).length;
1681
2535
  }
@@ -1711,7 +2565,7 @@
1711
2565
  }
1712
2566
  }
1713
2567
 
1714
- // ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/lib/polyfill.js
2568
+ // ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-numberformat/lib/polyfill.js
1715
2569
  if (shouldPolyfill()) {
1716
2570
  defineProperty(Intl, "NumberFormat", { value: NumberFormat });
1717
2571
  defineProperty(Number.prototype, "toLocaleString", {