lein-externs
lein-externs copied to clipboard
A Leiningen plugin to extract externs for your ClojureScript project
Results
2
lein-externs issues
Sort by
recently updated
recently updated
newest added
It would be really useful if lein-externs would automatically create the directories it needs to place the files in, the same way the compiler does. It would make keeping a...
Are you aware of this gist showing how to use cljs.analyzer to generate externs: https://gist.github.com/Chouser/5796967 ? I just thought I would pass it by you as it seems like something...