Skip to content

Commit

Permalink
chore: Update type config
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Mar 17, 2024
1 parent 2b2a43a commit be06cd2
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .clj-kondo/metosin/malli-types-clj/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
:supported-ops :set,
:initial-namespace :nilable/string,
:version :map}}}}}},
elin.test-helper.host {test-host {:arities {1 {:args [{:op :keys,
elin.test-helper.host {test-host {:arities {0 {:args [], :ret :any},
1 {:args [{:op :keys,
:req {:handler :fn}}],
:ret :any}}}},
elin.component.nrepl.connection {bytes->str {:arities {1 {:args [:any],
Expand Down Expand Up @@ -163,6 +164,9 @@
:req {:name :keyword,
:kind :keyword},
:nilable true}}}}},
elin.function.nrepl.refactor {resolve-missing!! {:arities {2 {:args [:any
:string],
:ret :sequential}}}},
elin.util.map {select-keys-by-namespace {:arities {2 {:args [:map :keyword],
:ret :map}}},
map->str {:arities {2 {:args [:map :sequential], :ret :string}}}},
Expand Down Expand Up @@ -293,6 +297,18 @@
:ret :sequential}}}},
elin.function.vim.info-buffer {append {:arities {2 {:args [:any :string],
:ret :nil}}}},
elin.function.core.namespace {resolve-missing-namespace {:arities {3 {:args [{:op :keys,
:req {:message {:op :keys,
:req {:host :string,
:message :sequential}},
:component/nrepl :any,
:component/interceptor :any,
:component/host :any,
:component/session-storage :any,
:component/clj-kondo :any}}
:string
:map],
:ret :sequential}}}},
elin.handler.evaluate {evaluate {:arities {1 {:args [{:op :keys,
:req {:message {:op :keys,
:req {:host :string,
Expand Down Expand Up @@ -398,6 +414,13 @@
:analyzed-atom :any}}
:symbol],
:ret :nilable/symbol}}},
namespaces-by-alias {:arities {2 {:args [{:op :keys,
:req {:lazy-host {:op :keys,
:req {:host-store :any}},
:analyzing?-atom :any,
:analyzed-atom :any}}
:symbol],
:ret :sequential}}},
namespace-by-alias {:arities {2 {:args [{:op :keys,
:req {:lazy-host {:op :keys,
:req {:host-store :any}},
Expand Down

0 comments on commit be06cd2

Please sign in to comment.