Fork me on GitHub
#babashka
<
2019-10-09
>
borkdude22:10:29

sci master and bb master now have declare. handy for making it clear to clj-kondo that certain functions come from outside via :bindings.

$ bb '(declare foo) (defn f [] foo) (def foo 1) (f)'
1
https://github.com/borkdude/sci-wallpaper-downloader/blob/6c95137a81679b1329c0a1c3e8309e3a58a8dbc2/script.cljs#L6