Skip to content

Commit

Permalink
revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Jan 4, 2021
1 parent 9d3b8ec commit 2fb51dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/cljs/analyzer.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -3161,7 +3161,7 @@
:requires requires
:renames (merge renames core-renames)
:imports imports}]
(swap! env/*compiler* update-in [::namespaces name] merge-ns-info ns-info env)
(swap! env/*compiler* update-in [::namespaces name] merge ns-info)
(merge {:op :ns
:env env
:form form
Expand Down

0 comments on commit 2fb51dd

Please sign in to comment.