justinmimbs / elm-module-graph

Visually explore package and module dependencies for an Elm project
https://justinmimbs.github.io/elm-module-graph
32 stars 3 forks source link

Please add support for Elm 0.19 #6

Closed sandeep-datta closed 5 years ago

sandeep-datta commented 5 years ago

See title. Thanks.

justinmimbs commented 5 years ago

Hi Sandeep,

Sorry for the delay! I don't have near-term plans to update this to support 0.19, but in the meantime, there exist these tools for analyzing module dependencies of a 0.19 project:

https://discourse.elm-lang.org/t/visualizing-module-dependencies-with-kite/2788 https://github.com/stil4m/elm-analyse

Hope this helps,

Justin