Skip to content

Commit

Permalink
chore: Update internal configs
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Oct 27, 2024
1 parent 392114a commit 9820581
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
20 changes: 11 additions & 9 deletions .clj-kondo/metosin/malli-types-clj/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,17 @@
:req {:host-store :any}},
:component/session-storage :any,
:component/clj-kondo :any}}}}},
handler {:arities {4 {:args [{:op :keys,
:req {:component/nrepl :any,
:component/interceptor :any,
:component/host {:op :keys,
:req {:host-store :any}},
:component/session-storage :any,
:component/clj-kondo :any}}
:map
:map
handler {:arities {2 {:args [{:op :keys,
:req {:components {:op :keys,
:req {:component/nrepl :any,
:component/interceptor :any,
:component/host {:op :keys,
:req {:host-store :any}},
:component/session-storage :any,
:component/clj-kondo :any}},
:config-map :map,
:handler-map :map,
:aliases :nilable/map}}
{:op :keys,
:req {:host :string,
:message :sequential}}],
Expand Down
2 changes: 1 addition & 1 deletion dev/analysis.edn

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/elin-mapping.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ElinEvalAtMark
ElinEvalInContext
Calls `elin.handler.evaluate/evaluate-current-list` handler
with the following interceptors:
- `elin.interceptor.evaluate/eval-with-context-interceptor`
- `elin.interceptor.evaluate/eval-with-context`

Key is mapped to |<Plug>(elin_eval_in_context)|.

Expand Down

0 comments on commit 9820581

Please sign in to comment.