@formatjs/intl-locale 5.3.8 → 5.3.9
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/index.js +0 -1
- package/index.js.map +1 -1
- package/package.json +17 -17
- package/polyfill-force.js +0 -1
- package/polyfill-force.js.map +1 -1
- package/polyfill.iife.js +0 -2
- package/polyfill.js +0 -1
- package/polyfill.js.map +1 -1
- package/should-polyfill.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formatjs/intl-locale",
|
|
3
|
+
"version": "5.3.9",
|
|
3
4
|
"description": "Intl.Locale polyfill",
|
|
4
|
-
"
|
|
5
|
+
"keywords": [
|
|
6
|
+
"ecma402",
|
|
7
|
+
"formatjs",
|
|
8
|
+
"i18n",
|
|
9
|
+
"intl",
|
|
10
|
+
"locale",
|
|
11
|
+
"react-intl",
|
|
12
|
+
"tc39"
|
|
13
|
+
],
|
|
14
|
+
"homepage": "https://github.com/formatjs/formatjs#readme",
|
|
15
|
+
"bugs": "https://github.com/formatjs/formatjs/issues",
|
|
5
16
|
"license": "MIT",
|
|
6
17
|
"author": "Long Ho <holevietlong@gmail.com>",
|
|
18
|
+
"repository": "formatjs/formatjs.git",
|
|
7
19
|
"type": "module",
|
|
8
20
|
"types": "index.d.ts",
|
|
9
21
|
"exports": {
|
|
10
22
|
".": "./index.js",
|
|
11
|
-
"./polyfill.js": "./polyfill.js",
|
|
12
23
|
"./polyfill-force.js": "./polyfill-force.js",
|
|
24
|
+
"./polyfill.js": "./polyfill.js",
|
|
13
25
|
"./should-polyfill.js": "./should-polyfill.js"
|
|
14
26
|
},
|
|
15
27
|
"dependencies": {
|
|
16
|
-
"@formatjs/intl-getcanonicallocales": "3.2.
|
|
17
|
-
"@formatjs/intl-supportedvaluesof": "2.3.
|
|
18
|
-
}
|
|
19
|
-
"bugs": "https://github.com/formatjs/formatjs/issues",
|
|
20
|
-
"homepage": "https://github.com/formatjs/formatjs#readme",
|
|
21
|
-
"keywords": [
|
|
22
|
-
"ecma402",
|
|
23
|
-
"formatjs",
|
|
24
|
-
"i18n",
|
|
25
|
-
"intl",
|
|
26
|
-
"locale",
|
|
27
|
-
"react-intl",
|
|
28
|
-
"tc39"
|
|
29
|
-
],
|
|
30
|
-
"repository": "formatjs/formatjs.git"
|
|
28
|
+
"@formatjs/intl-getcanonicallocales": "3.2.10",
|
|
29
|
+
"@formatjs/intl-supportedvaluesof": "2.3.8"
|
|
30
|
+
}
|
|
31
31
|
}
|
package/polyfill-force.js
CHANGED
|
@@ -172,7 +172,6 @@ function invariant(condition, message, Err = Error) {
|
|
|
172
172
|
}
|
|
173
173
|
memoize((...args) => new Intl.NumberFormat(...args), { strategy: strategies.variadic });
|
|
174
174
|
memoize((...args) => new Intl.PluralRules(...args), { strategy: strategies.variadic });
|
|
175
|
-
memoize((...args) => new Intl.Locale(...args), { strategy: strategies.variadic });
|
|
176
175
|
memoize((...args) => new Intl.ListFormat(...args), { strategy: strategies.variadic });
|
|
177
176
|
//#endregion
|
|
178
177
|
//#region node_modules/.aspect_rules_js/@formatjs_generated+cldr.locale@0.0.0/node_modules/@formatjs_generated/cldr.locale/character-orders.js
|