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-3273 preserve ns-name when processing an :ns* op
This happens when a namespace contains both an `ns` form and a `require`
statement. The `require` will expand to `(ns* (require ...))`, and when
processed will generate a namespace name of the form `cljs.user.*` which ends up
replacing the ns-name set in the `ns` declaration.
0 commit comments