defprecated icon indicating copy to clipboard operation
defprecated copied to clipboard

Deprecation in Clojure made easy

Results 2 defprecated issues
Sort by recently updated
recently updated
newest added

When I define a "defprecated" function IntelliJ doesn't like it very much and says the name of the function cannot be resolved: ``` (ns some.namespace (:require [defprecated.core :as depr])) (depr/defn...

This would be handy to be able to use in ClojureScript too. The macros might be a bit tricky though?