Fork me on GitHub
#cursive
<
2020-09-30
>
steveb8n07:09:15

Q: when I use shadow-cljs style requires e.g.

["fs" :as fs]
in a namespace form, it seems to disable unused require checking below the npm require Is this a known bug or should I log one?

steveb8n01:10:37

@U0567Q30W any comments? I can workaround it by putting all npm requires last but not sure if that is a feature or a bug?

cfleming02:10:04

I’m not sure if that’s been reported, but thinking about it I believe it happens 🙂. I’m actually working on some changes at the moment which will fix that though.

cfleming02:10:09

Definitely a bug

steveb8n03:10:41

great. glad I asked. Thanks :)