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 core-js #223

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Update core-js #223

merged 1 commit into from
Nov 1, 2024

Conversation

zloirock
Copy link
Member

No description provided.

]),
emplace: define("instance/emplace", [
"esnext.map.emplace",
"esnext.weak-map.emplace",
Copy link
Member Author

@zloirock zloirock Oct 31, 2024

Choose a reason for hiding this comment

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

With the current approach, it should be injected on constructors call, and that's already happening. Here are missed dependencies and in this way anyway it could cause a error. However, in case of pure mode + targets, injection on constructor call could fail because of #166.

]),
endsWith: define("instance/ends-with", ["es.string.ends-with"]),
entries: define("instance/entries", ArrayNatureIteratorsWithTag),
every: define("instance/every", [
"es.array.every",
"esnext.async-iterator.every",
Copy link
Member Author

Choose a reason for hiding this comment

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

Because lack of dependencies, it could cause a error, so this and similar cases commented. They are covered by AsyncIteratorProblemMethods.

@JLHwung JLHwung merged commit 5c9ab2f into babel:main Nov 1, 2024
7 checks passed
@zloirock zloirock deleted the update-core-js branch November 1, 2024 15:30
@zloirock
Copy link
Member Author

zloirock commented Nov 7, 2024

@nicolo-ribaudo could you publish a new release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants