@formatjs/intl-locale 3.0.7 → 3.0.10
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 +2 -2
- package/polyfill.iife.js +31 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formatjs/intl-locale",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10",
|
|
4
4
|
"description": "Intl.Locale polyfill",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"intl",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"url": "https://github.com/formatjs/formatjs/issues"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@formatjs/ecma402-abstract": "1.
|
|
27
|
+
"@formatjs/ecma402-abstract": "1.14.2",
|
|
28
28
|
"@formatjs/intl-getcanonicallocales": "2.0.4",
|
|
29
29
|
"tslib": "2.4.0"
|
|
30
30
|
}
|
package/polyfill.iife.js
CHANGED
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
mod
|
|
22
22
|
));
|
|
23
23
|
|
|
24
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
24
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/tslib@2.4.0/node_modules/tslib/tslib.js
|
|
25
25
|
var require_tslib = __commonJS({
|
|
26
|
-
"../../../../../../../../execroot/formatjs/bazel-out/
|
|
26
|
+
"../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/tslib@2.4.0/node_modules/tslib/tslib.js"(exports, module) {
|
|
27
27
|
var __extends2;
|
|
28
28
|
var __assign2;
|
|
29
29
|
var __rest;
|
|
@@ -461,9 +461,9 @@
|
|
|
461
461
|
}
|
|
462
462
|
});
|
|
463
463
|
|
|
464
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
464
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/parser.js
|
|
465
465
|
var require_parser = __commonJS({
|
|
466
|
-
"../../../../../../../../execroot/formatjs/bazel-out/
|
|
466
|
+
"../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/parser.js"(exports) {
|
|
467
467
|
"use strict";
|
|
468
468
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
469
469
|
exports.parseUnicodeLocaleId = exports.parseUnicodeLanguageId = exports.isUnicodeVariantSubtag = exports.isUnicodeScriptSubtag = exports.isUnicodeRegionSubtag = exports.isStructurallyValidLanguageTag = exports.isUnicodeLanguageSubtag = exports.SEPARATOR = void 0;
|
|
@@ -701,9 +701,9 @@
|
|
|
701
701
|
}
|
|
702
702
|
});
|
|
703
703
|
|
|
704
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
704
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/emitter.js
|
|
705
705
|
var require_emitter = __commonJS({
|
|
706
|
-
"../../../../../../../../execroot/formatjs/bazel-out/
|
|
706
|
+
"../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/emitter.js"(exports) {
|
|
707
707
|
"use strict";
|
|
708
708
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
709
709
|
exports.emitUnicodeLocaleId = exports.emitUnicodeLanguageId = void 0;
|
|
@@ -743,9 +743,9 @@
|
|
|
743
743
|
}
|
|
744
744
|
});
|
|
745
745
|
|
|
746
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
746
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/aliases.generated.js
|
|
747
747
|
var require_aliases_generated = __commonJS({
|
|
748
|
-
"../../../../../../../../execroot/formatjs/bazel-out/
|
|
748
|
+
"../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/aliases.generated.js"(exports) {
|
|
749
749
|
"use strict";
|
|
750
750
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
751
751
|
exports.variantAlias = exports.scriptAlias = exports.territoryAlias = exports.languageAlias = void 0;
|
|
@@ -1887,9 +1887,9 @@
|
|
|
1887
1887
|
}
|
|
1888
1888
|
});
|
|
1889
1889
|
|
|
1890
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
1890
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/likelySubtags.generated.js
|
|
1891
1891
|
var require_likelySubtags_generated = __commonJS({
|
|
1892
|
-
"../../../../../../../../execroot/formatjs/bazel-out/
|
|
1892
|
+
"../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/likelySubtags.generated.js"(exports) {
|
|
1893
1893
|
"use strict";
|
|
1894
1894
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1895
1895
|
exports.likelySubtags = void 0;
|
|
@@ -3764,9 +3764,9 @@
|
|
|
3764
3764
|
}
|
|
3765
3765
|
});
|
|
3766
3766
|
|
|
3767
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
3767
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/canonicalizer.js
|
|
3768
3768
|
var require_canonicalizer = __commonJS({
|
|
3769
|
-
"../../../../../../../../execroot/formatjs/bazel-out/
|
|
3769
|
+
"../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/canonicalizer.js"(exports) {
|
|
3770
3770
|
"use strict";
|
|
3771
3771
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3772
3772
|
exports.canonicalizeUnicodeLocaleId = exports.canonicalizeUnicodeLanguageId = void 0;
|
|
@@ -3959,17 +3959,17 @@
|
|
|
3959
3959
|
}
|
|
3960
3960
|
});
|
|
3961
3961
|
|
|
3962
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
3962
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/types.js
|
|
3963
3963
|
var require_types = __commonJS({
|
|
3964
|
-
"../../../../../../../../execroot/formatjs/bazel-out/
|
|
3964
|
+
"../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/src/types.js"(exports) {
|
|
3965
3965
|
"use strict";
|
|
3966
3966
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3967
3967
|
}
|
|
3968
3968
|
});
|
|
3969
3969
|
|
|
3970
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
3970
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/index.js
|
|
3971
3971
|
var require_intl_getcanonicallocales = __commonJS({
|
|
3972
|
-
"../../../../../../../../execroot/formatjs/bazel-out/
|
|
3972
|
+
"../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+intl-getcanonicallocales@0.0.0/node_modules/@formatjs/intl-getcanonicallocales/index.js"(exports) {
|
|
3973
3973
|
"use strict";
|
|
3974
3974
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3975
3975
|
exports.isUnicodeLanguageSubtag = exports.isUnicodeScriptSubtag = exports.isUnicodeRegionSubtag = exports.isStructurallyValidLanguageTag = exports.parseUnicodeLanguageId = exports.parseUnicodeLocaleId = exports.getCanonicalLocales = void 0;
|
|
@@ -4023,10 +4023,10 @@
|
|
|
4023
4023
|
}
|
|
4024
4024
|
});
|
|
4025
4025
|
|
|
4026
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
4026
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-locale/lib/index.js
|
|
4027
4027
|
var import_tslib2 = __toESM(require_tslib());
|
|
4028
4028
|
|
|
4029
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
4029
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/262.js
|
|
4030
4030
|
function ToString(o) {
|
|
4031
4031
|
if (typeof o === "symbol") {
|
|
4032
4032
|
throw TypeError("Cannot convert a Symbol value to a string");
|
|
@@ -4054,7 +4054,7 @@
|
|
|
4054
4054
|
var MS_PER_MINUTE = MS_PER_SECOND * SECONDS_PER_MINUTE;
|
|
4055
4055
|
var MS_PER_HOUR = MS_PER_MINUTE * MINUTES_PER_HOUR;
|
|
4056
4056
|
|
|
4057
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
4057
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/CoerceOptionsToObject.js
|
|
4058
4058
|
function CoerceOptionsToObject(options) {
|
|
4059
4059
|
if (typeof options === "undefined") {
|
|
4060
4060
|
return /* @__PURE__ */ Object.create(null);
|
|
@@ -4062,7 +4062,7 @@
|
|
|
4062
4062
|
return ToObject(options);
|
|
4063
4063
|
}
|
|
4064
4064
|
|
|
4065
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
4065
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/GetOption.js
|
|
4066
4066
|
function GetOption(opts, prop, type, values, fallback) {
|
|
4067
4067
|
if (typeof opts !== "object") {
|
|
4068
4068
|
throw new TypeError("Options must be an object");
|
|
@@ -4088,7 +4088,7 @@
|
|
|
4088
4088
|
return fallback;
|
|
4089
4089
|
}
|
|
4090
4090
|
|
|
4091
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
4091
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/IsSanctionedSimpleUnitIdentifier.js
|
|
4092
4092
|
var SANCTIONED_UNITS = [
|
|
4093
4093
|
"angle-degree",
|
|
4094
4094
|
"area-acre",
|
|
@@ -4139,7 +4139,7 @@
|
|
|
4139
4139
|
}
|
|
4140
4140
|
var SIMPLE_UNITS = SANCTIONED_UNITS.map(removeUnitNamespace);
|
|
4141
4141
|
|
|
4142
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
4142
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/utils.js
|
|
4143
4143
|
function invariant(condition, message, Err) {
|
|
4144
4144
|
if (Err === void 0) {
|
|
4145
4145
|
Err = Error;
|
|
@@ -4149,14 +4149,14 @@
|
|
|
4149
4149
|
}
|
|
4150
4150
|
}
|
|
4151
4151
|
|
|
4152
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
4152
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/regex.generated.js
|
|
4153
4153
|
var S_UNICODE_REGEX = /[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20BF\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC1\uFDFC\uFDFD\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDE8\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEE0-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF73\uDF80-\uDFD8\uDFE0-\uDFEB]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDD78\uDD7A-\uDDCB\uDDCD-\uDE53\uDE60-\uDE6D\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6\uDF00-\uDF92\uDF94-\uDFCA]/;
|
|
4154
4154
|
|
|
4155
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
4155
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/NumberFormat/format_to_parts.js
|
|
4156
4156
|
var CARET_S_UNICODE_REGEX = new RegExp("^".concat(S_UNICODE_REGEX.source));
|
|
4157
4157
|
var S_DOLLAR_UNICODE_REGEX = new RegExp("".concat(S_UNICODE_REGEX.source, "$"));
|
|
4158
4158
|
|
|
4159
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
4159
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/data.js
|
|
4160
4160
|
var import_tslib = __toESM(require_tslib());
|
|
4161
4161
|
var MissingLocaleDataError = function(_super) {
|
|
4162
4162
|
(0, import_tslib.__extends)(MissingLocaleDataError2, _super);
|
|
@@ -4168,7 +4168,7 @@
|
|
|
4168
4168
|
return MissingLocaleDataError2;
|
|
4169
4169
|
}(Error);
|
|
4170
4170
|
|
|
4171
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
4171
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/node_modules/.aspect_rules_js/@formatjs+ecma402-abstract@0.0.0/node_modules/@formatjs/ecma402-abstract/lib/types/date-time.js
|
|
4172
4172
|
var RangePatternType;
|
|
4173
4173
|
(function(RangePatternType2) {
|
|
4174
4174
|
RangePatternType2["startRange"] = "startRange";
|
|
@@ -4176,10 +4176,10 @@
|
|
|
4176
4176
|
RangePatternType2["endRange"] = "endRange";
|
|
4177
4177
|
})(RangePatternType || (RangePatternType = {}));
|
|
4178
4178
|
|
|
4179
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
4179
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-locale/lib/index.js
|
|
4180
4180
|
var import_intl_getcanonicallocales = __toESM(require_intl_getcanonicallocales());
|
|
4181
4181
|
|
|
4182
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
4182
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-locale/lib/get_internal_slots.js
|
|
4183
4183
|
var internalSlotMap = /* @__PURE__ */ new WeakMap();
|
|
4184
4184
|
function getInternalSlots(x) {
|
|
4185
4185
|
var internalSlots = internalSlotMap.get(x);
|
|
@@ -4190,7 +4190,7 @@
|
|
|
4190
4190
|
return internalSlots;
|
|
4191
4191
|
}
|
|
4192
4192
|
|
|
4193
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
4193
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-locale/lib/index.js
|
|
4194
4194
|
var RELEVANT_EXTENSION_KEYS = ["ca", "co", "hc", "kf", "kn", "nu"];
|
|
4195
4195
|
var UNICODE_TYPE_REGEX = /^[a-z0-9]{3,8}(-[a-z0-9]{3,8})*$/i;
|
|
4196
4196
|
function applyOptionsToTag(tag, options) {
|
|
@@ -4548,7 +4548,7 @@
|
|
|
4548
4548
|
} catch (e) {
|
|
4549
4549
|
}
|
|
4550
4550
|
|
|
4551
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
4551
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-locale/lib/should-polyfill.js
|
|
4552
4552
|
function hasIntlGetCanonicalLocalesBug() {
|
|
4553
4553
|
try {
|
|
4554
4554
|
return new Intl.Locale("und-x-private").toString() === "x-private";
|
|
@@ -4560,7 +4560,7 @@
|
|
|
4560
4560
|
return !("Locale" in Intl) || hasIntlGetCanonicalLocalesBug();
|
|
4561
4561
|
}
|
|
4562
4562
|
|
|
4563
|
-
// ../../../../../../../../execroot/formatjs/bazel-out/
|
|
4563
|
+
// ../../../../../../../../execroot/formatjs/bazel-out/darwin_arm64-fastbuild/bin/packages/intl-locale/lib/polyfill.js
|
|
4564
4564
|
if (shouldPolyfill()) {
|
|
4565
4565
|
Object.defineProperty(Intl, "Locale", {
|
|
4566
4566
|
value: Locale,
|