resolve type name collisions #8478
Closed
Labels
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. |
This was referenced Dec 11, 2017
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem does this feature solve?
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: