When I try to download all version of com.google.javascript/closure-compiler-unshaded
t.d.a returns nil
, digging in the problem I saw that this line is being responsible to the problem since it’s only matching versions starting with number and all the versions of com.google.javascript/closure-compiler-unshaded
starts with a letter v
.
Is it supposed to work like that or is it a bug?
The executed command was the following.
clj -X:deps find-versions :lib com.google.javascript/closure-compiler-unshaded