Fork me on GitHub
#shadow-cljs
<
2021-11-26
>
thheller06:11:27

@swiseman108 :auto is the default nowadays. The difference is that normally you need to (set! *warn-on-infer* true) in your files to enable the warnings. the externs inference is done regardless but you need to opt-in to get the warnings about it. :auto just sets that to true by default for your files (ie. not files from .jar files)

👍 1