-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
core-js 3.6.0 causes angular downloads to timeout in IE11 #754
Comments
I have tracked down my specific issue to the inclusion of of xregexp with the most recent version of core-js (3.6.4). You can download a project with this issue by going here https://github.com/jahumes/angular9-core-js-xregexp. It seems that the polyfill for sticky regex causes an infinite loop when being parsed by IE11. |
I would totally do a pull request, but I am not an expert enough on what that commit does to regex to understand why it would suddenly break everything. |
Confirming similar behavior in a React app after upgrading to Also, happy to patch with a PR but also not clear what this commit does to regex |
Made a simplify repo that has just Captured this screenshot in @cvle I'm not much of an expert when regex sticky. Any idea what can be causing this? |
Think this is related to alternatives in RegExp: Test case 1: no alternatives (passes)
Test 2 case: alternatives (fails)
|
Was introduced by #732 |
When is this planned to be addressed? We use core-js and are significantly impacted by this in one of our scenarios. |
Let's track it here #810 |
We are having an issue (see angular/angular-cli#16715) in our codebase where an update to the @angular-devkit/build-angular package that just updates the version of core-js from 3.3.6 to 3.6.0 causes the download of certain files to never stop downloading in IE11.
Any build that includes this commit (80d7bfe) fails to load in IE11 with either a never ending spinner or a long running script error. No other errors ever present themselves in the console.
This problem exists in all versions 3.6.x.
Please let me know what else I can do to explore how this could be affecting the build and/or any questions you have for me about this.
The text was updated successfully, but these errors were encountered: