Skip to content

refactor(core): clean up support for ES2015 constructor delegation #30368

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

Closed
wants to merge 1 commit into from

Conversation

petebacondarwin
Copy link
Contributor

This commit moves the delegated constructor detection to a helper
function and also adds more test coverage.

The original code for this came from #24156
thanks to @ts2do.

Closes #24156
Closes #27267

// FW-1310

This commit moves the delegated constructor detection to a helper
function and also adds more test coverage.

The original code for this came from angular#24156
thanks to @ts2do.

Closes angular#24156
Closes angular#27267

// FW-1310
@petebacondarwin petebacondarwin added action: review The PR is still awaiting reviews from at least one requested reviewer effort1: hours refactoring Issue that involves refactoring or code-cleanup freq1: low area: core Issues related to the framework runtime target: major This PR is targeted for the next major release labels May 9, 2019
@petebacondarwin petebacondarwin requested a review from a team as a code owner May 9, 2019 20:25
@ngbot ngbot bot added this to the needsTriage milestone May 9, 2019
Copy link
Contributor

@kara kara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kara kara added action: merge The PR is ready for merge by the caretaker action: presubmit The PR is in need of a google3 presubmit and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels May 9, 2019
@kara
Copy link
Contributor

kara commented May 9, 2019

presubmit

@kara kara removed the action: presubmit The PR is in need of a google3 presubmit label May 9, 2019
@bolu
Copy link
Contributor

bolu commented May 10, 2019

Kudos for adding the missing tests Pete.

@petebacondarwin
Copy link
Contributor Author

The kudos should really go to @ts2do

@alxhub alxhub closed this in b688502 May 10, 2019
@petebacondarwin petebacondarwin deleted the fw-1310 branch May 10, 2019 18:26
BioPhoton pushed a commit to BioPhoton/angular that referenced this pull request May 21, 2019
…ngular#30368)

This commit moves the delegated constructor detection to a helper
function and also adds more test coverage.

The original code for this came from angular#24156
thanks to @ts2do.

Closes angular#24156
Closes angular#27267

// FW-1310

PR Close angular#30368
@akvaliya
Copy link

akvaliya commented Sep 4, 2019

Is this released in Angular 8?

@petebacondarwin
Copy link
Contributor Author

Yes it is in 8.1.0 and onwards.

@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 Oct 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime cla: yes effort1: hours freq1: low refactoring Issue that involves refactoring or code-cleanup target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

reflection-capabilities: parameters not inherited in es2015 for delegate constructors.
6 participants