Immo Heikkinen
Immo Heikkinen
Thanks for the feedback and improvement suggestions! At least some duplicate imports would be really easy to catch when sorting, but some cases (e.g. requiring same namespace with different options)...
I didn't know tools.analyzer.js has been abandoned. However, it shoudn't require any knowledge about host to analyze and find unused imports so it must be possible some way.
Just release 0.2.0 with duplicate removal.
@piotr-yuxuan I will be there
Pull request welcome :)
At least with ```clj :dependencies [[org.clojure/core.async "0.4.474"]] :profiles {:dev {:dependencies [[org.clojure/clojure "1.9.0"] [org.clojure/clojurescript "1.10.191"]] :plugins [[lein-cljsbuild "1.1.7"]]}} ``` and Java 8, build is successful.
Another way to fix this (suggested by @dryewo): modify template project.clj to include alias `scm-source` for `lein with-profile uberjar scm-source`. Then the file would be generated in target/uberjar and we...