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 beta] Ensure all "internal symbols" avoid the proxy assertion. #16288

Merged
merged 1 commit into from
Feb 25, 2018

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Feb 25, 2018

The "symbols" we generate and use internally in Ember are not really Symbols (yet) so they do not get automatically "whitelisted" by the pre-existing typeof property === 'symbol' check.

This change ensures that any of our "internal symbols" are allowed to be looked for without .get.

The "symbols" we generate and use internally in Ember are not really
`Symbol`s (yet) so they do not get automatically "whitelisted" by the
pre-existing `typeof property === 'symbol'` check.

This change ensures that any of our "internal symbols" are allowed to be
looked for without `.get`.
@rwjblue rwjblue merged commit a209719 into emberjs:master Feb 25, 2018
@rwjblue rwjblue deleted the internal-symbols branch February 25, 2018 18:58
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.

1 participant