@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/polyfill.iife.js
CHANGED
|
@@ -176,7 +176,6 @@ function invariant(condition, message, Err = Error) {
|
|
|
176
176
|
}
|
|
177
177
|
memoize((...args) => new Intl.NumberFormat(...args), { strategy: strategies.variadic });
|
|
178
178
|
memoize((...args) => new Intl.PluralRules(...args), { strategy: strategies.variadic });
|
|
179
|
-
memoize((...args) => new Intl.Locale(...args), { strategy: strategies.variadic });
|
|
180
179
|
memoize((...args) => new Intl.ListFormat(...args), { strategy: strategies.variadic });
|
|
181
180
|
//#endregion
|
|
182
181
|
//#region node_modules/.aspect_rules_js/@formatjs+intl-supportedvaluesof@0.0.0/node_modules/@formatjs/intl-supportedvaluesof/index.js
|
|
@@ -275,7 +274,6 @@ function getSupportedCollations() {
|
|
|
275
274
|
}
|
|
276
275
|
const createMemoizedNumberFormat = memoize((...args) => new Intl.NumberFormat(...args), { strategy: strategies.variadic });
|
|
277
276
|
memoize((...args) => new Intl.PluralRules(...args), { strategy: strategies.variadic });
|
|
278
|
-
memoize((...args) => new Intl.Locale(...args), { strategy: strategies.variadic });
|
|
279
277
|
memoize((...args) => new Intl.ListFormat(...args), { strategy: strategies.variadic });
|
|
280
278
|
const currencies = [
|
|
281
279
|
"ADP",
|
package/polyfill.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
|