elm / error-message-catalog

A catalog of broken Elm programs / data to improve error messages
BSD 3-Clause "New" or "Revised" License
173 stars 17 forks source link

The same module names from different packages #170

Open szagi3891 opened 7 years ago

szagi3891 commented 7 years ago

I suppose that I want to use several different packages that contain the same module names.

Example :

http://package.elm-lang.org/packages/JasonGFitzpatrick/elm-router/latest http://package.elm-lang.org/packages/apuchenkin/elm-nested-router/latest http://package.elm-lang.org/packages/poying/elm-router/latest

How elm resolve such situations?

ps. In nodejs it is well done. You must specify the name of an imported module and the name under which it will occur. There is full disclosure.

sfisol commented 7 years ago

:+1: