You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLJS-1422: cljs.js/eval-str fails for ns form on node.js with simple optimizations
The special case of find-ns-obj for node.js under optimizations now
guards the eval of the initial path segment, catching ReferenceError.
This fixes eval-str of ns forms.
0 commit comments