Welcome! Please see the About page for a little more info on how this works.
CLJS-2024 didn't fix this, which still has issues under Node.js
Comment made by: anmonteiro
The attached patch removes the Node.js special case in find-ns-obj that uses eval, given that under simple optimizations the namespaces are in the goog.global scope.
find-ns-obj
eval
goog.global
The call to js/eval is no longer needed and was causing more problems that it solved.
js/eval
Here's some more context on those problems: https://github.com/anmonteiro/lumo/issues/301
Removing the patch as it shows some regressions.