We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9880be6 commit a064803Copy full SHA for a064803
src/main/clojure/cljs/analyzer.cljc
@@ -1809,6 +1809,8 @@
1809
(update-in [:uses] remove-missing-uses)
1810
(update-in [:rename-macros] merge missing-rename-macros)
1811
(update-in [:renames] remove-missing-renames))]
1812
+ ;; we also need to side-effect the compilation environment
1813
+ ;; the returned AST isn't actually used directly
1814
(swap! env/*compiler*
1815
#(-> %
1816
(update-in [::namespaces name :use-macros] merge (:use-macros ast'))
0 commit comments