Skip to content
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

[gen-typescript-declarations] Don't import/export private features. #635

Merged
merged 2 commits into from
Aug 12, 2018

Conversation

aomarks
Copy link
Member

@aomarks aomarks commented Aug 12, 2018

No description provided.

@aomarks aomarks force-pushed the gen-tsd-dont-delete-auto-imports branch from 4c9e5d5 to 212dcf4 Compare August 12, 2018 07:22
/**
* Return whether the given Analyzer feature has "private" visibility.
*/
function isPrivate(feature: analyzer.Feature): boolean {
Copy link
Contributor

Choose a reason for hiding this comment

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

can write this as feature: analyzer.Feature & MaybePrivate

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

@aomarks aomarks force-pushed the gen-tsd-dont-delete-auto-imports branch from 75da8dd to d8c00f2 Compare August 12, 2018 07:57
@aomarks aomarks force-pushed the gen-tsd-dont-delete-auto-imports branch from d8c00f2 to a213379 Compare August 12, 2018 08:08
@aomarks aomarks merged commit 1b2861d into master Aug 12, 2018
@aomarks aomarks deleted the gen-tsd-dont-delete-auto-imports branch August 12, 2018 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants