Skip to content

Commit

Permalink
chore: Update internal files
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Feb 23, 2025
1 parent 8f71f3f commit 0be2836
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion .clj-kondo/metosin/malli-types-clj/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,17 @@
:req {:host-store :any}},
:component/session-storage :any,
:component/clj-kondo :any}}],
:ret :any}}}},
:ret :any}}},
show-source {:arities {1 {:args [{:op :keys,
:req {:message {:op :keys,
:req {:method :keyword}},
:component/nrepl :any,
:component/interceptor :any,
:component/host {:op :keys,
:req {:host-store :any}},
:component/session-storage :any,
:component/clj-kondo :any}}],
:ret :any}}}},
elin.component.nrepl.client {new-client {:arities {1 {:args [{:op :keys,
:req {:host :string,
:port :int,
Expand Down Expand Up @@ -596,6 +606,8 @@
elin.util.file {find-file-in-parent-directories-by-string {:arities {2 {:args [:string
:string],
:ret :any}}},
slurp-zipfile {:arities {1 {:args [:string], :ret :any}}},
slurp {:arities {1 {:args [:string], :ret :any}}},
find-file-in-parent-directories {:arities {2 {:args [:string
:any],
:ret :any}}},
Expand All @@ -618,6 +630,7 @@
get-config-directory {:arities {0 {:args [], :ret :string}}},
get-project-root-directory {:arities {1 {:args [:string],
:ret :any}}},
zipfile-path? {:arities {1 {:args [:string], :ret :boolean}}},
get-cache-directory {:arities {0 {:args [], :ret :string}}},
guess-file-separator {:arities {1 {:args [:string],
:ret :string}}}},
Expand Down
2 changes: 1 addition & 1 deletion dev/analysis.edn

Large diffs are not rendered by default.

0 comments on commit 0be2836

Please sign in to comment.