inspector icon indicating copy to clipboard operation
inspector copied to clipboard

Map all existing clj-kondo supported types

Open borkdude opened this issue 5 years ago • 0 comments

Currently we only recognize string and int:

https://github.com/clj-kondo/inspector/blob/b6fb64a4b259abfd3e352cf6a2fd2e70a8bac883/src/clj_kondo/inspector/impl.clj#L6

We should map all predicates to clj-kondo's type keywords.

See https://github.com/borkdude/clj-kondo/blob/master/src/clj_kondo/impl/types.clj#L20-L103

borkdude avatar Sep 10 '20 09:09 borkdude