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 98800e5 commit 8bf3a59Copy full SHA for 8bf3a59
src/test/cljs_build/cljs_3276/macros.clj
@@ -1,5 +1,4 @@
1
(ns cljs-3276.macros)
2
3
(defmacro macro-that-requires []
4
- '(ns test.foo
5
- (:require cljs-3276.foo)))
+ '(ns* (:require 'cljs-3276.foo)))
0 commit comments