Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update compat table #12850

Merged
merged 5 commits into from Feb 23, 2021
Merged

Update compat table #12850

merged 5 commits into from Feb 23, 2021

Conversation

JLHwung
Copy link
Contributor

@JLHwung JLHwung commented Feb 22, 2021

Q                       A
Fixed Issues? Bump compat-table data sources
Any Dependency Changes? mdn-browser-compat-data is replaced by @mdn/browser-compat-data
License MIT

@JLHwung JLHwung added PR: Internal 🏠 A type of pull request used for our changelog categories pkg: compat-data labels Feb 22, 2021
@codesandbox-ci
Copy link

codesandbox-ci bot commented Feb 22, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit df8188e:

Sandbox Source
babel-repl-custom-plugin Configuration
babel-plugin-multi-config Configuration

@babel-bot
Copy link
Collaborator

babel-bot commented Feb 22, 2021

Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/42171/

if (
browserSupport.version_added &&
!browserSupport.flags &&
!browserSupport.partial_implementation
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is used to rule out Safari 14 on class properties transform. It is an no-op in this PR.

https://github.com/mdn/browser-compat-data/blob/178137547bc29a79b712cec221af099329b1f4a0/javascript/classes.json#L590

@nicolo-ribaudo nicolo-ribaudo merged commit 4acb734 into babel:main Feb 23, 2021
@nicolo-ribaudo nicolo-ribaudo deleted the update-compat-table branch February 23, 2021 14:32
@@ -1,13 +1,18 @@
import "core-js/modules/es6.array.concat.js";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In corejs2, there is not a modules/es6.array.concat.js. Is this a bug?
https://github.com/zloirock/core-js/tree/v2/modules

This was referenced Mar 8, 2021
@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label May 27, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue pkg: compat-data PR: Internal 🏠 A type of pull request used for our changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants