Closed arrdem closed 8 years ago
This patch tweaks the way that clojure.core/refer generates rewrite messages so as to unquote symbols which don't need to be quoted in the rewritten (:refer ...) form.
(:refer ...)
Before:
After:
This patch tweaks the way that clojure.core/refer generates rewrite messages so as to unquote symbols which don't need to be quoted in the rewritten
(:refer ...)
form.Before:
After: