Expected behavior
Given such a file:
(ns foo
(:require ["react" :as react]
["@material-ui/core/Button" :default Button]))
(println react)
(println Button)
After M-x cljr-clean-ns both requires should be preserved.
Actual behavior
Both imports are removed, even though they are used in this ns.
Versions
- MacOS 10.15
- Java8
- Emacs 26.3
- refactor-nrepl 2.5.0
- clj-refactor.el 20200405.1419
Is this not supported, or am i missing something that could make it work?