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

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented Mar 8, 2020

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.

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 crisbeto marked this pull request as ready for review Mar 8, 2020
@pullapprove pullapprove bot requested a review from gkalpak Mar 8, 2020
@ngbot ngbot bot added this to the needsTriage milestone Mar 8, 2020
@ngbot ngbot bot added this to the needsTriage milestone Mar 8, 2020
matsko added a commit that referenced this issue Mar 10, 2020
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.

PR Close #35940
@angular-automatic-lock-bot
Copy link

@angular-automatic-lock-bot angular-automatic-lock-bot bot commented Apr 10, 2020

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Apr 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants