We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4be37 commit ae1b9cfCopy full SHA for ae1b9cf
project.clj
@@ -1,4 +1,4 @@
1
-(defproject jtk-dvlp/core.async-helpers "3.0.0"
+(defproject jtk-dvlp/core.async-helpers "3.0.1-SNAPSHOT"
2
:description
3
"Helper pack for core.async"
4
src/jtk_dvlp/async/interop/callback.cljc
@@ -80,7 +80,8 @@
80
81
marks-given?
82
(->> forms
83
- (flatten)
+ (tree-seq coll? seq)
84
+ (filter symbol?)
85
(some #{'callback 'resolve 'reject}))
86
87
forms'
0 commit comments