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

[BUGFIX] Avoid in operator with symbols #994

Merged
merged 1 commit into from
Dec 20, 2019

Conversation

pzuraq
Copy link
Member

@pzuraq pzuraq commented Dec 19, 2019

Symbols don't work with the in operator when they are polyfilled.
This prevents us from relying on the in operator for symbols in general.

We should add a test suite in the future that includes the Babel polyfill to test this out.

Symbols don't work with the in operator when they are polyfilled.
This prevents us from relying on the in operator for symbols in general.
@rwjblue rwjblue added the bug label Dec 20, 2019
@rwjblue rwjblue merged commit b805666 into master Dec 20, 2019
@rwjblue rwjblue deleted the bugfix/avoid-in-with-symbols branch December 20, 2019 19:28
@rwjblue
Copy link
Member

rwjblue commented Dec 20, 2019

Released in v0.45.1

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

Successfully merging this pull request may close these issues.

None yet

2 participants