Fork me on GitHub
#shadow-cljs
<
2022-12-13
>
Ian Fernandez12:12:42

I'm having this error today with the latest shadow-cljs

Ian Fernandez12:12:43

The required namespace "goog.debug.Logger" is not available, it was required by "closure-libs/field.js".

thheller13:12:12

is that one of your files? never seen that filename before

thheller13:12:27

the goog.debug.Logger namespace was moved a long time ago in the closure library

thheller13:12:53

so I guess your code is old? or you were on a really old version?

Ian Fernandez13:12:04

my code is reaaaally old

thheller13:12:57

yeah ok. the clsoure library moved that namespace. I don't remember what the new name is though

👍 1
1
Ian Fernandez13:12:20

how can I handle this? import?

thheller13:12:51

you find the new location and change the code 😛

Ian Fernandez12:12:57

thheller/shadow-cljs                            {:mvn/version "2.20.14"}