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

Remove a few exports #165158

Merged
merged 2 commits into from
Nov 1, 2022
Merged

Remove a few exports #165158

merged 2 commits into from
Nov 1, 2022

Conversation

weinand
Copy link
Contributor

@weinand weinand commented Nov 1, 2022

Ref #164941

@weinand weinand enabled auto-merge (squash) November 1, 2022 14:46
@weinand weinand self-assigned this Nov 1, 2022
readonly onDidSendMessage: Event<DebugProtocol.Message>;
handleMessage(message: DebugProtocol.Message): void;
}

export interface IDebugAdapterImpl {
interface IDebugAdapterImpl {
Copy link
Member

Choose a reason for hiding this comment

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

Seems like this and IDebugAdapterInlineImpl should be exported since they are part of IAdapterDescriptor which is exported

Copy link
Member

Choose a reason for hiding this comment

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

And IDebugAdapterExecutableOptions

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indeed, the ts-unused-exports tool could be smarter and omit "indirect" exports...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've reverted the mentioned symbols.

@weinand weinand merged commit d126b9f into main Nov 1, 2022
@weinand weinand deleted the aweinand/removeExports branch November 1, 2022 17:57
@weinand weinand added this to the November 2022 milestone Nov 1, 2022
@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Nov 1, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Dec 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants