Open szagi3891 opened 8 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.
:+1:
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.