core-js icon indicating copy to clipboard operation
core-js copied to clipboard

Add compat data / mapping for missed browsers

Open zloirock opened this issue 5 years ago • 5 comments

For example, Yandex Browser.

Like it's done for already available browsers, see this and this files.

I have no ideas where I can find the data source, so required your help.

zloirock avatar Dec 06 '19 16:12 zloirock

NB https://github.com/browserslist/browserslist/issues/290

zloirock avatar May 30 '21 07:05 zloirock

Hi, I would like to work on this. Can you elaborate this issue a bit?

sohamsshah avatar Jun 30 '21 13:06 sohamsshah

You could find basic info on how to do it in CONTRIBUTING.md.

zloirock avatar Jun 30 '21 13:06 zloirock

Examples:

Adding compat data for Rhino: https://github.com/zloirock/core-js/pull/942 Adding compat data mapping for Opera Mobile: https://github.com/zloirock/core-js/commit/10d2211b556c2d51ea5aef8c3f42e0ae41e02229

zloirock avatar Jun 30 '21 13:06 zloirock