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

Fix injected services becoming public by mistake #209513

Merged
merged 3 commits into from
Apr 4, 2024
Merged

Conversation

mjbvz
Copy link
Collaborator

@mjbvz mjbvz commented Apr 4, 2024

Fixes cases of @IFooService readonly foo: IFooService. This makes the service public, which is likely not expected and also means we can't mangle it

Fixes cases of `@IFooService readonly foo: IFooService`. This makes the service public, which is likely not expected and also means we can't mangle it
@mjbvz mjbvz enabled auto-merge (squash) April 4, 2024 05:26
@mjbvz mjbvz merged commit 1e765ad into microsoft:main Apr 4, 2024
6 checks passed
@microsoft microsoft locked and limited conversation to collaborators Jun 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants