Open divs1210 opened 1 year ago
With malli annotations, i can do ((requiring-resolve 'malli.clj-kondo/emit!)) and suddenly my editor starts statically type checking functions.
((requiring-resolve 'malli.clj-kondo/emit!))
This doesn't work for functions defined using >defn unfortunately.
>defn
This should ideally happen automatically with snoop, and not even require running the above snippet.
With malli annotations, i can do
((requiring-resolve 'malli.clj-kondo/emit!))
and suddenly my editor starts statically type checking functions.This doesn't work for functions defined using
>defn
unfortunately.This should ideally happen automatically with snoop, and not even require running the above snippet.