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

build: fix elements test failures on IE #35940

Closed

Commits on Mar 8, 2020

  1. build: fix elements test failures on IE

    Fixes the following issues which caused the `elements` unit tests to break on IE:
    1. `core.js` wasn't included which caused an error about `Promise` and `Symbol` to be thrown.
    2. We were using a version of `@webcomponents/custom-elements` which was shipping ES6 code to npm. As a result, IE was throwing a syntax error.
    crisbeto committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    0fee421 View commit details
    Browse the repository at this point in the history