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

Sorting core-js modules in the order from core-js-compat #192

Closed
zloirock opened this issue Dec 13, 2023 · 0 comments · Fixed by #194
Closed

Sorting core-js modules in the order from core-js-compat #192

zloirock opened this issue Dec 13, 2023 · 0 comments · Fixed by #194
Labels
bug Something isn't working

Comments

@zloirock
Copy link
Member

As I wrote many times, removing the sorting logic was a mistake since some modules should be defined after dependencies.

At work on #191, I see that it could break typed array polyfills in old engines:

image

es.typed-array.int8-array should be loaded before any other typed array modules, so it was broken before #191 and will be broken after.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant