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

Update ecmascript-runtime-{client,server} to use core-js@3.1.4. #10588

Merged
merged 2 commits into from
Jun 20, 2019

Commits on Jun 19, 2019

  1. Update ecmascript-runtime-{client,server} to core-js@3.1.4.

    Also added a polyfill for Symbol.asyncIterator to server, modern, and
    legacy, which should fix #9897.
    Ben Newman committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    3e3c594 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Add a test of for-await-of async iteration.

    This should verify that #9897 is fixed.
    Ben Newman committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    0816ec2 View commit details
    Browse the repository at this point in the history