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

Fix Undefined identifier error in es6symbol in IE8 #2630

Merged
merged 1 commit into from Jan 16, 2021

Conversation

toddwong
Copy link
Contributor

Keyword 'for' in Symbol.for caused Undefined identifier error in IE8.

Keyword 'for' in `Symbol.for` caused `Undefined identifier` error in IE8.
@Markel
Copy link
Contributor

Markel commented Jan 11, 2021

Thank you @toddwong !!

Did you recheck to see if it worked in IE8 (if you didn't just check it on the console, don't bother building the library). It looks okay, although I admit that I would never had thought of that solution.

@toddwong
Copy link
Contributor Author

toddwong commented Jan 16, 2021

Yes, I rechecked. I actually rebuilt the library. We rebuild Modernizer everytime the website is packed with a webpack plugin. @Markel

@rejas rejas merged commit acc27ec into Modernizr:master Jan 16, 2021
@rejas
Copy link
Member

rejas commented Jan 16, 2021

Thx for the PR, will merge it in the v3 branch too and release a bugfix version monday.

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.

None yet

3 participants