Skip to content

Conversation

devversion
Copy link
Member

* Simplifies the processor that filters alias exports. This is now possible with angular/dgeni-packages@f703414
@devversion devversion requested a review from jelbourn as a code owner February 11, 2018 13:53
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Feb 11, 2018
// shouldn't be filtered. This check is necessary, because technically as per TypeScript,
// explicit and individual re-exports are being considered as aliases.
// For example: export {Test} from './my-file`;
return !(doc.aliasSymbol && doc.aliasSymbol.name !== doc.symbol.name);
Copy link
Member Author

Choose a reason for hiding this comment

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

This could have been made without the parentheses, but I wanted to make clear what is considered a aliased export.

Copy link
Member

@jelbourn jelbourn left a comment

Choose a reason for hiding this comment

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

LGTM

@jelbourn jelbourn added pr: lgtm action: merge The PR is ready for merge by the caretaker and removed pr: needs review labels Feb 12, 2018
@jelbourn jelbourn merged commit 47ab336 into angular:master Feb 13, 2018
andrewseguin pushed a commit that referenced this pull request Feb 20, 2018
Simplifies the processor that filters alias exports. This is now possible with angular/dgeni-packages@f703414
@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 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 PR author has agreed to Google's Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants