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

using Foo as _ #39187

Open
oxinabox opened this issue Jan 10, 2021 · 2 comments
Open

using Foo as _ #39187

oxinabox opened this issue Jan 10, 2021 · 2 comments
Labels

Comments

@oxinabox
Copy link
Contributor

oxinabox commented Jan 10, 2021

While we now have import Pipe as Pipe2 we don’t have using Pipe as Pipe2 but (#38521) will resolve that; so that it to bring into scope everything exported and rename the module itself.

In that context, it might also make sense to have using Pipe as _ to bring into scope everything exported but not bring the module name itself into scope.
Which would in particular fix the error related to using Pipe as the things it exports do not have name conflicts

@DilumAluthge
Copy link
Member

Duplicate of #38521?

@oxinabox oxinabox changed the title using Foo as Bar, using Foo as _ using Foo as _ Jan 10, 2021
@oxinabox
Copy link
Contributor Author

Cool, I have removed the part that overlaps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants