X Tutup
Skip to content

fix(lint): enforce that module-private members have @internal.#4989

Closed
alexeagle wants to merge 1 commit intoangular:masterfrom
alexeagle:fix4645
Closed

fix(lint): enforce that module-private members have @internal.#4989
alexeagle wants to merge 1 commit intoangular:masterfrom
alexeagle:fix4645

Conversation

@alexeagle
Copy link
Copy Markdown
Contributor

This is needed to prevent leaking internal APIs to users via our published .d.ts typings.
Fixes #4645

@alexeagle alexeagle added the action: review The PR is still awaiting reviews from at least one requested reviewer label Oct 28, 2015
This is needed to prevent leaking internal APIs to users via our published .d.ts typings.
Fixes angular#4645
@vsavkin vsavkin added pr_state: LGTM and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Oct 28, 2015
@vsavkin vsavkin assigned alexeagle and unassigned vsavkin Oct 28, 2015
@alexeagle alexeagle added the action: merge The PR is ready for merge by the caretaker label Oct 28, 2015
@mary-poppins
Copy link
Copy Markdown

Merging PR #4989 on behalf of @alexeagle to branch presubmit-alexeagle-pr-4989.

@mary-poppins mary-poppins removed the action: merge The PR is ready for merge by the caretaker label Oct 28, 2015
@alexeagle alexeagle closed this in 098201d Oct 28, 2015
@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 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add tslint check that underscore member visibility has @internal

4 participants

X Tutup