zloirock / core-js

Standard Library
MIT License
24.18k stars 1.63k forks source link

Intl support #839

Open michael-markl opened 4 years ago

michael-markl commented 4 years ago

As the current polyfill for ECMA-402 Intl under https://github.com/andyearnshaw/Intl.js/ is no longer maintained (see https://github.com/andyearnshaw/Intl.js/issues/341) I would like you to reconsider adding support for this spec.

Is size the only problem for supporting this wiithin core-js?

Thanks a lot for all your efforts.

likern commented 4 years ago

This would be very valuable for React Native. We need Intl support, which is not supported by Hermes Engine which is required on Android by popular react-native-reanimated V2 library.

See https://github.com/facebook/hermes/issues/23#issuecomment-646888990 for more context.

longlho commented 4 years ago

@zloirock can you update the README to point to https://formatjs.io/docs/polyfills?

zloirock commented 3 years ago

I'll think about it. However, I'm not sure.

zloirock commented 3 years ago

@longlho done.