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

Fixing IE11 compatibility for System.entries(). Resolves #1935. #1936

Merged
merged 2 commits into from
Apr 19, 2019

Conversation

joeldenning
Copy link
Collaborator

@joeldenning joeldenning commented Apr 19, 2019

Computed object properties are not supported in IE11. See #1935

Copy link
Member

@guybedford guybedford left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for spotting this other one.

};

if (iterator) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't mind if we remove the guard. Setting the 'undefined' string in older environments isn't going to cause any issues. And yes, I do care about the bytes that much!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 updated

@guybedford guybedford merged commit 4c2ec2f into systemjs:master Apr 19, 2019
@guybedford
Copy link
Member

Thanks so much. Released in 3.1.4.

@joeldenning joeldenning deleted the issue-1935 branch April 19, 2019 21: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.

2 participants