@formatjs/intl-numberformat 8.3.2 → 8.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -7
- package/polyfill.iife.js +541 -70
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formatjs/intl-numberformat",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.4",
|
|
4
4
|
"description": "Ponyfill for ES2020 Intl.NumberFormat",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"polyfill",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"url": "git+https://github.com/formatjs/formatjs.git"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@formatjs/ecma402-abstract": "1.14.
|
|
26
|
-
"@formatjs/intl-localematcher": "0.2.
|
|
27
|
-
"tslib": "2.4.0"
|
|
25
|
+
"@formatjs/ecma402-abstract": "1.14.3",
|
|
26
|
+
"@formatjs/intl-localematcher": "0.2.32",
|
|
27
|
+
"tslib": "^2.4.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@formatjs/intl-getcanonicallocales": "2.0
|
|
31
|
-
"@formatjs/intl-locale": "3.0
|
|
32
|
-
"@formatjs/intl-pluralrules": "5.1.
|
|
30
|
+
"@formatjs/intl-getcanonicallocales": "2.1.0",
|
|
31
|
+
"@formatjs/intl-locale": "3.1.0",
|
|
32
|
+
"@formatjs/intl-pluralrules": "5.1.9"
|
|
33
33
|
},
|
|
34
34
|
"bugs": {
|
|
35
35
|
"url": "https://github.com/formatjs/formatjs/issues"
|
package/polyfill.iife.js
CHANGED
|
@@ -1,10 +1,472 @@
|
|
|
1
1
|
(() => {
|
|
2
|
-
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
9
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
21
|
+
mod
|
|
22
|
+
));
|
|
23
|
+
|
|
24
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/tslib@2.4.0/node_modules/tslib/tslib.js
|
|
25
|
+
var require_tslib = __commonJS({
|
|
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
|
+
var __extends2;
|
|
28
|
+
var __assign2;
|
|
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
|
+
var __spreadArray2;
|
|
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
|
+
(function(factory) {
|
|
53
|
+
var root = typeof global === "object" ? global : typeof self === "object" ? self : typeof this === "object" ? this : {};
|
|
54
|
+
if (typeof define === "function" && define.amd) {
|
|
55
|
+
define("tslib", ["exports"], function(exports2) {
|
|
56
|
+
factory(createExporter(root, createExporter(exports2)));
|
|
57
|
+
});
|
|
58
|
+
} else if (typeof module === "object" && typeof module.exports === "object") {
|
|
59
|
+
factory(createExporter(root, createExporter(module.exports)));
|
|
60
|
+
} else {
|
|
61
|
+
factory(createExporter(root));
|
|
62
|
+
}
|
|
63
|
+
function createExporter(exports2, previous) {
|
|
64
|
+
if (exports2 !== root) {
|
|
65
|
+
if (typeof Object.create === "function") {
|
|
66
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
67
|
+
} else {
|
|
68
|
+
exports2.__esModule = true;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
return function(id, v) {
|
|
72
|
+
return exports2[id] = previous ? previous(id, v) : v;
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
})(function(exporter) {
|
|
76
|
+
var extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d, b) {
|
|
77
|
+
d.__proto__ = b;
|
|
78
|
+
} || function(d, b) {
|
|
79
|
+
for (var p in b)
|
|
80
|
+
if (Object.prototype.hasOwnProperty.call(b, p))
|
|
81
|
+
d[p] = b[p];
|
|
82
|
+
};
|
|
83
|
+
__extends2 = function(d, b) {
|
|
84
|
+
if (typeof b !== "function" && b !== null)
|
|
85
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
86
|
+
extendStatics(d, b);
|
|
87
|
+
function __() {
|
|
88
|
+
this.constructor = d;
|
|
89
|
+
}
|
|
90
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
91
|
+
};
|
|
92
|
+
__assign2 = Object.assign || function(t) {
|
|
93
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
94
|
+
s = arguments[i];
|
|
95
|
+
for (var p in s)
|
|
96
|
+
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
97
|
+
t[p] = s[p];
|
|
98
|
+
}
|
|
99
|
+
return t;
|
|
100
|
+
};
|
|
101
|
+
__rest2 = function(s, e) {
|
|
102
|
+
var t = {};
|
|
103
|
+
for (var p in s)
|
|
104
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
105
|
+
t[p] = s[p];
|
|
106
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
107
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
108
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
109
|
+
t[p[i]] = s[p[i]];
|
|
110
|
+
}
|
|
111
|
+
return t;
|
|
112
|
+
};
|
|
113
|
+
__decorate2 = function(decorators, target, key, desc) {
|
|
114
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
115
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
116
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
117
|
+
else
|
|
118
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
119
|
+
if (d = decorators[i])
|
|
120
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
121
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
122
|
+
};
|
|
123
|
+
__param2 = function(paramIndex, decorator) {
|
|
124
|
+
return function(target, key) {
|
|
125
|
+
decorator(target, key, paramIndex);
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
__metadata2 = function(metadataKey, metadataValue) {
|
|
129
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
130
|
+
return Reflect.metadata(metadataKey, metadataValue);
|
|
131
|
+
};
|
|
132
|
+
__awaiter2 = function(thisArg, _arguments, P, generator) {
|
|
133
|
+
function adopt(value) {
|
|
134
|
+
return value instanceof P ? value : new P(function(resolve) {
|
|
135
|
+
resolve(value);
|
|
136
|
+
});
|
|
137
|
+
}
|
|
138
|
+
return new (P || (P = Promise))(function(resolve, reject) {
|
|
139
|
+
function fulfilled(value) {
|
|
140
|
+
try {
|
|
141
|
+
step(generator.next(value));
|
|
142
|
+
} catch (e) {
|
|
143
|
+
reject(e);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
function rejected(value) {
|
|
147
|
+
try {
|
|
148
|
+
step(generator["throw"](value));
|
|
149
|
+
} catch (e) {
|
|
150
|
+
reject(e);
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
function step(result) {
|
|
154
|
+
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
|
|
155
|
+
}
|
|
156
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
157
|
+
});
|
|
158
|
+
};
|
|
159
|
+
__generator2 = function(thisArg, body) {
|
|
160
|
+
var _ = { label: 0, sent: function() {
|
|
161
|
+
if (t[0] & 1)
|
|
162
|
+
throw t[1];
|
|
163
|
+
return t[1];
|
|
164
|
+
}, trys: [], ops: [] }, f, y, t, g;
|
|
165
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
|
|
166
|
+
return this;
|
|
167
|
+
}), g;
|
|
168
|
+
function verb(n) {
|
|
169
|
+
return function(v) {
|
|
170
|
+
return step([n, v]);
|
|
171
|
+
};
|
|
172
|
+
}
|
|
173
|
+
function step(op) {
|
|
174
|
+
if (f)
|
|
175
|
+
throw new TypeError("Generator is already executing.");
|
|
176
|
+
while (_)
|
|
177
|
+
try {
|
|
178
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
|
179
|
+
return t;
|
|
180
|
+
if (y = 0, t)
|
|
181
|
+
op = [op[0] & 2, t.value];
|
|
182
|
+
switch (op[0]) {
|
|
183
|
+
case 0:
|
|
184
|
+
case 1:
|
|
185
|
+
t = op;
|
|
186
|
+
break;
|
|
187
|
+
case 4:
|
|
188
|
+
_.label++;
|
|
189
|
+
return { value: op[1], done: false };
|
|
190
|
+
case 5:
|
|
191
|
+
_.label++;
|
|
192
|
+
y = op[1];
|
|
193
|
+
op = [0];
|
|
194
|
+
continue;
|
|
195
|
+
case 7:
|
|
196
|
+
op = _.ops.pop();
|
|
197
|
+
_.trys.pop();
|
|
198
|
+
continue;
|
|
199
|
+
default:
|
|
200
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
|
201
|
+
_ = 0;
|
|
202
|
+
continue;
|
|
203
|
+
}
|
|
204
|
+
if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
|
|
205
|
+
_.label = op[1];
|
|
206
|
+
break;
|
|
207
|
+
}
|
|
208
|
+
if (op[0] === 6 && _.label < t[1]) {
|
|
209
|
+
_.label = t[1];
|
|
210
|
+
t = op;
|
|
211
|
+
break;
|
|
212
|
+
}
|
|
213
|
+
if (t && _.label < t[2]) {
|
|
214
|
+
_.label = t[2];
|
|
215
|
+
_.ops.push(op);
|
|
216
|
+
break;
|
|
217
|
+
}
|
|
218
|
+
if (t[2])
|
|
219
|
+
_.ops.pop();
|
|
220
|
+
_.trys.pop();
|
|
221
|
+
continue;
|
|
222
|
+
}
|
|
223
|
+
op = body.call(thisArg, _);
|
|
224
|
+
} catch (e) {
|
|
225
|
+
op = [6, e];
|
|
226
|
+
y = 0;
|
|
227
|
+
} finally {
|
|
228
|
+
f = t = 0;
|
|
229
|
+
}
|
|
230
|
+
if (op[0] & 5)
|
|
231
|
+
throw op[1];
|
|
232
|
+
return { value: op[0] ? op[1] : void 0, done: true };
|
|
233
|
+
}
|
|
234
|
+
};
|
|
235
|
+
__exportStar2 = function(m, o) {
|
|
236
|
+
for (var p in m)
|
|
237
|
+
if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
|
|
238
|
+
__createBinding2(o, m, p);
|
|
239
|
+
};
|
|
240
|
+
__createBinding2 = Object.create ? function(o, m, k, k2) {
|
|
241
|
+
if (k2 === void 0)
|
|
242
|
+
k2 = k;
|
|
243
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
244
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
245
|
+
desc = { enumerable: true, get: function() {
|
|
246
|
+
return m[k];
|
|
247
|
+
} };
|
|
248
|
+
}
|
|
249
|
+
Object.defineProperty(o, k2, desc);
|
|
250
|
+
} : function(o, m, k, k2) {
|
|
251
|
+
if (k2 === void 0)
|
|
252
|
+
k2 = k;
|
|
253
|
+
o[k2] = m[k];
|
|
254
|
+
};
|
|
255
|
+
__values2 = function(o) {
|
|
256
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
257
|
+
if (m)
|
|
258
|
+
return m.call(o);
|
|
259
|
+
if (o && typeof o.length === "number")
|
|
260
|
+
return {
|
|
261
|
+
next: function() {
|
|
262
|
+
if (o && i >= o.length)
|
|
263
|
+
o = void 0;
|
|
264
|
+
return { value: o && o[i++], done: !o };
|
|
265
|
+
}
|
|
266
|
+
};
|
|
267
|
+
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
268
|
+
};
|
|
269
|
+
__read2 = function(o, n) {
|
|
270
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
271
|
+
if (!m)
|
|
272
|
+
return o;
|
|
273
|
+
var i = m.call(o), r, ar = [], e;
|
|
274
|
+
try {
|
|
275
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
|
276
|
+
ar.push(r.value);
|
|
277
|
+
} catch (error) {
|
|
278
|
+
e = { error };
|
|
279
|
+
} finally {
|
|
280
|
+
try {
|
|
281
|
+
if (r && !r.done && (m = i["return"]))
|
|
282
|
+
m.call(i);
|
|
283
|
+
} finally {
|
|
284
|
+
if (e)
|
|
285
|
+
throw e.error;
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
return ar;
|
|
289
|
+
};
|
|
290
|
+
__spread2 = function() {
|
|
291
|
+
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
292
|
+
ar = ar.concat(__read2(arguments[i]));
|
|
293
|
+
return ar;
|
|
294
|
+
};
|
|
295
|
+
__spreadArrays2 = function() {
|
|
296
|
+
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
|
297
|
+
s += arguments[i].length;
|
|
298
|
+
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
299
|
+
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
300
|
+
r[k] = a[j];
|
|
301
|
+
return r;
|
|
302
|
+
};
|
|
303
|
+
__spreadArray2 = function(to, from, pack) {
|
|
304
|
+
if (pack || arguments.length === 2)
|
|
305
|
+
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
306
|
+
if (ar || !(i in from)) {
|
|
307
|
+
if (!ar)
|
|
308
|
+
ar = Array.prototype.slice.call(from, 0, i);
|
|
309
|
+
ar[i] = from[i];
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
313
|
+
};
|
|
314
|
+
__await2 = function(v) {
|
|
315
|
+
return this instanceof __await2 ? (this.v = v, this) : new __await2(v);
|
|
316
|
+
};
|
|
317
|
+
__asyncGenerator2 = function(thisArg, _arguments, generator) {
|
|
318
|
+
if (!Symbol.asyncIterator)
|
|
319
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
320
|
+
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
321
|
+
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function() {
|
|
322
|
+
return this;
|
|
323
|
+
}, i;
|
|
324
|
+
function verb(n) {
|
|
325
|
+
if (g[n])
|
|
326
|
+
i[n] = function(v) {
|
|
327
|
+
return new Promise(function(a, b) {
|
|
328
|
+
q.push([n, v, a, b]) > 1 || resume(n, v);
|
|
329
|
+
});
|
|
330
|
+
};
|
|
331
|
+
}
|
|
332
|
+
function resume(n, v) {
|
|
333
|
+
try {
|
|
334
|
+
step(g[n](v));
|
|
335
|
+
} catch (e) {
|
|
336
|
+
settle(q[0][3], e);
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
function step(r) {
|
|
340
|
+
r.value instanceof __await2 ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r);
|
|
341
|
+
}
|
|
342
|
+
function fulfill(value) {
|
|
343
|
+
resume("next", value);
|
|
344
|
+
}
|
|
345
|
+
function reject(value) {
|
|
346
|
+
resume("throw", value);
|
|
347
|
+
}
|
|
348
|
+
function settle(f, v) {
|
|
349
|
+
if (f(v), q.shift(), q.length)
|
|
350
|
+
resume(q[0][0], q[0][1]);
|
|
351
|
+
}
|
|
352
|
+
};
|
|
353
|
+
__asyncDelegator2 = function(o) {
|
|
354
|
+
var i, p;
|
|
355
|
+
return i = {}, verb("next"), verb("throw", function(e) {
|
|
356
|
+
throw e;
|
|
357
|
+
}), verb("return"), i[Symbol.iterator] = function() {
|
|
358
|
+
return this;
|
|
359
|
+
}, i;
|
|
360
|
+
function verb(n, f) {
|
|
361
|
+
i[n] = o[n] ? function(v) {
|
|
362
|
+
return (p = !p) ? { value: __await2(o[n](v)), done: n === "return" } : f ? f(v) : v;
|
|
363
|
+
} : f;
|
|
364
|
+
}
|
|
365
|
+
};
|
|
366
|
+
__asyncValues2 = function(o) {
|
|
367
|
+
if (!Symbol.asyncIterator)
|
|
368
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
369
|
+
var m = o[Symbol.asyncIterator], i;
|
|
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
|
+
return this;
|
|
372
|
+
}, i);
|
|
373
|
+
function verb(n) {
|
|
374
|
+
i[n] = o[n] && function(v) {
|
|
375
|
+
return new Promise(function(resolve, reject) {
|
|
376
|
+
v = o[n](v), settle(resolve, reject, v.done, v.value);
|
|
377
|
+
});
|
|
378
|
+
};
|
|
379
|
+
}
|
|
380
|
+
function settle(resolve, reject, d, v) {
|
|
381
|
+
Promise.resolve(v).then(function(v2) {
|
|
382
|
+
resolve({ value: v2, done: d });
|
|
383
|
+
}, reject);
|
|
384
|
+
}
|
|
385
|
+
};
|
|
386
|
+
__makeTemplateObject2 = function(cooked, raw) {
|
|
387
|
+
if (Object.defineProperty) {
|
|
388
|
+
Object.defineProperty(cooked, "raw", { value: raw });
|
|
389
|
+
} else {
|
|
390
|
+
cooked.raw = raw;
|
|
391
|
+
}
|
|
392
|
+
return cooked;
|
|
393
|
+
};
|
|
394
|
+
var __setModuleDefault = Object.create ? function(o, v) {
|
|
395
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
396
|
+
} : function(o, v) {
|
|
397
|
+
o["default"] = v;
|
|
398
|
+
};
|
|
399
|
+
__importStar2 = function(mod) {
|
|
400
|
+
if (mod && mod.__esModule)
|
|
401
|
+
return mod;
|
|
402
|
+
var result = {};
|
|
403
|
+
if (mod != null) {
|
|
404
|
+
for (var k in mod)
|
|
405
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
|
|
406
|
+
__createBinding2(result, mod, k);
|
|
407
|
+
}
|
|
408
|
+
__setModuleDefault(result, mod);
|
|
409
|
+
return result;
|
|
410
|
+
};
|
|
411
|
+
__importDefault2 = function(mod) {
|
|
412
|
+
return mod && mod.__esModule ? mod : { "default": mod };
|
|
413
|
+
};
|
|
414
|
+
__classPrivateFieldGet2 = function(receiver, state, kind, f) {
|
|
415
|
+
if (kind === "a" && !f)
|
|
416
|
+
throw new TypeError("Private accessor was defined without a getter");
|
|
417
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
418
|
+
throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
419
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
420
|
+
};
|
|
421
|
+
__classPrivateFieldSet2 = function(receiver, state, value, kind, f) {
|
|
422
|
+
if (kind === "m")
|
|
423
|
+
throw new TypeError("Private method is not writable");
|
|
424
|
+
if (kind === "a" && !f)
|
|
425
|
+
throw new TypeError("Private accessor was defined without a setter");
|
|
426
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
427
|
+
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
428
|
+
return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value;
|
|
429
|
+
};
|
|
430
|
+
__classPrivateFieldIn2 = function(state, receiver) {
|
|
431
|
+
if (receiver === null || typeof receiver !== "object" && typeof receiver !== "function")
|
|
432
|
+
throw new TypeError("Cannot use 'in' operator on non-object");
|
|
433
|
+
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
434
|
+
};
|
|
435
|
+
exporter("__extends", __extends2);
|
|
436
|
+
exporter("__assign", __assign2);
|
|
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
|
+
exporter("__spreadArray", __spreadArray2);
|
|
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
|
+
});
|
|
461
|
+
}
|
|
462
|
+
});
|
|
463
|
+
|
|
464
|
+
// ../../../../../../../../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
|
|
3
465
|
function CanonicalizeLocaleList(locales) {
|
|
4
466
|
return Intl.getCanonicalLocales(locales);
|
|
5
467
|
}
|
|
6
468
|
|
|
7
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
469
|
+
// ../../../../../../../../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
|
|
8
470
|
function ToString(o) {
|
|
9
471
|
if (typeof o === "symbol") {
|
|
10
472
|
throw TypeError("Cannot convert a Symbol value to a string");
|
|
@@ -76,7 +538,7 @@
|
|
|
76
538
|
return Object.prototype.isPrototypeOf.call(P, O);
|
|
77
539
|
}
|
|
78
540
|
|
|
79
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
541
|
+
// ../../../../../../../../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
|
|
80
542
|
function CoerceOptionsToObject(options) {
|
|
81
543
|
if (typeof options === "undefined") {
|
|
82
544
|
return /* @__PURE__ */ Object.create(null);
|
|
@@ -84,7 +546,7 @@
|
|
|
84
546
|
return ToObject(options);
|
|
85
547
|
}
|
|
86
548
|
|
|
87
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
549
|
+
// ../../../../../../../../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
|
|
88
550
|
function DefaultNumberOption(val, min, max, fallback) {
|
|
89
551
|
if (val !== void 0) {
|
|
90
552
|
val = Number(val);
|
|
@@ -96,13 +558,13 @@
|
|
|
96
558
|
return fallback;
|
|
97
559
|
}
|
|
98
560
|
|
|
99
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
561
|
+
// ../../../../../../../../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
|
|
100
562
|
function GetNumberOption(options, property, minimum, maximum, fallback) {
|
|
101
563
|
var val = options[property];
|
|
102
564
|
return DefaultNumberOption(val, minimum, maximum, fallback);
|
|
103
565
|
}
|
|
104
566
|
|
|
105
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
567
|
+
// ../../../../../../../../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
|
|
106
568
|
function GetOption(opts, prop, type, values, fallback) {
|
|
107
569
|
if (typeof opts !== "object") {
|
|
108
570
|
throw new TypeError("Options must be an object");
|
|
@@ -128,7 +590,7 @@
|
|
|
128
590
|
return fallback;
|
|
129
591
|
}
|
|
130
592
|
|
|
131
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
593
|
+
// ../../../../../../../../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
|
|
132
594
|
function GetStringOrBooleanOption(opts, prop, values, trueValue, falsyValue, fallback) {
|
|
133
595
|
var value = opts[prop];
|
|
134
596
|
if (value === void 0) {
|
|
@@ -151,7 +613,7 @@
|
|
|
151
613
|
return value;
|
|
152
614
|
}
|
|
153
615
|
|
|
154
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
616
|
+
// ../../../../../../../../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
|
|
155
617
|
var SANCTIONED_UNITS = [
|
|
156
618
|
"angle-degree",
|
|
157
619
|
"area-acre",
|
|
@@ -205,7 +667,7 @@
|
|
|
205
667
|
return SIMPLE_UNITS.indexOf(unitIdentifier) > -1;
|
|
206
668
|
}
|
|
207
669
|
|
|
208
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
670
|
+
// ../../../../../../../../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
|
|
209
671
|
function toUpperCase(str) {
|
|
210
672
|
return str.replace(/([a-z])/g, function(_, c) {
|
|
211
673
|
return c.toUpperCase();
|
|
@@ -223,7 +685,7 @@
|
|
|
223
685
|
return true;
|
|
224
686
|
}
|
|
225
687
|
|
|
226
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
688
|
+
// ../../../../../../../../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
|
|
227
689
|
function toLowerCase(str) {
|
|
228
690
|
return str.replace(/([A-Z])/g, function(_, c) {
|
|
229
691
|
return c.toLowerCase();
|
|
@@ -245,12 +707,12 @@
|
|
|
245
707
|
return true;
|
|
246
708
|
}
|
|
247
709
|
|
|
248
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
710
|
+
// ../../../../../../../../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
|
|
249
711
|
function CollapseNumberRange(result) {
|
|
250
712
|
return result;
|
|
251
713
|
}
|
|
252
714
|
|
|
253
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
715
|
+
// ../../../../../../../../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
|
|
254
716
|
function getMagnitude(x) {
|
|
255
717
|
return Math.floor(Math.log(x) * Math.LOG10E);
|
|
256
718
|
}
|
|
@@ -282,7 +744,7 @@
|
|
|
282
744
|
}
|
|
283
745
|
}
|
|
284
746
|
|
|
285
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
747
|
+
// ../../../../../../../../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
|
|
286
748
|
function ComputeExponentForMagnitude(numberFormat, magnitude, _a) {
|
|
287
749
|
var getInternalSlots2 = _a.getInternalSlots;
|
|
288
750
|
var internalSlots = getInternalSlots2(numberFormat);
|
|
@@ -329,7 +791,7 @@
|
|
|
329
791
|
}
|
|
330
792
|
}
|
|
331
793
|
|
|
332
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
794
|
+
// ../../../../../../../../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
|
|
333
795
|
function ToRawPrecision(x, minPrecision, maxPrecision) {
|
|
334
796
|
var p = maxPrecision;
|
|
335
797
|
var m;
|
|
@@ -387,7 +849,7 @@
|
|
|
387
849
|
}
|
|
388
850
|
}
|
|
389
851
|
|
|
390
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
852
|
+
// ../../../../../../../../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
|
|
391
853
|
function ToRawFixed(x, minFraction, maxFraction) {
|
|
392
854
|
var f = maxFraction;
|
|
393
855
|
var n = Math.round(x * Math.pow(10, f));
|
|
@@ -427,7 +889,7 @@
|
|
|
427
889
|
return { formattedString: m, roundedNumber: xFinal, integerDigitsCount: int };
|
|
428
890
|
}
|
|
429
891
|
|
|
430
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
892
|
+
// ../../../../../../../../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
|
|
431
893
|
function FormatNumericToString(intlObject, x) {
|
|
432
894
|
var isNegative = x < 0 || SameValue(x, -0);
|
|
433
895
|
if (isNegative) {
|
|
@@ -463,7 +925,7 @@
|
|
|
463
925
|
return { roundedNumber: x, formattedString: string };
|
|
464
926
|
}
|
|
465
927
|
|
|
466
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
928
|
+
// ../../../../../../../../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
|
|
467
929
|
function ComputeExponent(numberFormat, x, _a) {
|
|
468
930
|
var getInternalSlots2 = _a.getInternalSlots;
|
|
469
931
|
if (x === 0) {
|
|
@@ -493,13 +955,13 @@
|
|
|
493
955
|
];
|
|
494
956
|
}
|
|
495
957
|
|
|
496
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
958
|
+
// ../../../../../../../../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
|
|
497
959
|
function CurrencyDigits(c, _a) {
|
|
498
960
|
var currencyDigitsData2 = _a.currencyDigitsData;
|
|
499
961
|
return HasOwnProperty(currencyDigitsData2, c) ? currencyDigitsData2[c] : 2;
|
|
500
962
|
}
|
|
501
963
|
|
|
502
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
964
|
+
// ../../../../../../../../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
|
|
503
965
|
function FormatApproximately(numberFormat, result, _a) {
|
|
504
966
|
var getInternalSlots2 = _a.getInternalSlots;
|
|
505
967
|
var internalSlots = getInternalSlots2(numberFormat);
|
|
@@ -509,13 +971,13 @@
|
|
|
509
971
|
return result;
|
|
510
972
|
}
|
|
511
973
|
|
|
512
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
974
|
+
// ../../../../../../../../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
975
|
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}"] };
|
|
514
976
|
|
|
515
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
977
|
+
// ../../../../../../../../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
|
|
516
978
|
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
979
|
|
|
518
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
980
|
+
// ../../../../../../../../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
|
|
519
981
|
var CARET_S_UNICODE_REGEX = new RegExp("^".concat(S_UNICODE_REGEX.source));
|
|
520
982
|
var S_DOLLAR_UNICODE_REGEX = new RegExp("".concat(S_UNICODE_REGEX.source, "$"));
|
|
521
983
|
var CLDR_NUMBER_PATTERN = /[#0](?:[\.,][#0]+)*/g;
|
|
@@ -814,7 +1276,7 @@
|
|
|
814
1276
|
return rules[pl.select(x)] || rules.other;
|
|
815
1277
|
}
|
|
816
1278
|
|
|
817
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1279
|
+
// ../../../../../../../../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
|
|
818
1280
|
function PartitionNumberPattern(numberFormat, x, _a) {
|
|
819
1281
|
var _b;
|
|
820
1282
|
var getInternalSlots2 = _a.getInternalSlots;
|
|
@@ -878,7 +1340,7 @@
|
|
|
878
1340
|
return formatToParts({ roundedNumber: x, formattedString: n, exponent, magnitude, sign }, internalSlots.dataLocaleData, pl, internalSlots);
|
|
879
1341
|
}
|
|
880
1342
|
|
|
881
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1343
|
+
// ../../../../../../../../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
|
|
882
1344
|
function PartitionNumberRangePattern(numberFormat, x, y, _a) {
|
|
883
1345
|
var getInternalSlots2 = _a.getInternalSlots;
|
|
884
1346
|
if (isNaN(x) || isNaN(y)) {
|
|
@@ -906,7 +1368,7 @@
|
|
|
906
1368
|
return CollapseNumberRange(result);
|
|
907
1369
|
}
|
|
908
1370
|
|
|
909
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1371
|
+
// ../../../../../../../../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
|
|
910
1372
|
function FormatNumericRange(numberFormat, x, y, _a) {
|
|
911
1373
|
var getInternalSlots2 = _a.getInternalSlots;
|
|
912
1374
|
var parts = PartitionNumberRangePattern(numberFormat, x, y, {
|
|
@@ -917,7 +1379,7 @@
|
|
|
917
1379
|
}).join("");
|
|
918
1380
|
}
|
|
919
1381
|
|
|
920
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1382
|
+
// ../../../../../../../../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
|
|
921
1383
|
function FormatNumericRangeToParts(numberFormat, x, y, _a) {
|
|
922
1384
|
var getInternalSlots2 = _a.getInternalSlots;
|
|
923
1385
|
var parts = PartitionNumberRangePattern(numberFormat, x, y, {
|
|
@@ -933,7 +1395,7 @@
|
|
|
933
1395
|
});
|
|
934
1396
|
}
|
|
935
1397
|
|
|
936
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1398
|
+
// ../../../../../../../../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
|
|
937
1399
|
function FormatNumericToParts(nf, x, implDetails) {
|
|
938
1400
|
var parts = PartitionNumberPattern(nf, x, implDetails);
|
|
939
1401
|
var result = ArrayCreate(0);
|
|
@@ -947,12 +1409,12 @@
|
|
|
947
1409
|
return result;
|
|
948
1410
|
}
|
|
949
1411
|
|
|
950
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1412
|
+
// ../../../../../../../../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
|
|
951
1413
|
function CanonicalizeLocaleList2(locales) {
|
|
952
1414
|
return Intl.getCanonicalLocales(locales);
|
|
953
1415
|
}
|
|
954
1416
|
|
|
955
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1417
|
+
// ../../../../../../../../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
|
|
956
1418
|
var UNICODE_EXTENSION_SEQUENCE_REGEX = /-u(?:-[0-9a-z]{2,8})+/gi;
|
|
957
1419
|
function invariant2(condition, message, Err) {
|
|
958
1420
|
if (Err === void 0) {
|
|
@@ -963,7 +1425,7 @@
|
|
|
963
1425
|
}
|
|
964
1426
|
}
|
|
965
1427
|
|
|
966
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1428
|
+
// ../../../../../../../../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
|
|
967
1429
|
function BestAvailableLocale(availableLocales, locale) {
|
|
968
1430
|
var candidate = locale;
|
|
969
1431
|
while (true) {
|
|
@@ -981,7 +1443,7 @@
|
|
|
981
1443
|
}
|
|
982
1444
|
}
|
|
983
1445
|
|
|
984
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1446
|
+
// ../../../../../../../../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
|
|
985
1447
|
function LookupMatcher(availableLocales, requestedLocales, getDefaultLocale) {
|
|
986
1448
|
var result = { locale: "" };
|
|
987
1449
|
for (var _i = 0, requestedLocales_1 = requestedLocales; _i < requestedLocales_1.length; _i++) {
|
|
@@ -1000,7 +1462,7 @@
|
|
|
1000
1462
|
return result;
|
|
1001
1463
|
}
|
|
1002
1464
|
|
|
1003
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1465
|
+
// ../../../../../../../../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
|
|
1004
1466
|
function BestFitMatcher(availableLocales, requestedLocales, getDefaultLocale) {
|
|
1005
1467
|
var minimizedAvailableLocaleMap = {};
|
|
1006
1468
|
var availableLocaleMap = {};
|
|
@@ -1048,7 +1510,7 @@
|
|
|
1048
1510
|
};
|
|
1049
1511
|
}
|
|
1050
1512
|
|
|
1051
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1513
|
+
// ../../../../../../../../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
|
|
1052
1514
|
function UnicodeExtensionValue(extension, key) {
|
|
1053
1515
|
invariant2(key.length === 2, "key must have 2 elements");
|
|
1054
1516
|
var size = extension.length;
|
|
@@ -1087,7 +1549,7 @@
|
|
|
1087
1549
|
return void 0;
|
|
1088
1550
|
}
|
|
1089
1551
|
|
|
1090
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1552
|
+
// ../../../../../../../../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
|
|
1091
1553
|
function ResolveLocale(availableLocales, requestedLocales, options, relevantExtensionKeys, localeData, getDefaultLocale) {
|
|
1092
1554
|
var matcher = options.localeMatcher;
|
|
1093
1555
|
var r;
|
|
@@ -1151,7 +1613,7 @@
|
|
|
1151
1613
|
return result;
|
|
1152
1614
|
}
|
|
1153
1615
|
|
|
1154
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1616
|
+
// ../../../../../../../../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
|
|
1155
1617
|
function LookupSupportedLocales(availableLocales, requestedLocales) {
|
|
1156
1618
|
var subset = [];
|
|
1157
1619
|
for (var _i = 0, requestedLocales_1 = requestedLocales; _i < requestedLocales_1.length; _i++) {
|
|
@@ -1165,7 +1627,7 @@
|
|
|
1165
1627
|
return subset;
|
|
1166
1628
|
}
|
|
1167
1629
|
|
|
1168
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1630
|
+
// ../../../../../../../../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
|
|
1169
1631
|
function match(requestedLocales, availableLocales, defaultLocale, opts) {
|
|
1170
1632
|
var locales = availableLocales.reduce(function(all, l) {
|
|
1171
1633
|
all.add(l);
|
|
@@ -1178,7 +1640,7 @@
|
|
|
1178
1640
|
}).locale;
|
|
1179
1641
|
}
|
|
1180
1642
|
|
|
1181
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1643
|
+
// ../../../../../../../../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
|
|
1182
1644
|
function SetNumberFormatUnitOptions(nf, options, _a) {
|
|
1183
1645
|
if (options === void 0) {
|
|
1184
1646
|
options = /* @__PURE__ */ Object.create(null);
|
|
@@ -1215,7 +1677,7 @@
|
|
|
1215
1677
|
}
|
|
1216
1678
|
}
|
|
1217
1679
|
|
|
1218
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1680
|
+
// ../../../../../../../../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
|
|
1219
1681
|
function SetNumberFormatDigitOptions(internalSlots, opts, mnfdDefault, mxfdDefault, notation) {
|
|
1220
1682
|
var mnid = GetNumberOption(opts, "minimumIntegerDigits", 1, 21, 1);
|
|
1221
1683
|
var mnfd = opts.minimumFractionDigits;
|
|
@@ -1282,7 +1744,7 @@
|
|
|
1282
1744
|
}
|
|
1283
1745
|
}
|
|
1284
1746
|
|
|
1285
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1747
|
+
// ../../../../../../../../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
|
|
1286
1748
|
var VALID_ROUND_INCREMENT_VALUES = [
|
|
1287
1749
|
1,
|
|
1288
1750
|
2,
|
|
@@ -1376,7 +1838,7 @@
|
|
|
1376
1838
|
return nf;
|
|
1377
1839
|
}
|
|
1378
1840
|
|
|
1379
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1841
|
+
// ../../../../../../../../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
|
|
1380
1842
|
function SupportedLocales(availableLocales, requestedLocales, options) {
|
|
1381
1843
|
var matcher = "best fit";
|
|
1382
1844
|
if (options !== void 0) {
|
|
@@ -1389,28 +1851,37 @@
|
|
|
1389
1851
|
return LookupSupportedLocales(availableLocales, requestedLocales);
|
|
1390
1852
|
}
|
|
1391
1853
|
|
|
1392
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1393
|
-
var
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1854
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/node_modules/.aspect_rules_js/tslib@2.4.0/node_modules/tslib/modules/index.js
|
|
1855
|
+
var import_tslib = __toESM(require_tslib(), 1);
|
|
1856
|
+
var {
|
|
1857
|
+
__extends,
|
|
1858
|
+
__assign,
|
|
1859
|
+
__rest,
|
|
1860
|
+
__decorate,
|
|
1861
|
+
__param,
|
|
1862
|
+
__metadata,
|
|
1863
|
+
__awaiter,
|
|
1864
|
+
__generator,
|
|
1865
|
+
__exportStar,
|
|
1866
|
+
__createBinding,
|
|
1867
|
+
__values,
|
|
1868
|
+
__read,
|
|
1869
|
+
__spread,
|
|
1870
|
+
__spreadArrays,
|
|
1871
|
+
__spreadArray,
|
|
1872
|
+
__await,
|
|
1873
|
+
__asyncGenerator,
|
|
1874
|
+
__asyncDelegator,
|
|
1875
|
+
__asyncValues,
|
|
1876
|
+
__makeTemplateObject,
|
|
1877
|
+
__importStar,
|
|
1878
|
+
__importDefault,
|
|
1879
|
+
__classPrivateFieldGet,
|
|
1880
|
+
__classPrivateFieldSet,
|
|
1881
|
+
__classPrivateFieldIn
|
|
1882
|
+
} = import_tslib.default;
|
|
1412
1883
|
|
|
1413
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1884
|
+
// ../../../../../../../../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
|
|
1414
1885
|
var MissingLocaleDataError = function(_super) {
|
|
1415
1886
|
__extends(MissingLocaleDataError2, _super);
|
|
1416
1887
|
function MissingLocaleDataError2() {
|
|
@@ -1421,7 +1892,7 @@
|
|
|
1421
1892
|
return MissingLocaleDataError2;
|
|
1422
1893
|
}(Error);
|
|
1423
1894
|
|
|
1424
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1895
|
+
// ../../../../../../../../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
|
|
1425
1896
|
var RangePatternType;
|
|
1426
1897
|
(function(RangePatternType2) {
|
|
1427
1898
|
RangePatternType2["startRange"] = "startRange";
|
|
@@ -1429,13 +1900,13 @@
|
|
|
1429
1900
|
RangePatternType2["endRange"] = "endRange";
|
|
1430
1901
|
})(RangePatternType || (RangePatternType = {}));
|
|
1431
1902
|
|
|
1432
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1903
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/lib/src/currency-digits.generated.js
|
|
1433
1904
|
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 };
|
|
1434
1905
|
|
|
1435
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1906
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/lib/src/numbering-systems.generated.js
|
|
1436
1907
|
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"];
|
|
1437
1908
|
|
|
1438
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1909
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/lib/src/get_internal_slots.js
|
|
1439
1910
|
var internalSlotMap = /* @__PURE__ */ new WeakMap();
|
|
1440
1911
|
function getInternalSlots(x) {
|
|
1441
1912
|
var internalSlots = internalSlotMap.get(x);
|
|
@@ -1446,7 +1917,7 @@
|
|
|
1446
1917
|
return internalSlots;
|
|
1447
1918
|
}
|
|
1448
1919
|
|
|
1449
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1920
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/lib/src/core.js
|
|
1450
1921
|
var RESOLVED_OPTIONS_KEYS = [
|
|
1451
1922
|
"locale",
|
|
1452
1923
|
"numberingSystem",
|
|
@@ -1661,16 +2132,16 @@
|
|
|
1661
2132
|
} catch (e) {
|
|
1662
2133
|
}
|
|
1663
2134
|
|
|
1664
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2135
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/lib/src/to_locale_string.js
|
|
1665
2136
|
function toLocaleString(x, locales, options) {
|
|
1666
2137
|
var numberFormat = new NumberFormat(locales, options);
|
|
1667
2138
|
return numberFormat.format(x);
|
|
1668
2139
|
}
|
|
1669
2140
|
|
|
1670
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2141
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/lib/supported-locales.generated.js
|
|
1671
2142
|
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"];
|
|
1672
2143
|
|
|
1673
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2144
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/lib/should-polyfill.js
|
|
1674
2145
|
function onlySupportsEn() {
|
|
1675
2146
|
return !Intl.NumberFormat.polyfilled && !Intl.NumberFormat.supportedLocalesOf(["es"]).length;
|
|
1676
2147
|
}
|
|
@@ -1706,7 +2177,7 @@
|
|
|
1706
2177
|
}
|
|
1707
2178
|
}
|
|
1708
2179
|
|
|
1709
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
2180
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin-fastbuild/bin/packages/intl-numberformat/lib/polyfill.js
|
|
1710
2181
|
if (shouldPolyfill()) {
|
|
1711
2182
|
defineProperty(Intl, "NumberFormat", { value: NumberFormat });
|
|
1712
2183
|
defineProperty(Number.prototype, "toLocaleString", {
|