Skip to content

Commit

Permalink
Add Promesa to simplify working with promises (#18767)
Browse files Browse the repository at this point in the history
* added promesa (clj)

Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>

* ref(resize): using promesa instead of passing cb

Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>

---------

Signed-off-by: Cristian Lungu <lungucristian95@gmail.com>
  • Loading branch information
clauxx committed Mar 4, 2024
1 parent 851eb6e commit f8cd142
Show file tree
Hide file tree
Showing 7 changed files with 208 additions and 169 deletions.
9 changes: 9 additions & 0 deletions .clj-kondo/funcool/promesa/config.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{:lint-as {promesa.core/-> clojure.core/->
promesa.core/->> clojure.core/->>
promesa.core/as-> clojure.core/as->
promesa.core/let clojure.core/let
promesa.core/plet clojure.core/let
promesa.core/loop clojure.core/loop
promesa.core/recur clojure.core/recur
promesa.core/with-redefs clojure.core/with-redefs
promesa.core/doseq clojure.core/doseq}}
Loading

0 comments on commit f8cd142

Please sign in to comment.