Skip to content

fix(7837): MetadataCollector takes no parameters for the constructor.#7838

Closed
chuckjaz wants to merge 1 commit into
angular:masterfrom
chuckjaz:issue7837
Closed

fix(7837): MetadataCollector takes no parameters for the constructor.#7838
chuckjaz wants to merge 1 commit into
angular:masterfrom
chuckjaz:issue7837

Conversation

@chuckjaz
Copy link
Copy Markdown
Contributor

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit-message-format
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Removes an unused parameter from MetadataCollector.
  • What is the current behavior? (You can also link to an open issue here)
    MetadataCollector requires a ts.LanguageService as a parameter to its constructor.
  • What is the new behavior (if this is a feature change)?
    MetadataCollector takes no parameters to its constructor.
  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    MetadataCollector takes a LanguageService instance in its constructor that it doesn't use. #7837

MetadataCollector no longer requires a ts.LanguageService parameter
it didn't use.
@chuckjaz chuckjaz added action: merge The PR is ready for merge by the caretaker and removed action: merge The PR is ready for merge by the caretaker labels Mar 30, 2016
@mary-poppins
Copy link
Copy Markdown

Merging PR #7838 on behalf of @alxhub to branch presubmit-alxhub-pr-7838.

@angular-automatic-lock-bot
Copy link
Copy Markdown

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 8, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants