Fork me on GitHub
#cljsrn
<
2018-12-08
>
carocad15:12:10

hey guys, has anybody tried to use externs inference together with nodejs namespace modules? I thought that by using the ns require, the compiler would automatically identify that as an interop type and use the dotform for interop inference but none of my namespace modules are getting inferred so my app breaks on production 😕 any ideas? I know that I am touching muddy waters 😅