@formatjs/intl-locale 5.3.8 → 5.3.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/index.js +0 -1
- package/index.js.map +1 -1
- package/package.json +20 -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/index.js
CHANGED
|
@@ -155,7 +155,6 @@ function invariant(condition, message, Err = Error) {
|
|
|
155
155
|
}
|
|
156
156
|
memoize((...args) => new Intl.NumberFormat(...args), { strategy: strategies.variadic });
|
|
157
157
|
memoize((...args) => new Intl.PluralRules(...args), { strategy: strategies.variadic });
|
|
158
|
-
memoize((...args) => new Intl.Locale(...args), { strategy: strategies.variadic });
|
|
159
158
|
memoize((...args) => new Intl.ListFormat(...args), { strategy: strategies.variadic });
|
|
160
159
|
//#endregion
|
|
161
160
|
//#region node_modules/.aspect_rules_js/@formatjs_generated+cldr.locale@0.0.0/node_modules/@formatjs_generated/cldr.locale/character-orders.js
|