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

chore(): use core-js instead of es6-shim #505

Merged
merged 1 commit into from
May 24, 2016

Conversation

devversion
Copy link
Member

@devversion devversion commented May 24, 2016

Replace es6-shim, es6-promise and reflect-metadata with core-js, because it coveres all required dependencies / shims in one single dependency / library.

@jelbourn - Not sure, with replacing the reflect-metadata dependency with core-js (zloirock/core-js#152).

Closes #477.

Replace es6-shim, es6-promise and reflect-metadata with core-js, because it coveres all required dependencies / shims in one single dependency / library.

Closes angular#477.
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label May 24, 2016
@jelbourn
Copy link
Member

LGTM

@jelbourn jelbourn merged commit 388f55c into angular:master May 24, 2016
@devversion devversion deleted the update/polyfill-corejs branch May 24, 2016 16:17
andrewseguin pushed a commit to andrewseguin/components that referenced this pull request Oct 15, 2018
* Currently the `fetch-assets` script always fetches the data from the `master` branch. This is problematic because if we release a new patch release, we will incorrectly have the docs content for the upcoming major version.
* Adds a small note that makes the publisher aware of the docs-content that should be kept updated.
@angular-automatic-lock-bot
Copy link

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 Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes PR author has agreed to Google's Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch from es6-shim to core-js for demo-app and e2e app
3 participants