@formatjs/intl-getcanonicallocales 3.2.9 → 3.2.11
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.map +1 -1
- package/package.json +17 -15
- package/polyfill-force.js +0 -1
- package/polyfill-force.js.map +1 -1
- package/polyfill.js +0 -1
- package/polyfill.js.map +1 -1
- package/should-polyfill.js.map +1 -1
package/polyfill.js
CHANGED
|
@@ -9436,7 +9436,6 @@ function ensureIntl() {
|
|
|
9436
9436
|
}
|
|
9437
9437
|
memoize((...args) => new Intl.NumberFormat(...args), { strategy: strategies.variadic });
|
|
9438
9438
|
memoize((...args) => new Intl.PluralRules(...args), { strategy: strategies.variadic });
|
|
9439
|
-
memoize((...args) => new Intl.Locale(...args), { strategy: strategies.variadic });
|
|
9440
9439
|
memoize((...args) => new Intl.ListFormat(...args), { strategy: strategies.variadic });
|
|
9441
9440
|
//#endregion
|
|
9442
9441
|
//#region packages/intl-getcanonicallocales/polyfill.ts
|