Fork me on GitHub
#shadow-cljs
<
2019-09-25
>
thheller09:09:01

@anmonteiro any suggestion on how to name such an option? I fail to come up with a name. I'm thinking about something that lets you "ignore" warnings in specifc namespaces so :something #{ns.with.warnings} wouldn't error out for warnings in that ns. could allow wildcards like some-lib.*.

anmonteiro15:09:39

:warnings-as-errors {:ignore #{ns.*} :warning-types #{:undeclared-var}}

thheller15:09:40

yeah probably best that way