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
resolve type name collisions #8478
Comments
Why they are conflicting? These interfaces in different module. |
@hackape Can I work on this? |
@GauravV-02 Yes, but can you answer my question? |
@yesmeck I haven't looked it why its conflicting yet. Lets think we have a module where I have to import both the interfaces from input and auto complete, It will give an duplicate identifier error because the names of the interfaces are same. |
Hmm, make sense. welcome PR. |
Sorry guys I totally missed out this thread. @GauravV-02 yes that's exactly the case I ran into, I made a module layer that functions as a customization point, which effectively import, extend, then re-export everything. At the time I check, it's already merged, thank you for you effort. |
What problem does this feature solve?
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: