Skip to content

feat(compiler-cli): reflect static methods added to classes in metadata #21926

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

chuckjaz
Copy link
Contributor

PR Type

What kind of change does this PR introduce?

[x] Feature

What is the current behavior?

Metadata does not reflect rewriting made during the transformation phase.

What is the new behavior?

The metadata for a class is augmented when a static field is injected.

Does this PR introduce a breaking change?

[ ] Yes
[x] No

@chuckjaz chuckjaz added target: major This PR is targeted for the next major release comp: ivy labels Jan 31, 2018
@mary-poppins
Copy link

You can preview 91d3f41 at https://pr21926-91d3f41.ngbuilds.io/.

@chuckjaz chuckjaz force-pushed the r3-partial-module-metadata branch from 91d3f41 to 3c4ae2d Compare January 31, 2018 02:11
@mary-poppins
Copy link

You can preview 3c4ae2d at https://pr21926-3c4ae2d.ngbuilds.io/.

this.metadataCache.set(sourceFile.fileName, result);
return result;
}
}
Copy link
Member

Choose a reason for hiding this comment

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

Missing newline ;)

@chuckjaz chuckjaz added the action: merge The PR is ready for merge by the caretaker label Jan 31, 2018
@alxhub alxhub closed this in eb8ddd2 Feb 1, 2018
jbogarthyde pushed a commit to jbogarthyde/angular that referenced this pull request Feb 23, 2018
leo6104 pushed a commit to leo6104/angular that referenced this pull request Mar 25, 2018
@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 13, 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 cla: yes target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants