Hacker News new | ask | show | jobs
by johnpmayer 4323 days ago
Looks like you can only see existing libraries on cdnjs? The version of elm-runtime is about 4-5 versions old.
1 comments

Yes, most of the external scripts I use in my projects are fetched from this place, I'll be glad to add the resource you want :)
http://elm-lang.org/elm-runtime.js

I'm very curious what it looks like!

Hey, you can now enter a valid url pointing to a js file and PojoViz will recognize it and ask directly for the global name.

The good news: your library can now be rendered by pasting the location of your script in the input field The bad news: I see that elm has most of its code under private functions which can be seen after creating an instance, unfortunately PojoViz doesn't do this because it doesn't know how to, anyway if you want to add a custom analyzer is easy as pie, take a look at https://github.com/maurizzzio/PojoViz/tree/master/src/analyz... to see how to make custom analyzers