build: switch to typescript's es2015 typings#28134
Closed
alexeagle wants to merge 1 commit into
Closed
Conversation
|
You can preview c9ea010 at https://pr28134-c9ea010.ngbuilds.io/. |
|
You can preview 8a77e5d at https://pr28134-8a77e5d.ngbuilds.io/. |
Note that this allows Angular to depend on the entirety of the ES2015 API, not just our restricted subset. This change is needed because our copy of the subset was out-of-date, and prevents us using ES2015 target in dev mode. This is a subset of angular#27738
|
You can preview fbc3e38 at https://pr28134-fbc3e38.ngbuilds.io/. |
Contributor
Author
|
CARETAKER: http://cl/229233121 has a change to third_party/javascript/angular2/BUILD which is required to g3sync this PR |
Contributor
|
The changes produced some issues in g3 (caught by trying to land g3-only changes first), so I mark this PR with "cleanup" label. |
matsko
added a commit
to matsko/angular
that referenced
this pull request
Feb 5, 2019
This reverts commit dde7e2f.
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note that this allows Angular to depend on the entirety of the ES2015 API, not just our restricted subset.
This change is needed because our copy of the subset was out-of-date, and prevents us using ES2015 target in dev mode.