CrypticButter/snoop

>defn does not export type annotations like malli

Opened this issue · 0 comments

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.